Skip to content

Commit 20bce43

Browse files
authored
Ensures tests run against the right image. (#1054)
1 parent bc02b80 commit 20bce43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pipeline {
4343
set -exo pipefail
4444
4545
date
46+
docker pull gcr.io/kaggle-images/python:${PRETEST_TAG}
4647
./test --image gcr.io/kaggle-images/python:${PRETEST_TAG}
4748
'''
4849
}
@@ -85,6 +86,7 @@ pipeline {
8586
set -exo pipefail
8687
8788
date
89+
docker pull gcr.io/kaggle-private-byod/python:${PRETEST_TAG}
8890
./test --gpu --image gcr.io/kaggle-private-byod/python:${PRETEST_TAG}
8991
'''
9092
}

0 commit comments

Comments
 (0)