[CI] Split OSS CI Group 11 (#130927) (#131002)

(cherry picked from commit 7ff1ffca5e)

Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
This commit is contained in:
Kibana Machine 2022-04-26 13:31:18 -05:00 committed by GitHub
parent ae7f6f7188
commit 1d1cbc9d8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 4 deletions

View file

@ -42,7 +42,7 @@ steps:
- command: .buildkite/scripts/steps/functional/oss_cigroup.sh
label: 'OSS CI Group'
parallelism: 11
parallelism: 12
agents:
queue: ci-group-4d
depends_on: build

View file

@ -66,7 +66,7 @@ steps:
- command: .buildkite/scripts/steps/functional/oss_cigroup.sh
label: 'OSS CI Group'
parallelism: 11
parallelism: 12
agents:
queue: n2-4-spot
depends_on: build

View file

@ -32,7 +32,7 @@ steps:
- command: .buildkite/scripts/steps/functional/oss_cigroup.sh
label: 'OSS CI Group'
parallelism: 11
parallelism: 12
agents:
queue: n2-4-spot
depends_on: build

View file

@ -10,6 +10,7 @@ root:
- ciGroup9
- ciGroup10
- ciGroup11
- ciGroup12
xpack:
- ciGroup1

View file

@ -97,8 +97,13 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
describe('visualize ciGroup11', function () {
this.tags('ciGroup11');
loadTestFile(require.resolve('./_tag_cloud'));
loadTestFile(require.resolve('./_tsvb_time_series'));
});
describe('visualize ciGroup12', function () {
this.tags('ciGroup12');
loadTestFile(require.resolve('./_tag_cloud'));
loadTestFile(require.resolve('./_tsvb_markdown'));
loadTestFile(require.resolve('./_tsvb_table'));
loadTestFile(require.resolve('./_vega_chart'));