Skip to content

Commit d475add

Browse files
committed
DNM: CI test
1 parent b81f09f commit d475add

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.cci.jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ 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 --with-cosa-overrides
33+
false
34+
""")
35+
2936
// Run stage Kola QEMU (basic-qemu-scenarios, upgrade and self tests)
3037
kola(cosaDir: "/srv", addExtTests: ["${env.WORKSPACE}/ci/run-kola-self-tests"])
3138

0 commit comments

Comments
 (0)