From patchwork Tue Jun 18 04:50:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sai.Sathujoda@toshiba-tsip.com X-Patchwork-Id: 13701790 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 014DDC27C4F for ; Tue, 18 Jun 2024 04:50:21 +0000 (UTC) Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.158]) by mx.groups.io with SMTP id smtpd.web10.78956.1718686214227716514 for ; Mon, 17 Jun 2024 21:50:15 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: toshiba-tsip.com, ip: 210.130.202.158, mailfrom: sai.sathujoda@toshiba-tsip.com) Received: by mo-csw.securemx.jp (mx-mo-csw1122) id 45I4oBv11349544; Tue, 18 Jun 2024 13:50:11 +0900 X-Iguazu-Qid: 2rWhAUbYkJQP2g9DUp X-Iguazu-QSIG: v=2; s=0; t=1718686211; q=2rWhAUbYkJQP2g9DUp; m=kV3hOtiniNoXFU4l6/50K0pfNXqXwa3TS+PQ57IrG18= Received: from imx12-a.toshiba.co.jp ([38.106.60.135]) by relay.securemx.jp (mx-mr1121) id 45I4oAld3264707 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Tue, 18 Jun 2024 13:50:11 +0900 From: Sai.Sathujoda@toshiba-tsip.com To: cip-dev@lists.cip-project.org, jan.kiszka@siemens.com Cc: sai ashrith sathujoda , dinesh.kumar@toshiba-tsip.com, kazuhiro3.hayashi@toshiba.co.jp Subject: [isar-cip-core v2 0/3] Split Gitlab test jobs Date: Tue, 18 Jun 2024 10:20:05 +0530 X-TSB-HOP2: ON Message-Id: <20240618045008.1765300-1-Sai.Sathujoda@toshiba-tsip.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-OriginalArrivalTime: 18 Jun 2024 04:50:07.0141 (UTC) FILETIME=[FDD06D50:01DAC13A] List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 18 Jun 2024 04:50:20 -0000 X-Groupsio-URL: https://lists.cip-project.org/g/cip-dev/message/16273 From: sai ashrith sathujoda This series of patches will run one LAVA job per Gitlab test job. Accordingly the submit_lava.sh and template files are modified to sync with the changes. Changes in v2: Patches sent in v1 are re-ordered to work as expected. sai ashrith sathujoda (3): tests: Modify the replacable strings and increase timeouts in the templates submit_lava.sh: Modify the script to handle only one job at a time .gitlab-ci.yml: Break current test jobs to run one LAVA job per Gitlab job .gitlab-ci.yml | 80 +++++- scripts/submit_lava.sh | 336 ++++++++++-------------- tests/templates/IEC_template.yml | 16 +- tests/templates/secureboot_template.yml | 14 +- tests/templates/swupdate_template.yml | 18 +- 5 files changed, 227 insertions(+), 237 deletions(-)