Skip to content

Commit

Permalink
DNM: CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Nov 29, 2024
1 parent b81f09f commit d475add
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memo
// Run stage Build FCOS (init, fetch and build)
cosaBuild(skipKola: 1, cosaDir: "/srv", noForce: true)

shwrap("""
cd /srv
python3 /usr/lib/coreos-assembler/download-overrides.py
cosa fetch --with-cosa-overrides
false
""")

// Run stage Kola QEMU (basic-qemu-scenarios, upgrade and self tests)
kola(cosaDir: "/srv", addExtTests: ["${env.WORKSPACE}/ci/run-kola-self-tests"])

Expand Down

0 comments on commit d475add

Please sign in to comment.