Message ID | 20240603070920.2942859-1-Sai.Sathujoda@toshiba-tsip.com (mailing list archive) |
---|---|
Headers | show |
Series | Trigger CIP Core testing LAVA jobs | expand |
On 03.06.24 09:09, Sai.Sathujoda@toshiba-tsip.com wrote: > From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com> > > This series of patches will trigger LAVA jobs which test swupdate, secure boot > and IEC layer. So, if I apply all these to 'next', what will happen, what can I expect? I'm keen on getting these in before the release to have that validated, but I'd like to understand where we are in this regard and only rush if that adds value. Jan > > sai ashrith sathujoda (3): > test/templates: Include functionality based templates > submit_lava.sh: Add script to submit the jobs prepared from templates > .gitlab-ci.yml: Add test targets specific for CIP core functionalities > > .gitlab-ci.yml | 33 ++ > scripts/submit_lava.sh | 458 +++++++++++++++++++++++++ > test/templates/IEC_template.yml | 72 ++++ > test/templates/secureboot_template.yml | 63 ++++ > test/templates/swupdate_template.yml | 123 +++++++ > 5 files changed, 749 insertions(+) > create mode 100755 scripts/submit_lava.sh > create mode 100644 test/templates/IEC_template.yml > create mode 100644 test/templates/secureboot_template.yml > create mode 100644 test/templates/swupdate_template.yml >
Hi Jan, Once these patches are applied, every pipeline triggered after that will trigger 3 test jobs which send 11 LAVA jobs to CIP LAVA Lab testing secure boot, Swupdate and IEC Layer. Currently siemens and cyber trust LAVA labs need to be updated so that these jobs can run there. In my opinion it is better to consider merging these patches once LAVA Labs are updated. I reminded Chris to ask the maintainers of those labs to update them so that we will have at least 4 QEMU devices capable of running these jobs. Thanks and regards, Sai Ashrith Sathujoda -----Original Message----- From: Jan Kiszka <jan.kiszka@siemens.com> Sent: Monday, June 3, 2024 2:39 PM To: ashrith sai(TSIP) <Sai.Sathujoda@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: [isar-cip-core 0/3] Trigger CIP Core testing LAVA jobs On 03.06.24 09:09, Sai.Sathujoda@toshiba-tsip.com wrote: > From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com> > > This series of patches will trigger LAVA jobs which test swupdate, > secure boot and IEC layer. So, if I apply all these to 'next', what will happen, what can I expect? I'm keen on getting these in before the release to have that validated, but I'd like to understand where we are in this regard and only rush if that adds value. Jan > > sai ashrith sathujoda (3): > test/templates: Include functionality based templates > submit_lava.sh: Add script to submit the jobs prepared from templates > .gitlab-ci.yml: Add test targets specific for CIP core > functionalities > > .gitlab-ci.yml | 33 ++ > scripts/submit_lava.sh | 458 +++++++++++++++++++++++++ > test/templates/IEC_template.yml | 72 ++++ > test/templates/secureboot_template.yml | 63 ++++ > test/templates/swupdate_template.yml | 123 +++++++ > 5 files changed, 749 insertions(+) > create mode 100755 scripts/submit_lava.sh create mode 100644 > test/templates/IEC_template.yml create mode 100644 > test/templates/secureboot_template.yml > create mode 100644 test/templates/swupdate_template.yml > -- Siemens AG, Technology Linux Expert Center
From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com> This series of patches will trigger LAVA jobs which test swupdate, secure boot and IEC layer. sai ashrith sathujoda (3): test/templates: Include functionality based templates submit_lava.sh: Add script to submit the jobs prepared from templates .gitlab-ci.yml: Add test targets specific for CIP core functionalities .gitlab-ci.yml | 33 ++ scripts/submit_lava.sh | 458 +++++++++++++++++++++++++ test/templates/IEC_template.yml | 72 ++++ test/templates/secureboot_template.yml | 63 ++++ test/templates/swupdate_template.yml | 123 +++++++ 5 files changed, 749 insertions(+) create mode 100755 scripts/submit_lava.sh create mode 100644 test/templates/IEC_template.yml create mode 100644 test/templates/secureboot_template.yml create mode 100644 test/templates/swupdate_template.yml