Skip to content

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

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

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

Conversation

Copilot AI commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Retires Travis CI for this plugin and wires up the shared reusable GHA workflows from logstash-plugins/.ci@1.x.

Resolved Travis matrix: The .travis.yml was a pure import of logstash-plugins/.ci:travis/travis.yml@1.x. The fully-resolved matrix runs unit tests only — no INTEGRATION, SECURE_INTEGRATION, or HAS_PERFORMANCE_TESTS entries — so only a unit-tests workflow is added.

Changes

  • Added .github/workflows/unit-tests.yml — calls logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x; push/pull_request on main plus daily scheduled matrix over [main]; secrets: inherit on both caller jobs; timeout-minutes: 60
  • Updated README.md — swapped Travis badge for GHA unit-tests badge (?branch=main)
  • Deleted .travis.yml

No .ci/ vendored scripts exist in this repo, so no script modernization or env var audit was required.

Travis → GHA parity

Travis matrix entry GHA
ELASTIC_STACK_VERSION=9.current reusable built-in matrix
ELASTIC_STACK_VERSION=9.previous reusable built-in matrix
ELASTIC_STACK_VERSION=8.current reusable built-in matrix
SNAPSHOT=true ELASTIC_STACK_VERSION=main reusable built-in matrix
SNAPSHOT=true ELASTIC_STACK_VERSION=9.current reusable built-in matrix
SNAPSHOT=true ELASTIC_STACK_VERSION=9.previous reusable built-in matrix
SNAPSHOT=true ELASTIC_STACK_VERSION=8.current reusable built-in matrix

Copilot AI changed the title [WIP] Migrate CI from Travis to GitHub Actions Migrate CI from Travis to GitHub Actions (main branch) Jul 6, 2026
Copilot AI requested a review from donoghuc July 6, 2026 20:29
@donoghuc
donoghuc marked this pull request as ready for review July 23, 2026 21:36
@donoghuc
donoghuc merged commit c383461 into main Jul 23, 2026
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