Skip to content

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

Draft
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)#38
Copilot wants to merge 2 commits into
mainfrom
copilot/migrate-ci-from-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/travis.yml@1.xdefaults.yml + matrix.yml + exec.yml) runs unit tests only — no INTEGRATION=true, SECURE_INTEGRATION=true, or HAS_PERFORMANCE_TESTS=1 entries. Single workflow needed.

Travis → GHA mapping

Travis job GHA workflow
Base matrix (unit tests, all ELASTIC_STACK_VERSION values) unit-tests.ymlunit-tests.yml@1.x

Changes

  • Added .github/workflows/unit-tests.yml — calls logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x with push/pull_request/schedule/workflow_dispatch triggers; secrets: inherit on both tests and scheduled jobs; daily cron fans out over [main] branch matrix
  • Updated README.md — replaced Travis badge with GHA unit-tests badge (?branch=main)
  • Deleted .travis.yml
  • No .ci/ scripts vendored in this repo — nothing to modernize or delete

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:18
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