Skip to content

Commit

Permalink
test trino
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb committed Jan 16, 2025
1 parent 55c641c commit 94b14ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ function run_smoke_tests_stage() {
--source=appsre \
--timeout 600


echo "Running E2E tests with IQE:"
echo "IQE_MARKER_EXPRESSION: '$IQE_MARKER_EXPRESSION'"
echo "IQE_FILTER_EXPRESSION: '$IQE_FILTER_EXPRESSION'"
Expand Down Expand Up @@ -189,7 +190,7 @@ function wait_for_image() {

local count=0
local max=60 # Try for up to 30 minutes
until podman image search --limit 500 --list-tags "${IMAGE}" | grep -q "${IMAGE_TAG}"; do
until [[ $(curl -k -XGET "https://quay.io/api/v1/repository/redhat-user-workloads/cost-mgmt-dev-tenant/koku/tag?specificTag=${IMAGE_TAG}" -Ls | jq '.tags | length') -gt 0 ]]; do
echo "${count}: Checking for image ${IMAGE}:${IMAGE_TAG}..."
sleep 30
((count+=1))
Expand Down

0 comments on commit 94b14ab

Please sign in to comment.