Skip to content

Commit

Permalink
Merge pull request #2064 from matysek/mzibric-ccxdev14488-32
Browse files Browse the repository at this point in the history
[CCXDEV-14488] Fix pr_check: use old image for pull requests
  • Loading branch information
matysek authored Oct 1, 2024
2 parents 5163999 + 55fa6dd commit 313ecfc
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 313ecfc

Please sign in to comment.