Skip to content

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

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

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

Conversation

Copilot AI commented Jul 1, 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 .travis.yml imported logstash-plugins/.ci:travis/travis.yml@1.x. The fully-resolved matrix runs unit tests only — no INTEGRATION=true, SECURE_INTEGRATION=true, or HAS_PERFORMANCE_TESTS=1. No vendored .ci/ scripts exist in this plugin.

Changes

  • Added .github/workflows/unit-tests.yml — calls unit-tests.yml@1.x; triggers on push/PR to 5.x/main, daily cron (scheduled matrix fans out over both active branches), and workflow_dispatch; secrets: inherit on both tests and scheduled jobs
  • Updated README.md — replaced Travis badge with GHA unit-tests badge (?branch=main)
  • Deleted .travis.yml

Travis → GHA parity

Travis job GHA equivalent
Default matrix (unit tests × all ELASTIC_STACK_VERSION combinations) unit-tests.yml@1.x (reusable owns the matrix)

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 1, 2026
Copilot AI requested a review from donoghuc July 1, 2026 22:12
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