Skip to content

Commit 91f676f

Browse files
committed
Adjust skip labels
1 parent f8f7c39 commit 91f676f

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.buildkite/pipelines/pull-request/bwc-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ config:
22
trigger-phrase: '.*run\W+elasticsearch-ci/bwc.*'
33
skip-labels:
44
- ">test-mute"
5+
- test-gpu # TODO remove this once the non-gpu steps work correctly
56
- "test-full-bwc"
67
steps:
78
- group: bwc-snapshots
@@ -78,4 +79,3 @@ steps:
7879
image: family/elasticsearch-ubuntu-2004
7980
machineType: n1-standard-32
8081
buildDirectory: /dev/shm/bk
81-

.buildkite/pipelines/pull-request/gpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
config:
22
allow-labels: test-gpu
3+
skip-labels:
4+
- ">test-mute"
35
steps:
46
- group: gpu-tests
57
steps:

.buildkite/pipelines/pull-request/packaging-tests-unix-sample.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
config:
22
skip-labels:
33
- ">test-mute"
4+
- test-gpu # TODO remove this once the non-gpu steps work correctly
45
- ":Delivery/Packaging"
56
steps:
67
- group: packaging-tests-unix-sample

.buildkite/pipelines/pull-request/packaging-tests-windows-sample.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
config:
22
skip-labels:
33
- ">test-mute"
4+
- test-gpu # TODO remove this once the non-gpu steps work correctly
45
- ":Delivery/Packaging"
56
steps:
67
- group: packaging-tests-windows-sample

0 commit comments

Comments
 (0)