Skip to content

Commit 4ce32d6

Browse files
committed
Fix env var
1 parent c281bf5 commit 4ce32d6

File tree

1 file changed

+2
-2
lines changed
  • .buildkite/pipelines/pull-request

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ config:
33
steps:
44
- group: gpu-tests
55
steps:
6-
- label: "{{matrix.CHECK_TASK}} / gpu-tests"
6+
- label: "{{matrix.GRADLE_TASK}} / gpu-tests"
77
key: "packaging-tests-unix"
88
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}}
99
timeout_in_minutes: 300
@@ -17,7 +17,7 @@ steps:
1717
GRADLE_TASK: "{{matrix.GRADLE_TASK}}"
1818
matrix:
1919
setup:
20-
CHECK_TASK:
20+
GRADLE_TASK:
2121
- checkPart1
2222
- checkPart2
2323
- checkPart3

0 commit comments

Comments
 (0)