Skip to content

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

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

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

Conversation

Copilot AI commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

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

Analysis

The .travis.yml only imported logstash-plugins/.ci:travis/travis.yml@1.x, which resolves to unit tests only — no INTEGRATION, SECURE_INTEGRATION, or HAS_PERFORMANCE_TESTS. No .ci/ harness scripts exist in this repo, so there are no env vars to audit or scripts to modernize.

Changes

  • Added .github/workflows/unit-tests.yml — calls unit-tests.yml@1.x with push/PR/schedule/dispatch triggers; scheduled job fans out via matrix.branch: [main] for nightly coverage
  • Updated README.md — replaced Travis badge with GHA unit-tests badge
  • Deleted .travis.yml

Travis → GHA matrix parity

Travis matrix GHA job
Base unit-test matrix (all ELASTIC_STACK_VERSION combos, inherited from .ci) tests / scheduled jobs → unit-tests.yml@1.x (reusable handles the matrix)

No integration, secure-integration, or performance workflows added — plugin never ran those under Travis.

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) 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:30
@donoghuc
donoghuc merged commit 4c9c250 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