This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Enable stage filter argument for the beatsStages #1076
Merged
Merged
Conversation
This file contains 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
* 'master' of github.com:elastic/apm-pipeline-library: (40 commits) Fix and simplify buildStatus step (#1066) Add benchmark reporter image to build pipeline (#1065) docs: update CHANGELOG.md [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release v1.1.207 feat: stage status cache (#1061) feat: step hasCommentAuthorWritePermissions (#1064) ARM workers are now ephemeral (#1062) docs: update metricbeat step docs (#1057) Update beats-ci workers for the test-infra validation (#1058) feat: allow to remove padding (#1059) mergify: priority is now a pro feature (#1060) docs: update CHANGELOG.md [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release v1.1.206 chore(deps): bump groovy-eclipse-batch from 3.0.7-02 to 3.0.7-03 (#1045) chore: bump Elastic Stack versions (#1052) Add GCE JCasC (#1053) feat: metricbeat step (#1050) chore: refactor filebeat step (#1049) ...
* 'master' of github.com:elastic/apm-pipeline-library: test: add Ubuntu 20.04 to the tests (#1068) docs: update CHANGELOG.md [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release v1.1.208 Disable unique ephemeral worker by default (#1067) t checkout -b# the commit.
* 'master' of github.com:elastic/apm-pipeline-library: chore(deps-dev): bump mockito-core from 3.8.0 to 3.9.0 (#1073)
This reverts commit 7ead24b.
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
cachedout
approved these changes
Apr 19, 2021
v1v
referenced
this pull request
in v1v/apm-pipeline-library
Apr 21, 2021
…v/apm-pipeline-library into feature/bump-stack-version-automation * 'feature/bump-stack-version-automation' of github.com:v1v/apm-pipeline-library: Enable stage filter argument for the beatsStages (#1076)
v1v
added a commit
that referenced
this pull request
Apr 21, 2021
…notify-message-template * upstream/master: Fix build status and adjust Vault (#1074) Remove super-linter since it takes 20 minutes (#1083) Bump elastic stack version automation (#1081) feat: step to check if a docker image exists (#1077) docs: update CHANGELOG.md [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release v1.1.210 Enable stage filter argument for the beatsStages (#1076)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What does this PR do?
Enable a new argument to filter stages by stage categories.
Why is it important?
Group stages by categories will help to run sequential stages.
Related issues
Caused by elastic/beats#25112