mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 08:19:33 -04:00
* [CI] Create a ciGroup just for tests that use Docker (#98535) # Conflicts: # test/scripts/jenkins_xpack_build_kibana.sh # x-pack/test/fleet_api_integration/apis/index.js * Fix linting issues
41 lines
No EOL
981 B
YAML
41 lines
No EOL
981 B
YAML
# This file is needed by node scripts/ensure_all_tests_in_ci_group for the list of ciGroups. That must be changed before this file can be removed
|
|
|
|
JOB:
|
|
- kibana-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-accessibility
|
|
- kibana-visualRegression
|
|
|
|
# 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-ciGroup11
|
|
- x-pack-ciGroup12
|
|
- x-pack-ciGroup13
|
|
- x-pack-ciGroupDocker
|
|
- x-pack-accessibility
|
|
- x-pack-visualRegression
|
|
|
|
# `~` is yaml for `null`
|
|
exclude: ~ |