Skip to content

Migrate CI from Travis to GitHub Actions (main branch) - #329

Merged
donoghuc merged 2 commits into
mainfrom
copilot/migrate-ci-to-github-actions
Jul 29, 2026
Merged

Migrate CI from Travis to GitHub Actions (main branch)#329
donoghuc merged 2 commits into
mainfrom
copilot/migrate-ci-to-github-actions

Conversation

Copilot AI commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Replaces the Travis CI setup (a single import: directive pointing at logstash-plugins/.ci:travis/travis.yml@1.x) with GitHub Actions using the shared reusable workflows from logstash-plugins/.ci@1.x.

Changes

  • Added .github/workflows/unit-tests.yml — calls logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x with secrets: inherit, a scheduled nightly matrix over [main], and timeout-minutes: 60. No elastic-stack-versions or distribution overrides needed; the reusable's default matrix covers all versions the plugin ran under Travis.
  • Updated README.md — replaced Travis badge with GitHub Actions unit-tests badge (?branch=main).
  • Deleted .travis.yml.

Travis → GHA parity

Travis matrix GHA equivalent
Unit tests × 7 stack versions (9.current, 9.previous, 8.current, main/9.x/8.x snapshots) unit-tests.yml — reusable handles the full version matrix internally

No integration, secure-integration, or performance workflows added — the resolved Travis config sets none of INTEGRATION, SECURE_INTEGRATION, or HAS_PERFORMANCE_TESTS.

No .ci/ directory exists in this repo; no backing services, env var reconciliation, or docker-compose changes required.

Copilot AI changed the title [WIP] Migrate CI from Travis to GitHub Actions Migrate CI from Travis to GitHub Actions (main branch) Jul 10, 2026
Copilot AI requested a review from donoghuc July 10, 2026 18:32
@donoghuc
donoghuc marked this pull request as ready for review July 29, 2026 23:39
@donoghuc
donoghuc merged commit 74a4098 into main Jul 29, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate CI from Travis to GitHub Actions (main branch)

2 participants