mbox series

[isar-cip-core,0/3] Enable swupdate targets in reproducible check

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

Message

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

Hi,

This following patch series enables the swupdate targets in reproducible
check and enable html output in diffoscope to view the non-reproducible
contents in the browser.

venkata pyla (3):
  .reproducible-check-ci.yml: Add swupdate targets in reproducible check
  .reproducible-check-ci.yml: Include only files required for RB check
  repro-tests.sh: Enable html output in diffoscope

 .reproducible-check-ci.yml | 60 ++++++++++++++++++++++++++++++++++++--
 scripts/repro-tests.sh     |  2 ++
 2 files changed, 59 insertions(+), 3 deletions(-)

Comments

Jan Kiszka June 23, 2023, 2:40 p.m. UTC | #1
On 23.06.23 16:05, venkata.pyla@toshiba-tsip.com wrote:
> From: venkata pyla <venkata.pyla@toshiba-tsip.com>
> 
> Hi,
> 
> This following patch series enables the swupdate targets in reproducible
> check and enable html output in diffoscope to view the non-reproducible
> contents in the browser.

Are we reproducible now?? Or is this to resolve the remaining issues so
that also
https://gitlab.com/cip-project/cip-core/isar-cip-core/-/issues/24 is fixed?

Jan
Venkata Pyla June 23, 2023, 4:27 p.m. UTC | #2
>-----Original Message-----
>From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On Behalf Of
>Jan Kiszka via lists.cip-project.org
>Sent: Friday, June 23, 2023 8:11 PM
>To: pyla venkata(TSIP TMIEC ODG Porting) <Venkata.Pyla@toshiba-
>tsip.com>; cip-dev@lists.cip-project.org
>Cc: dinesh kumar(TSIP TMIEC ODG Porting) <dinesh.kumar@toshiba-
>tsip.com>; hayashi kazuhiro(林 和宏 DME ○DIG□MPS○MP4)
><kazuhiro3.hayashi@toshiba.co.jp>
>Subject: Re: [cip-dev] [isar-cip-core 0/3] Enable swupdate targets in reproducible
>check
>
>On 23.06.23 16:05, venkata.pyla@toshiba-tsip.com wrote:
>> From: venkata pyla <venkata.pyla@toshiba-tsip.com>
>>
>> Hi,
>>
>> This following patch series enables the swupdate targets in
>> reproducible check and enable html output in diffoscope to view the
>> non-reproducible contents in the browser.
>
>Are we reproducible now?? Or is this to resolve the remaining issues so that also
>https://gitlab.com/cip-project/cip-core/isar-cip-core/-/issues/24 is fixed?

SWUpdate targets are not reproducible yet, these patches include swupdate targets in the reproducible check CI,

Currently the following files are non-reproducible in swupdate targets:
Squashfs file (https://cip-project.gitlab.io/-/cip-core/isar-cip-core/-/jobs/4529073178/artifacts/cip-core-image-cip-core-bookworm-qemu-amd64.squashfs.diffoscope_output.html)
SWU file (https://cip-project.gitlab.io/-/cip-core/isar-cip-core/-/jobs/4529073178/artifacts/cip-core-image-cip-core-bookworm-qemu-amd64.swu.diffoscope_output.html) 

I am working on the above issues.

>
>Jan
>
>--
>Siemens AG, Technology
>Competence Center Embedded Linux
Jan Kiszka June 25, 2023, 8:30 a.m. UTC | #3
On 23.06.23 18:27, Venkata.Pyla@toshiba-tsip.com wrote:
> 
> 
>> -----Original Message-----
>> From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On Behalf Of
>> Jan Kiszka via lists.cip-project.org
>> Sent: Friday, June 23, 2023 8:11 PM
>> To: pyla venkata(TSIP TMIEC ODG Porting) <Venkata.Pyla@toshiba-
>> tsip.com>; cip-dev@lists.cip-project.org
>> Cc: dinesh kumar(TSIP TMIEC ODG Porting) <dinesh.kumar@toshiba-
>> tsip.com>; hayashi kazuhiro(林 和宏 DME ○DIG□MPS○MP4)
>> <kazuhiro3.hayashi@toshiba.co.jp>
>> Subject: Re: [cip-dev] [isar-cip-core 0/3] Enable swupdate targets in reproducible
>> check
>>
>> On 23.06.23 16:05, venkata.pyla@toshiba-tsip.com wrote:
>>> From: venkata pyla <venkata.pyla@toshiba-tsip.com>
>>>
>>> Hi,
>>>
>>> This following patch series enables the swupdate targets in
>>> reproducible check and enable html output in diffoscope to view the
>>> non-reproducible contents in the browser.
>>
>> Are we reproducible now?? Or is this to resolve the remaining issues so that also
>> https://gitlab.com/cip-project/cip-core/isar-cip-core/-/issues/24 is fixed?
> 
> SWUpdate targets are not reproducible yet, these patches include swupdate targets in the reproducible check CI,
> 
> Currently the following files are non-reproducible in swupdate targets:
> Squashfs file (https://cip-project.gitlab.io/-/cip-core/isar-cip-core/-/jobs/4529073178/artifacts/cip-core-image-cip-core-bookworm-qemu-amd64.squashfs.diffoscope_output.html)
> SWU file (https://cip-project.gitlab.io/-/cip-core/isar-cip-core/-/jobs/4529073178/artifacts/cip-core-image-cip-core-bookworm-qemu-amd64.swu.diffoscope_output.html) 
> 
> I am working on the above issues.
> 

Seems like only timestamp problems - sounds doable. Looking forward!

Jan