We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e89a4 commit 5b97663Copy full SHA for 5b97663
.cci.jenkinsfile
@@ -49,7 +49,7 @@ stage("Build") {
49
50
// Build FCOS and run kola tests.
51
// There's some parallelization in testiso up to 8G, add 1G for overhead
52
-cosaPod(memory: "9Gi", cpu: "4") {
+cosaPod(memory: "9Gi", cpu: "4", image: "quay.io/dustymabe/coreos-assembler:latest") {
53
stage("Build FCOS") {
54
checkout scm
55
unstash 'build'
0 commit comments