Skip to content

Commit

Permalink
ci: buildprep from stream matching branch name
Browse files Browse the repository at this point in the history
E.g. on `next-devel` we want CI to `buildprep` from the `next-devel`
stream.

Required for green CI in:
coreos#306
  • Loading branch information
jlebon committed Mar 20, 2020
1 parent 3113304 commit 9321003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cosaPod {
curl -LO https://raw.githubusercontent.com/coreos/fedora-coreos-releng-automation/master/scripts/download-overrides.py
python3 download-overrides.py
# prep from the latest builds so that we generate a diff on PRs that add packages
cosa buildprep https://builds.coreos.fedoraproject.org/prod/streams/testing-devel/builds
cosa buildprep https://builds.coreos.fedoraproject.org/prod/streams/${env.CHANGE_TARGET}/builds
""")

fcosBuild(skipInit: true)
Expand Down

0 comments on commit 9321003

Please sign in to comment.