This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore: rename variable to represent godog tags * fix: double quote variable * chore: rename jenkins parameter * chore: use empty instead of all as value for the tags to be run * chore: simplify variable value * chore: rename variable * feat: support passing a comma-separated list of test suites to be run * chore: extract common code to a method * chore: rename variable * chore: trim test suite in the list * chore: add logs * fix: forgot "each" for the array * chore: extract slack send to a function * chore: format slack message * chore: format message for empty test suites * chore: rename variable to avoid conflicts with Jenkins params * chore: simplify loop Co-authored-by: Victor Martinez <[email protected]> * chore: simplify variables inside loop Co-authored-by: Victor Martinez <[email protected]> # Conflicts: # .ci/scripts/functional-test.sh
- Loading branch information
1 parent
d430ecb
commit 2c44ba2
Showing
8 changed files
with
77 additions
and
56 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
--- | ||
SUITES: | ||
- suite: "helm" | ||
feature: "apm-server" | ||
tags: "apm-server" | ||
- suite: "helm" | ||
feature: "filebeat" | ||
tags: "filebeat" | ||
- suite: "helm" | ||
feature: "metricbeat" | ||
tags: "metricbeat" | ||
- suite: "ingest-manager" | ||
feature: "agent_endpoint_integration" | ||
tags: "agent_endpoint_integration" | ||
- suite: "ingest-manager" | ||
feature: "stand_alone_mode" | ||
tags: "stand_alone_mode" | ||
- suite: "ingest-manager" | ||
feature: "fleet_mode" | ||
tags: "fleet_mode" | ||
- suite: "metricbeat" | ||
feature: "apache" | ||
tags: "apache" | ||
- suite: "metricbeat" | ||
feature: "metricbeat" | ||
tags: "metricbeat" | ||
- suite: "metricbeat" | ||
feature: "mysql" | ||
tags: "mysql" | ||
- suite: "metricbeat" | ||
feature: "redis" | ||
tags: "redis" | ||
- suite: "metricbeat" | ||
feature: "vsphere" | ||
tags: "vsphere" |
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
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
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
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
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
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
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