mbox series

[isar-cip-core,0/4] Enable File system images in reproducible

Message ID 20230814091714.9400-1-venkata.pyla@toshiba-tsip.com (mailing list archive)
Headers show
Series Enable File system images in reproducible | expand

Message

Venkata Pyla Aug. 14, 2023, 9:17 a.m. UTC
From: venkata pyla <venkata.pyla@toshiba-tsip.com>

Hi,

The following patch series enable file system images in reproducible
check CI, please review them and provide your feedback.

There were reproducible build failures with file system image creations,
will fix them in another patch series.

venkata pyla (4):
  kas/opt/reproducible.yml: Enable extracting individual partition files
  .reproducible-check-ci: Include individual file system images
  scripts/repro-tests.sh: Fix condition check for artifact folder
  scripts/repro-tests.sh: Print partition label and fstype in the output

 .reproducible-check-ci.yml |  7 +------
 kas/opt/reproducible.yml   |  1 +
 scripts/repro-tests.sh     | 22 ++++++++++++----------
 3 files changed, 14 insertions(+), 16 deletions(-)

Comments

Jan Kiszka Aug. 14, 2023, 9:55 a.m. UTC | #1
On 14.08.23 11:17, venkata.pyla@toshiba-tsip.com wrote:
> From: venkata pyla <venkata.pyla@toshiba-tsip.com>
> 
> Hi,
> 
> The following patch series enable file system images in reproducible
> check CI, please review them and provide your feedback.
> 
> There were reproducible build failures with file system image creations,
> will fix them in another patch series.
> 
> venkata pyla (4):
>   kas/opt/reproducible.yml: Enable extracting individual partition files
>   .reproducible-check-ci: Include individual file system images
>   scripts/repro-tests.sh: Fix condition check for artifact folder
>   scripts/repro-tests.sh: Print partition label and fstype in the output
> 
>  .reproducible-check-ci.yml |  7 +------
>  kas/opt/reproducible.yml   |  1 +
>  scripts/repro-tests.sh     | 22 ++++++++++++----------
>  3 files changed, 14 insertions(+), 16 deletions(-)
> 

Thanks, applied.

Jan