Skip to content

Commit

Permalink
Disable parallel testing in pr-checks and daily job (#5428)
Browse files Browse the repository at this point in the history
* Disable parallel testing in pr-checks

* Disable parallel tests in daily job
  • Loading branch information
esebesto authored Dec 17, 2024
1 parent 5285711 commit 94dbc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94dbc09

Please sign in to comment.