Skip to content

Commit

Permalink
[CCXDEV-14488] Fix pr_check: use old image for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
matysek committed Oct 1, 2024
1 parent 5163999 commit 55fa6dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ COMPONENTS="ccx-data-pipeline ccx-insights-results ccx-redis dvo-writer dvo-extr
COMPONENTS_W_RESOURCES="" # component to keep
CACHE_FROM_LATEST_IMAGE="true"
DEPLOY_FRONTENDS="false"
# Set the correct images for pull requests.
# pr_check in pull requests still uses the old cloudservices images
EXTRA_DEPLOY_ARGS="\
--set-parameter ccx-insights-results/IMAGE=quay.io/cloudservices/insights-results-aggregator \
--set-parameter ccx-redis/IMAGE=quay.io/cloudservices/insights-results-aggregator \
--set-parameter dvo-writer/IMAGE=quay.io/cloudservices/insights-results-aggregator
"

export IQE_PLUGINS="ccx"
# Run all pipeline tests
Expand Down

0 comments on commit 55fa6dd

Please sign in to comment.