| Message ID | 20260609094010.897937-1-alex.kanavin@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder-helper] config.json/auh: configure for incremental version upgrades | expand |
diff --git a/config.json b/config.json index 4904439..fe9d416 100644 --- a/config.json +++ b/config.json @@ -1591,7 +1591,7 @@ "step2" : { "shortname" : "run AUH", "EXTRACMDS" : [ - "../auto-upgrade-helper/upgrade-helper.py -e all", + "../auto-upgrade-helper/upgrade-helper.py -e all --incremental", "mkdir -p ${WEBPUBLISH_DIR}/pub/auh/", "cp -rf ./upgrade-helper/* ${WEBPUBLISH_DIR}/pub/auh/" ] diff --git a/scripts/auh-config/upgrade-helper.conf b/scripts/auh-config/upgrade-helper.conf index a0d53c4..d7c6b1d 100644 --- a/scripts/auh-config/upgrade-helper.conf +++ b/scripts/auh-config/upgrade-helper.conf @@ -33,3 +33,4 @@ publish_work_url=https://valkyrie.yocto.io/pub/auh commit_revert_policy=all +retry_any_version_recipes=vulkan-samples sbom-cve-check-update-cvelist-native sbom-cve-check-update-nvd-native