mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
* [ci][ftr][kbn/test] split up CI jobs (#25838) * [ci][ftr][kbn/test] split up CI jobs * [ci] run --assert-none-excluded in ci groups, before builds * [ftr] improve error message when excluded tests found * [ci] document other places the ciGroups live * [grunt] fix --kibana-install-dir value
26 lines
606 B
YAML
26 lines
606 B
YAML
JOB:
|
|
- kibana-intake
|
|
- x-pack-intake
|
|
# make sure all kibana-ciGRoups are listed in tasks/function_test_groups.js
|
|
- 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-ciGroup1
|
|
- x-pack-ciGroup2
|
|
- x-pack-ciGroup3
|
|
- x-pack-ciGroup4
|
|
- x-pack-ciGroup5
|
|
- x-pack-ciGroup6
|
|
|
|
# `~` is yaml for `null`
|
|
exclude: ~
|