Skip to content

Commit

Permalink
pr_check: Disable IQE parallel execution
Browse files Browse the repository at this point in the history
We don't have any tests marked for parallel execution.
  • Loading branch information
jrusz authored and croissanne committed Nov 28, 2024
1 parent ec62ee9 commit 76849ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export IQE_CJI_TIMEOUT="90m" # This is the time to wait for smoke
export IQE_MARKER_EXPRESSION="be_pr_check" # run only tests marked by be_pr_check
export IQE_ENV="ephemeral" # run only api test
export IQE_IMAGE_TAG="image-builder"
export IQE_PARALLEL_ENABLED="false"
export DOCKERFILE="distribution/Dockerfile-ubi"
export EXTRA_DEPLOY_ARGS="sources unleash-proxy"
export REF_ENV="insights-stage"
Expand Down

0 comments on commit 76849ed

Please sign in to comment.