Skip to content

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

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

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

Conversation

Copilot AI commented Jul 6, 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

.travis.yml imported logstash-plugins/.ci:travis/travis.yml@1.x — fully resolving the import chain yields unit tests only: no INTEGRATION=true, SECURE_INTEGRATION=true, or HAS_PERFORMANCE_TESTS=1. No backing services (services:, addons:, before_install daemons) required by the specs.

Changes

  • Added .github/workflows/unit-tests.yml — calls logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x; uses the canonical tests (push/PR) + scheduled (daily cron fan-out across [main]) job structure with secrets: inherit on both jobs
  • Updated README.md — replaced Travis badge with GitHub Actions unit-tests badge (?branch=main)
  • Deleted .travis.yml

Travis → GHA parity

Travis job GHA workflow
Base matrix — unit tests × 7 version/snapshot combos unit-tests.yml (reusable manages the matrix internally)

No .ci/ vendored scripts exist in this repo; no env vars beyond those re-derived by the reusable (ELASTIC_STACK_VERSION, SNAPSHOT, DISTRIBUTION) were consumed.

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 21:51
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