Closed
Migrate 6.x CI from Travis to GitHub Actions (unit-tests parity)#552
Conversation
Copilot
AI
changed the title
[WIP] Migrate CI from Travis to GitHub Actions for 6.x branch
Migrate 6.x CI from Travis to GitHub Actions (unit-tests parity)
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates CI on the
6.xbranch from Travis to GitHub Actions using the shared reusable workflows inlogstash-plugins/.ci@1.x. The migration preserves resolved Travis coverage for this branch and removes Travis artifacts.Resolved Travis matrix coverage (source of truth)
.travis.ymlimportslogstash-plugins/.ci:travis/travis.yml@1.x(and its defaults/matrix/exec imports).ELASTIC_STACK_VERSION/SNAPSHOTcombinations); noINTEGRATION=true,SECURE_INTEGRATION=true, or repo-levelHAS_PERFORMANCE_TESTS=1signal in this branch’s config.GitHub Actions workflows added (parity-only)
.github/workflows/unit-tests.yml(only).logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x.pushandpull_requeston6.x, plusworkflow_dispatch.schedule:block on this non-default branch (cron fanout belongs onmain).README badge migration
unit-tests.yml/badge.svg?branch=6.xTravis retirement
.travis.yml.Travis → GHA mapping table (6.x)
.github/workflows/unit-tests.ymlINTEGRATION=trueentriesSECURE_INTEGRATION=trueentriesHAS_PERFORMANCE_TESTS=1/_performancerequirement in repo config