diff mbox series

[isar-cip-core,1/2] reproducible-check-ci: Include swu files in reproducible tests

Message ID 20231006125845.2661-2-venkata.pyla@toshiba-tsip.com (mailing list archive)
State Changes Requested
Headers show
Series Enable SWU file in reproducible test | expand

Commit Message

Venkata Pyla Oct. 6, 2023, 12:58 p.m. UTC
From: venkata pyla <venkata.pyla@toshiba-tsip.com>

Signed-off-by: venkata pyla <venkata.pyla@toshiba-tsip.com>
---
 .reproducible-check-ci.yml | 1 +
 scripts/repro-tests.sh     | 1 +
 2 files changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/.reproducible-check-ci.yml b/.reproducible-check-ci.yml
index 6bcc215..03b4c00 100644
--- a/.reproducible-check-ci.yml
+++ b/.reproducible-check-ci.yml
@@ -43,6 +43,7 @@ 
     paths:
       - scripts/repro-tests.sh
       - image*/*.wic.p*
+      - image*/*.swu
 
 .repro-test:
   image:
diff --git a/scripts/repro-tests.sh b/scripts/repro-tests.sh
index 127484f..8bdb34b 100755
--- a/scripts/repro-tests.sh
+++ b/scripts/repro-tests.sh
@@ -74,6 +74,7 @@  fi
 
 # Define files in the artifacts for checking the reproducibility
 set -- \
+	"${IMAGE_BASE}-${RELEASE}-${TARGET}.swu" \
 	"${IMAGE_BASE}-${RELEASE}-${TARGET}.wic.p0" \
 	"${IMAGE_BASE}-${RELEASE}-${TARGET}.wic.p1" \
 	"${IMAGE_BASE}-${RELEASE}-${TARGET}.wic.p2" \