Closed
Conversation
- Add .github/workflows/unit-tests.yml calling shared reusable workflow - Replace Travis badge in README.md with GitHub Actions badge - Delete .travis.yml
Copilot
AI
changed the title
[WIP] Migrate CI from Travis to GitHub Actions
Migrate CI from Travis to GitHub Actions
May 29, 2026
Copilot
AI
changed the title
Migrate CI from Travis to GitHub Actions
Fix CI bootstrap failure by removing hard Jun 1, 2026
sudo dependency in .ci/setup.sh
sudo dependency in .ci/setup.sh
Copilot
AI
changed the title
Migrate CI from Travis to GitHub Actions
Restrict CI setup to the single GitHub Actions runner path
Jun 2, 2026
Copilot
AI
changed the title
Restrict CI setup to the single GitHub Actions runner path
Restore multi-PM support in CI setup script for Travis and GHA compatibility
Jun 2, 2026
Copilot
AI
changed the title
Restore multi-PM support in CI setup script for Travis and GHA compatibility
Migrate CI from Travis to GitHub Actions
Jun 2, 2026
Contributor
|
Closing to do a fresh start based on what i learned from the first prompt. |
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 replaces the repository’s Travis-based CI entrypoint with a GitHub Actions workflow wired to the shared
logstash-plugins/.cireusable workflow. It also updates repository metadata to point at the new CI surface.Workflow migration
.github/workflows/unit-tests.ymllogstash-plugins/.ci/.github/workflows/unit-tests.yml@1.xmaincoverageTravis removal
.travis.ymlRepository metadata
Example workflow change: