Skip to content

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

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)#30
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.

Changes

  • .github/workflows/unit-tests.yml — New workflow calling logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x. Uses the standard tests/scheduled job split: push/PR events hit tests, nightly schedule fans out via a branch matrix through scheduled. secrets: inherit on both jobs for SLACK_BOT_TOKEN forwarding.
  • README.md — Travis badge replaced with GitHub Actions badge for unit-tests.yml.
  • .travis.yml — Deleted.

Travis matrix parity

The .travis.yml was a single import: of logstash-plugins/.ci:travis/travis.yml@1.x, which resolves to unit tests only — no INTEGRATION, SECURE_INTEGRATION, or HAS_PERFORMANCE_TESTS. The reusable workflow owns the stack-version matrix internally; no elastic-stack-versions override needed.

Travis job GHA equivalent
Unit tests (all stack versions via inherited matrix) unit-tests.ymlunit-tests.yml@1.x

No harness changes needed

This plugin has no vendored .ci/ scripts, no Travis services:/addons:, and no spec-level service dependencies — nothing to modernize or reconcile.

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