Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
ci: test with git master of coreos/ignition
Browse files Browse the repository at this point in the history
This is symmetrical to coreos/ignition#994.
  • Loading branch information
jlebon committed Jun 10, 2020
1 parent bdf0a65 commit 2874fda
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
// Documentation: https://github.com/coreos/coreos-ci/blob/master/README-upstream-ci.md

cosaPod {
cosaPod(buildroot: true) {
checkout scm
fcosBuild(make: true)

// we want to test against the latest ignition until they're merged
// https://github.com/coreos/fedora-coreos-tracker/issues/511

// hack to satisfy golang compiler wanting to cache things
shwrap("mkdir cache")
withEnv(["XDG_CACHE_HOME=${env.WORKSPACE}/cache"]) {
shwrap("git clone https://github.com/coreos/ignition")
fcosBuild(make: true, makeDirs: ["ignition"])
}
}

0 comments on commit 2874fda

Please sign in to comment.