Skip to content
Snippets Groups Projects

Generate ostree static delta for rollback test

Merged Frédéric Dalleau requested to merge wip/fredo/T5682 into apertis/v2019dev0
All threads resolved!
Compare and Show latest version
2 files
+ 10
15
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
14
@@ -273,20 +273,10 @@ def buildOStreeRollbackDelta(architecture, type, board, debosarguments = "", rep
sh(script: """
cd ${PIPELINE_VERSION}/${architecture}/${type}
debos ${debosarguments} \
--show-boot \
-t architecture:${architecture} \
-t type:$type \
-t board:$board \
-t suite:$release \
-t ospack:ospack_${release}-${architecture}-${type}_${PIPELINE_VERSION} \
-t image:${image_name} \
-t message:${release}-${type}-${architecture}-${board}_${PIPELINE_VERSION} \
-t ostree:${repo} \
${WORKSPACE}/${osname}-ostree-rollback-commit.yaml""")
sh(script: """
cd ${PIPELINE_VERSION}/${architecture}/${type}
ostree --repo=${repo} commit\
--tree=ref=${branch} \
--branch=${rollback_branch} \
--skip-list="/usr/bin/updatectl"
ostree --repo=${repo} static-delta generate \
--from=${branch} \
--to=${rollback_branch} \
Loading