Skip to content

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

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

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

Conversation

Copilot AI commented Jun 4, 2026

Copy link
Copy Markdown

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

Travis matrix coverage

The resolved .travis.yml (via logstash-plugins/.ci:travis/travis.yml@1.x) runs unit tests only — no INTEGRATION, SECURE_INTEGRATION, or HAS_PERFORMANCE_TESTS flags. All seven stack-version matrix entries are covered by the shared reusable workflow's own matrix.

Travis env GHA coverage
ELASTIC_STACK_VERSION=9.current / 9.previous / 8.current unit-tests.yml@1.x
SNAPSHOT=true ELASTIC_STACK_VERSION=main / 9.current / 9.previous / 8.current unit-tests.yml@1.x

Changes

  • Added .github/workflows/unit-tests.yml — calls logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x; non-scheduled runs use concurrency cancellation, scheduled runs fan out across ['6.x', 'main'] via a matrix job
  • Updated README.md — replaced Travis badge with GitHub Actions unit-tests badge pointing at ?branch=main
  • Deleted .travis.yml

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

donoghuc commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Closing for a fresh start after logstash-plugins/.ci#140 lands — the reusable workflows will then expose elastic-stack-versions and distribution inputs, and the updated migration template handles vendored docker-compose v1 scripts. A new issue will be filed.

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