Skip to content

Commit 651c335

Browse files
committed
DNM: CI test
1 parent b81f09f commit 651c335

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cci.jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memo
2626
// Run stage Build FCOS (init, fetch and build)
2727
cosaBuild(skipKola: 1, cosaDir: "/srv", noForce: true)
2828

29+
shwrap("""
30+
cd /srv
31+
python3 /usr/lib/coreos-assembler/download-overrides.py
32+
cosa fetch
33+
""")
34+
2935
// Run stage Kola QEMU (basic-qemu-scenarios, upgrade and self tests)
3036
kola(cosaDir: "/srv", addExtTests: ["${env.WORKSPACE}/ci/run-kola-self-tests"])
3137

0 commit comments

Comments
 (0)