From 55fa6dd5c871593588bd202a1c82cb857049eebe Mon Sep 17 00:00:00 2001 From: Martin Zibricky <527280+matysek@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:48:08 +0200 Subject: [PATCH] [CCXDEV-14488] Fix pr_check: use old image for pull requests --- pr_check.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pr_check.sh b/pr_check.sh index 5f65b2fd5..e4b6bef61 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -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