Skip to content

Commit a27dc83

Browse files
committed
Added ignore if mirroring fails
1 parent b907855 commit a27dc83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e_rhoai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Mirror vllm image
154154
run: |
155155
echo "$QUAY_ROBOT_TOKEN" | docker login quay.io -u "$QUAY_ROBOT_NAME" --password-stdin
156-
oc image mirror public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:latest quay.io/rh-ee-cpompeia/vllm-cpu:latest
156+
oc image mirror public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:latest quay.io/rh-ee-cpompeia/vllm-cpu:latest || true
157157
158158
- name: Deploy OpenShift cluster
159159
run: |

0 commit comments

Comments
 (0)