Skip to content

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

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

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

Conversation

Copilot AI commented Jul 10, 2026

Copy link
Copy Markdown

Replaces the Travis CI setup (a single import: directive pointing at logstash-plugins/.ci:travis/travis.yml@1.x) with GitHub Actions using the shared reusable workflows from logstash-plugins/.ci@1.x.

Changes

  • Added .github/workflows/unit-tests.yml — calls logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x with secrets: inherit, a scheduled nightly matrix over [main], and timeout-minutes: 60. No elastic-stack-versions or distribution overrides needed; the reusable's default matrix covers all versions the plugin ran under Travis.
  • Updated README.md — replaced Travis badge with GitHub Actions unit-tests badge (?branch=main).
  • Deleted .travis.yml.

Travis → GHA parity

Travis matrix GHA equivalent
Unit tests × 7 stack versions (9.current, 9.previous, 8.current, main/9.x/8.x snapshots) unit-tests.yml — reusable handles the full version matrix internally

No integration, secure-integration, or performance workflows added — the resolved Travis config sets none of INTEGRATION, SECURE_INTEGRATION, or HAS_PERFORMANCE_TESTS.

No .ci/ directory exists in this repo; no backing services, env var reconciliation, or docker-compose changes required.

Copilot AI changed the title [WIP] Migrate CI from Travis to GitHub Actions Migrate CI from Travis to GitHub Actions (main branch) Jul 10, 2026
Copilot AI requested a review from donoghuc July 10, 2026 18:32
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