Skip to content

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

Closed
donoghuc with Copilot wants to merge 2 commits into
mainfrom
copilot/migrate-ci-from-travis-to-github-actions-yet-again
Closed

Migrate CI from Travis to GitHub Actions (main branch)#561
donoghuc with Copilot wants to merge 2 commits into
mainfrom
copilot/migrate-ci-from-travis-to-github-actions-yet-again

Conversation

Copilot AI commented Jun 4, 2026

Copy link
Copy Markdown

Replaces Travis CI with GitHub Actions for the main branch, using the shared reusable workflows from logstash-plugins/.ci@1.x.

Travis matrix analysis

The fully-resolved .travis.yml (via logstash-plugins/.ci:travis/travis.yml@1.x) runs unit tests only — no INTEGRATION=true, SECURE_INTEGRATION=true, or HAS_PERFORMANCE_TESTS=1 in any matrix entry.

Travis matrix GHA workflow
Unit tests across 9.current, 9.previous, 8.current, snapshot variants .github/workflows/unit-tests.ymlunit-tests.yml@1.x

Changes

  • Added .github/workflows/unit-tests.yml — calls logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x; push/PR triggers on ['6.x', 'main']; daily scheduled cron fans out over both active branches via matrix
  • Updated README.md — Travis badge → GHA unit-tests badge (?branch=main)
  • Deleted .travis.yml
  • .ci/run.sh / .ci/setup.sh — retained as-is; contain plugin-specific behavior, no docker-compose v1 invocations

Copilot AI changed the title [WIP] Migrate CI from Travis to GitHub Actions Migrate CI from Travis to GitHub Actions (main branch) Jun 4, 2026
Copilot AI requested a review from donoghuc June 4, 2026 18:26
@donoghuc

donoghuc commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Closing in favor of a fresh re-run with an updated migration template. The template now contains a maintenance-branch heuristic for narrowing the unit-tests matrix (the gap that produced the unit-test failures on the input-elasticsearch 4.x branch). A new migration issue will be filed and reassigned to Copilot shortly. The scaffolding work here was useful — thank you.

@donoghuc donoghuc closed this Jun 4, 2026
@donoghuc donoghuc deleted the copilot/migrate-ci-from-travis-to-github-actions-yet-again branch June 4, 2026 20:58
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