Skip to content

Commit 30fdabe

Browse files
committed
Try older qaf image
1 parent ff883df commit 30fdabe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ run_qaf() {
2121
-e VAULT_TOKEN \
2222
-e BUILDKITE \
2323
-v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \
24-
docker.elastic.co/appex-qa/qaf:latest \
24+
docker.elastic.co/appex-qa/qaf:24.1.1\
2525
bash -c "$cmd"
2626
}
2727

.buildkite/teardown-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ run_qaf() {
2020
-e VAULT_TOKEN \
2121
-e BUILDKITE \
2222
-v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \
23-
docker.elastic.co/appex-qa/qaf:latest \
23+
docker.elastic.co/appex-qa/qaf:24.1.1 \
2424
bash -c "$cmd"
2525
}
2626

0 commit comments

Comments
 (0)