Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ fi
echo "========== Current branch =========="
echo "Current branch: $(git branch --show-current)"
echo "Using Image: ${QUAY_REPO}:${TAG_NAME}"
IMAGE_SHA=$(curl -s "https://quay.io/api/v1/repository/${QUAY_REPO}/tag/?specificTag=${TAG_NAME}" | jq -r '.tags[0].manifest_digest')
echo "Image SHA: ${IMAGE_SHA}"

echo "========== Test Execution =========="
echo "Executing openshift-ci-tests.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: "4"
cpu: "8"
memory: 8Gi
requests:
cpu: "4"
memory: 6Gi
memory: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: "4"
cpu: "8"
memory: 8Gi
requests:
cpu: "4"
memory: 6Gi
memory: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ fi
echo "========== Current branch =========="
echo "Current branch: $(git branch --show-current)"
echo "Using Image: ${QUAY_REPO}:${TAG_NAME}"
IMAGE_SHA=$(curl -s "https://quay.io/api/v1/repository/${QUAY_REPO}/tag/?specificTag=${TAG_NAME}" | jq -r '.tags[0].manifest_digest')
echo "Image SHA: ${IMAGE_SHA}"

echo "========== Test Execution =========="
echo "Executing openshift-ci-tests.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: "4"
cpu: "8"
memory: 8Gi
requests:
cpu: "4"
memory: 6Gi
memory: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: "4"
cpu: "8"
memory: 8Gi
requests:
cpu: "4"
memory: 6Gi
memory: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ fi
echo "========== Current branch =========="
echo "Current branch: $(git branch --show-current)"
echo "Using Image: ${QUAY_REPO}:${TAG_NAME}"
IMAGE_SHA=$(curl -s "https://quay.io/api/v1/repository/${QUAY_REPO}/tag/?specificTag=${TAG_NAME}" | jq -r '.tags[0].manifest_digest')
echo "Image SHA: ${IMAGE_SHA}"

echo "========== Test Execution =========="
echo "Executing openshift-ci-tests.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: "4"
cpu: "8"
memory: 8Gi
requests:
cpu: "4"
memory: 6Gi
memory: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: "4"
cpu: "8"
memory: 8Gi
requests:
cpu: "4"
memory: 6Gi
memory: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ fi
echo "========== Current branch =========="
echo "Current branch: $(git branch --show-current)"
echo "Using Image: ${QUAY_REPO}:${TAG_NAME}"
IMAGE_SHA=$(curl -s "https://quay.io/api/v1/repository/${QUAY_REPO}/tag/?specificTag=${TAG_NAME}" | jq -r '.tags[0].manifest_digest')
echo "Image SHA: ${IMAGE_SHA}"

echo "========== Test Execution =========="
echo "Executing openshift-ci-tests.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: "4"
cpu: "8"
memory: 8Gi
requests:
cpu: "4"
memory: 6Gi
memory: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ fi
echo "========== Current branch =========="
echo "Current branch: $(git branch --show-current)"
echo "Using Image: ${QUAY_REPO}:${TAG_NAME}"
IMAGE_SHA=$(curl -s "https://quay.io/api/v1/repository/${QUAY_REPO}/tag/?specificTag=${TAG_NAME}" | jq -r '.tags[0].manifest_digest')
echo "Image SHA: ${IMAGE_SHA}"

echo "========== Test Execution =========="
echo "Executing openshift-ci-tests.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: "4"
cpu: "8"
memory: 8Gi
requests:
cpu: "4"
memory: 6Gi
memory: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ fi
echo "========== Current branch =========="
echo "Current branch: $(git branch --show-current)"
echo "Using Image: ${QUAY_REPO}:${TAG_NAME}"
IMAGE_SHA=$(curl -s "https://quay.io/api/v1/repository/${QUAY_REPO}/tag/?specificTag=${TAG_NAME}" | jq -r '.tags[0].manifest_digest')
echo "Image SHA: ${IMAGE_SHA}"

echo "========== Test Execution =========="
echo "Executing openshift-ci-tests.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: '4'
cpu: "8"
memory: 8Gi
requests:
cpu: '4'
memory: 6Gi
cpu: "4"
memory: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: "4"
cpu: "8"
memory: 8Gi
requests:
cpu: "4"
memory: 6Gi
memory: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ fi
echo "========== Current branch =========="
echo "Current branch: $(git branch --show-current)"
echo "Using Image: ${QUAY_REPO}:${TAG_NAME}"
IMAGE_SHA=$(curl -s "https://quay.io/api/v1/repository/${QUAY_REPO}/tag/?specificTag=${TAG_NAME}" | jq -r '.tags[0].manifest_digest')
echo "Image SHA: ${IMAGE_SHA}"

echo "========== Test Execution =========="
echo "Executing openshift-ci-tests.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ref:
tag: main
resources:
limits:
memory: 6Gi
cpu: "4"
cpu: "8"
memory: 8Gi
requests:
cpu: "4"
memory: 6Gi
memory: 4Gi