Skip to content

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

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)#32
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 matrix analysis

The resolved Travis config (travis.yml@1.xmatrix.yml@1.x) runs unit tests only — no INTEGRATION=true, SECURE_INTEGRATION=true, or HAS_PERFORMANCE_TESTS=1 present. Only one workflow file is needed.

Travis matrix entry GHA equivalent
ELASTIC_STACK_VERSION=9.current/9.previous/8.current × SNAPSHOT=false/true + ELASTIC_STACK_VERSION=main SNAPSHOT=true unit-tests.yml — matrix delegated to reusable

Changes

  • Added .github/workflows/unit-tests.yml — calls logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x; includes schedule: cron with branch matrix for nightly runs on main, secrets: inherit on both tests and scheduled jobs
  • Updated README.md — replaced Travis badge with GHA unit-tests badge (?branch=main)
  • Deleted .travis.yml

No .ci/ vendored scripts exist in this repo, so no script modernization needed.

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:15
@elasticmachine

Copy link
Copy Markdown

💚 Build Succeeded

History

cc @donoghuc @Copilot

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)

3 participants