Skip to content

Commit 4d25630

Browse files
committed
.cci.jenkinsfile: drop downloading ostree for previous build
Now that we can generate an rpmdiff from commitmeta.json alone [1] we can stop downloading the ostree ociarchive on every build. [1] coreos/coreos-assembler#4327
1 parent 14e1cbf commit 4d25630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cci.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cosaPod(cpus: 4, memory: "9Gi") {
1919
cosa init ${env.WORKSPACE}/config
2020
python3 /usr/lib/coreos-assembler/download-overrides.py
2121
# prep from the latest builds so that we generate a diff on PRs that add packages
22-
cosa buildfetch --stream=${env.CHANGE_TARGET} --artifact=ostree
22+
cosa buildfetch --stream=${env.CHANGE_TARGET}
2323
""")
2424

2525
// use a --parent-build arg so we can diff later and it matches prod

0 commit comments

Comments
 (0)