From 2cf1ee9f8732630c0d0259cd8d2057bf1974ba8d Mon Sep 17 00:00:00 2001 From: Prasad Mukhedkar Date: Wed, 24 Mar 2021 02:53:09 +0100 Subject: [PATCH] Set execution-type to SEQUENTIALLY for xtesting multijob This commit sets the execution-type to SEQUENTIALLY to run xtesting jobs in sequentially manner instead of default parallel. Signed-off-by: Prasad Mukhedkar Change-Id: I95dd15e00b1ed761372f1b82a01e0c49e0b9a2c6 --- jjb/cloud-infra/onap-jobs/onap-release-deploy-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/cloud-infra/onap-jobs/onap-release-deploy-test.yaml b/jjb/cloud-infra/onap-jobs/onap-release-deploy-test.yaml index e8d2b4ab..d6a89a79 100644 --- a/jjb/cloud-infra/onap-jobs/onap-release-deploy-test.yaml +++ b/jjb/cloud-infra/onap-jobs/onap-release-deploy-test.yaml @@ -223,6 +223,7 @@ - multijob: name: xTesting for infra-healthcheck and healthcheck condition: ALWAYS + execution-type: SEQUENTIALLY projects: - name: 'onap-release-{environment-type}-xtesting-infra-healthcheck-{distro}-{cloud}-{type}-{stream}' current-parameters: true -- 2.25.1