diff mbox series

[isar-cip-core,2/3] .reproducible-check-ci.yml: Include only files required for RB check

Message ID 20230623140555.11428-3-venkata.pyla@toshiba-tsip.com (mailing list archive)
State Superseded
Headers show
Series Enable swupdate targets in reproducible check | expand

Commit Message

Venkata Pyla June 23, 2023, 2:05 p.m. UTC
From: venkata pyla <venkata.pyla@toshiba-tsip.com>

artifacts folder contains many other files like dpkg_status, manifest,
etc, which are not verified in reproducible check, so include only the
files are used in reproducible check.

Signed-off-by: venkata pyla <venkata.pyla@toshiba-tsip.com>
---
 .reproducible-check-ci.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/.reproducible-check-ci.yml b/.reproducible-check-ci.yml
index 5ea7857..ede358b 100644
--- a/.reproducible-check-ci.yml
+++ b/.reproducible-check-ci.yml
@@ -39,8 +39,12 @@ 
     expire_in: 1 day
     paths:
       - scripts/repro-tests.sh
-      - image1
-      - image2
+      - image*/*initrd.img
+      - image*/*-vmlinu*
+      - image*/*.tar.gz
+      - image*/*.squashfs
+      - image*/*.swu
+      - image*/linux.efi
 
 .repro-test:
   image: