mbox series

[isar-cip-core,v1,0/3] Minor corrections to CIP Core testing

Message ID 20240618161035.1810237-1-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
Headers show
Series Minor corrections to CIP Core testing | expand

Message

Sai.Sathujoda@toshiba-tsip.com June 18, 2024, 4:10 p.m. UTC
From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com>

This series of patches rectify minor issues found while checking the
test job results.

sai ashrith sathujoda (3):
  templates/swupdate_template.yml: Fail the job immediately after
    unexpected outcome
  submit_lava.sh: Rectify the ustate value in case of a rollback
    scenario
  .gitlab-ci.yml: Add relevant qemu target in 'needs' for test targets

 .gitlab-ci.yml                        | 12 +++++++++++-
 scripts/submit_lava.sh                |  3 ++-
 tests/templates/swupdate_template.yml |  8 ++++----
 3 files changed, 17 insertions(+), 6 deletions(-)

Comments

Jan Kiszka June 18, 2024, 8:34 p.m. UTC | #1
On 18.06.24 18:10, Sai.Sathujoda@toshiba-tsip.com wrote:
> From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com>
> 
> This series of patches rectify minor issues found while checking the
> test job results.
> 
> sai ashrith sathujoda (3):
>   templates/swupdate_template.yml: Fail the job immediately after
>     unexpected outcome
>   submit_lava.sh: Rectify the ustate value in case of a rollback
>     scenario
>   .gitlab-ci.yml: Add relevant qemu target in 'needs' for test targets
> 
>  .gitlab-ci.yml                        | 12 +++++++++++-
>  scripts/submit_lava.sh                |  3 ++-
>  tests/templates/swupdate_template.yml |  8 ++++----
>  3 files changed, 17 insertions(+), 6 deletions(-)
> 

Thanks, applied.

Jan