Skip to content

Commit cf77eca

Browse files
authored
fix dra-gce artifacts env variable rendering
1 parent 86eb10d commit cf77eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/sig-scalability/DRA/sig-scalability-periodic-dra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ periodics:
300300
- --test-cmd-args=--experimental-prometheus-disk-snapshot-name=$(JOB_NAME)-$(BUILD_ID)
301301
- --test-cmd-args=--experimental-prometheus-snapshot-to-report-dir=true
302302
- --test-cmd-args=--testconfig=testing/dra/config.yaml
303-
- --test-cmd-args=--report-dir=${ARTIFACTS}
303+
- --test-cmd-args=--report-dir=$(ARTIFACTS)
304304
- --test-cmd-name=ClusterLoaderV2
305305
- --use-logexporter
306306
resources:

0 commit comments

Comments
 (0)