Skip to content

Commit 6146f5a

Browse files
jlebonjmarrero
authored andcommitted
jobs/test-override: run cosa fetch with --with-cosa-overrides
Otherwise, if the override we're testing is pulling in new dependencies, we won't know to fetch them. This came up in https://bodhi.fedoraproject.org/updates/FEDORA-2024-969f546f80 which is adding a dep on `composefs`. This also matches CI in the coreos/fedora-coreos-config repo. (Aside: we've talked in the past about getting notified when new deps are added and the previous behaviour coincidentally did that, but this doesn't seem like the right place for it; we shouldn't block packages from entering Fedora on that account. That check probably belongs in `bump-lockfile` instead).
1 parent 6405615 commit 6146f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/test-override.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ try {
192192
autolock_arg = "--autolock ${build_lock}"
193193
}
194194
stage("${arch}:Fetch") {
195-
shwrap("cosa fetch ${autolock_arg}")
195+
shwrap("cosa fetch --with-cosa-overrides ${autolock_arg}")
196196
}
197197
stage("${arch}:Build") {
198198
shwrap("cosa build ${autolock_arg}")

0 commit comments

Comments
 (0)