We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c281bf5 commit 4ce32d6Copy full SHA for 4ce32d6
.buildkite/pipelines/pull-request/gpu.yml
@@ -3,7 +3,7 @@ config:
3
steps:
4
- group: gpu-tests
5
6
- - label: "{{matrix.CHECK_TASK}} / gpu-tests"
+ - label: "{{matrix.GRADLE_TASK}} / gpu-tests"
7
key: "packaging-tests-unix"
8
command: .buildkite/scripts/cuvs-snapshot/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints {{matrix.GRADLE_TASK}}
9
timeout_in_minutes: 300
@@ -17,7 +17,7 @@ steps:
17
GRADLE_TASK: "{{matrix.GRADLE_TASK}}"
18
matrix:
19
setup:
20
- CHECK_TASK:
+ GRADLE_TASK:
21
- checkPart1
22
- checkPart2
23
- checkPart3
0 commit comments