From 24fd63b9407d00b5fe58506fd837af45057d16c4 Mon Sep 17 00:00:00 2001 From: Akhil Jha <38880644+akhil-jha@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:51:52 +0530 Subject: [PATCH] ci: Update image uuids frontend (#309) --- .rhcicd/pr_check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rhcicd/pr_check.sh b/.rhcicd/pr_check.sh index d8d8bd14..13f6acbb 100755 --- a/.rhcicd/pr_check.sh +++ b/.rhcicd/pr_check.sh @@ -49,7 +49,7 @@ accountID="3340851" dbPod=$(oc get pods -o custom-columns=POD:.metadata.name --no-headers | grep 'image-builder-db') # AWS stub -imageID="fa67817e-a539-4799-9596-6cb1d964232b" # created on 2023-08-03 +imageID="ad6d6a99-7a95-4b74-8760-cce28df35bda" # created on 2023-08-23 imageName="pipeline-aws" composeRequestAWSJson='{"image_name": "'$imageName'", "distribution": "rhel-92", "customizations": {}, "image_requests": [{"image_type": "aws", "architecture": "x86_64", "upload_request": {"type": "aws", "options": {"share_with_accounts": ["093942615996"]}}}]}' @@ -57,7 +57,7 @@ oc exec $dbPod -- psql -d image-builder -c "INSERT INTO public.composes (job_id, ('$imageID', '$composeRequestAWSJson', '$(date +"%Y-%m-%d %T")', '$orgID', '$accountID', '$imageName', false);" # GCP stub -imageID="ba6f621d-9cc9-4b40-97ac-9d5341516dc5" # created on 2023-08-03 +imageID="6c79ab2c-176d-4e24-80ca-bd9f3a019ca6" # created on 2023-08-23 imageName="pipeline-gcp" composeRequestGCPJson='{"image_name": "'$imageName'", "distribution": "rhel-92", "customizations": {}, "image_requests": [{"image_type": "gcp", "architecture": "x86_64", "upload_request": {"type": "gcp", "options": {"share_with_accounts": ["user:oezr@redhat.com"]}}}]}'