Skip to content

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

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

Migrate CI from Travis to GitHub Actions (main branch)#28
Copilot wants to merge 2 commits into
mainfrom
copilot/migrate-ci-travis-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 → GHA matrix parity

The resolved .travis.yml (via import: logstash-plugins/.ci:travis/travis.yml@1.x) runs unit tests only — no INTEGRATION, SECURE_INTEGRATION, or HAS_PERFORMANCE_TESTS signals present.

Travis matrix GHA workflow
Base unit-test matrix (8.current, 9.previous, 9.current, main snapshot) unit-tests.yml@1.x

Changes

  • Added .github/workflows/unit-tests.yml — calls logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x; includes a tests job (push/PR/workflow_dispatch) and a scheduled job (nightly cron fanning out over matrix.branch: [main]); secrets: inherit on both jobs for SLACK_BOT_TOKEN forwarding.
  • Updated README.md — swapped Travis badge for GHA Unit Tests badge (?branch=main).
  • Deleted .travis.yml.

No .ci/ vendored scripts were present, so no Docker Compose v1→v2 cleanup was needed.

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