From a2072a5f49eef671c136543082d79f72362d652d Mon Sep 17 00:00:00 2001 From: Eva Sebestova Date: Tue, 17 Dec 2024 17:28:32 +0100 Subject: [PATCH 1/2] Disable parallel testing in pr-checks --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index fcb9a74ce5..2da8761666 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,6 +43,7 @@ pipeline { IQE_PLUGINS="cost_management" BUILD_URL="https://ci.ext.devshift.net/job/koku-pipeline-pr-check-main/${BUILD_NUMBER}/" IQE_ENV_VARS="JOB_NAME=koku-ci-jenkins,BUILD_NUMBER=${BUILD_NUMBER},BUILD_URL=${BUILD_URL}" + IQE_PARALLEL_ENABLED="false" GITHUB_API_ROOT='https://api.github.com/repos/project-koku/koku' CICD_URL="https://raw.githubusercontent.com/RedHatInsights/cicd-tools/main" From fa736053419832422a2bad53f5e75b300ccb398b Mon Sep 17 00:00:00 2001 From: Eva Sebestova Date: Tue, 17 Dec 2024 18:05:05 +0100 Subject: [PATCH 2/2] Disable parallel tests in daily job --- smoke_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/smoke_test.sh b/smoke_test.sh index 223477d706..97baeee112 100755 --- a/smoke_test.sh +++ b/smoke_test.sh @@ -9,6 +9,7 @@ IQE_PLUGINS="cost_management" IQE_MARKER_EXPRESSION="cost_smoke" IQE_FILTER_EXPRESSION="" IQE_CJI_TIMEOUT="5h" +IQE_PARALLEL_ENABLED="false" IQE_ENV_VARS="JOB_NAME=${JOB_NAME},BUILD_NUMBER=${BUILD_NUMBER}" # Get bonfire helper scripts