Skip to content

Commit 5b97663

Browse files
committed
test patched COSA
1 parent f9e89a4 commit 5b97663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cci.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ stage("Build") {
4949

5050
// Build FCOS and run kola tests.
5151
// There's some parallelization in testiso up to 8G, add 1G for overhead
52-
cosaPod(memory: "9Gi", cpu: "4") {
52+
cosaPod(memory: "9Gi", cpu: "4", image: "quay.io/dustymabe/coreos-assembler:latest") {
5353
stage("Build FCOS") {
5454
checkout scm
5555
unstash 'build'

0 commit comments

Comments
 (0)