This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
combine jobs to cut down workers and trade time for stability
- Loading branch information
spalger
committed
Aug 28, 2019
1 parent
9fecf8d
commit d8daf99
Showing
2 changed files
with
46 additions
and
60 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,34 +1,17 @@ | ||
JOB: | ||
- kibana-intake | ||
- x-pack-intake | ||
- kibana-firefoxSmoke | ||
- kibana-ciGroup1 | ||
- kibana-ciGroup2 | ||
- kibana-ciGroup3 | ||
- kibana-ciGroup4 | ||
- kibana-ciGroup5 | ||
- kibana-ciGroup6 | ||
- kibana-ciGroup7 | ||
- kibana-ciGroup8 | ||
- kibana-ciGroup9 | ||
- kibana-ciGroup10 | ||
- kibana-ciGroup11 | ||
- kibana-ciGroup12 | ||
- kibana-visualRegression | ||
- kibana-intake,x-pack-intake | ||
- kibana-firefoxSmoke,x-pack-firefoxSmoke | ||
- kibana-visualRegression,x-pack-visualRegression | ||
|
||
- kibana-ciGroup1,kibana-ciGroup2,kibana-ciGroup3,kibana-ciGroup4 | ||
- kibana-ciGroup5,kibana-ciGroup6,kibana-ciGroup7,kibana-ciGroup8 | ||
- kibana-ciGroup9,kibana-ciGroup10,kibana-ciGroup11,kibana-ciGroup12 | ||
|
||
# make sure all x-pack-ciGroups are listed in test/scripts/jenkins_xpack_ci_group.sh | ||
- x-pack-firefoxSmoke | ||
- x-pack-ciGroup1 | ||
- x-pack-ciGroup2 | ||
- x-pack-ciGroup3 | ||
- x-pack-ciGroup4 | ||
- x-pack-ciGroup5 | ||
- x-pack-ciGroup6 | ||
- x-pack-ciGroup7 | ||
- x-pack-ciGroup8 | ||
- x-pack-ciGroup9 | ||
- x-pack-ciGroup10 | ||
- x-pack-visualRegression | ||
- x-pack-ciGroup1,x-pack-ciGroup2,x-pack-ciGroup3 | ||
- x-pack-ciGroup4,x-pack-ciGroup5,x-pack-ciGroup6 | ||
- x-pack-ciGroup7,x-pack-ciGroup8 | ||
- x-pack-ciGroup9,x-pack-ciGroup10 | ||
|
||
# `~` is yaml for `null` | ||
exclude: ~ |
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