add retry for skopeo and no_proxy for s3.us-east-1.amazonaws.com#55503
add retry for skopeo and no_proxy for s3.us-east-1.amazonaws.com#55503openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
Conversation
|
/assign @rioliu-rh @anpingli |
|
/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.12-amd64-nightly-aws-c2s-ipi-disc-priv-fips-f28-destructive |
|
@jianzhangbjz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
| @@ -146,7 +146,26 @@ function mirror_optional_images () { | |||
| skopeo login quay.io/openshift-qe-optional-operators -u ${optional_auth_user} -p ${optional_auth_password} | |||
|
|
|||
| echo "skopeo copy docker://${origin_index_image} oci://${work_dir}oci-local-catalog --remove-signatures" | |||
There was a problem hiding this comment.
Can you add a slash here? I made a mistake here.
echo "skopeo copy docker://${origin_index_image} oci://${work_dir}**/**oci-local-catalog --remove-signatures"
There was a problem hiding this comment.
It should be 'skopeo copy docker://${origin_index_image} oci://${work_dir}/oci-local-catalog --remove-signatures"
|
/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.12-amd64-nightly-aws-c2s-ipi-disc-priv-fips-f28-destructive |
|
@rioliu-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.12-amd64-nightly-aws-c2s-ipi-disc-priv-fips-f28-destructive |
|
@jianzhangbjz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.12-amd64-nightly-aws-c2s-ipi-disc-priv-fips-f28-destructive |
|
@jianzhangbjz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.12-amd64-nightly-aws-c2s-ipi-disc-priv-fips-f28-destructive |
|
@jianzhangbjz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Date=20240814T021940Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=f43943fe7edac449b6f986e2e9333d7f4bee9b26dd7c2eca8c36af395a96c8d7\": Service Unavailable"
Retry 2/3...
Copying 2 of 2 images in list
Copying image sha256:5d7f940e5704b34cb2330e1498d428fe95b0b6ef4afba04c87c698f20166e926 (1/2)
Copying blob sha256:fee6d4b2035aeacafcd858da273d628708fd9e5b24be62451893aa9e4159ff19
Copying blob sha256:2e9427b8c823ce724ae0b71b43b521e9729883236c4ec7d1e8e25f661e35fe24
Copying blob sha256:b7f09ba47d002b4216d2c0372502bff993e1ce93f45b9ff3a15d922da13ed319
Copying blob sha256:d2da84f6e5b72b37214fb486accfc8764a26f91a31d4cb6f6f593c4a8246a675
Copying blob sha256:fb59b26fc1696069c946779723a5dcc9c6c91dcda16a66703a11306c441b80f5
Copying blob sha256:166f5782bb9af344492ecb2070587653be097a0ff142dfb9dc78db770b23535f
time="2024-08-14T02:20:10Z" level=fatal msg="copying image 1/2 from manifest list: reading blob sha256:d2da84f6e5b72b37214fb486accfc8764a26f91a31d4cb6f6f593c4a8246a675: Get \"https://s3.us-east-1.amazonaws.com/quayio-production-s3/sha256/d2/d2da84f6e5b72b37214fb486accfc8764a26f91a31d4cb6f6f593c4a8246a675?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAI5LUAQGPZRPNKSJA%2F20240814%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240814T022010Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=16b45b1200ad882af80c5eb0b2b75bc0779b42e3ad2351460b65e4a6d481d1a5\": Service Unavailable"
Retry 3/3...
Failed after 3 retries |
|
Hi @anpingli , could you help have a look? Thanks! [cloud-user@preserve-olm-env2 ~]$ podman pull quay.io/openshift-qe-optional-operators/aosqe-index:v1.25
Trying to pull quay.io/openshift-qe-optional-operators/aosqe-index:v1.25...
Error: initializing source docker://quay.io/openshift-qe-optional-operators/aosqe-index:v1.25: too many requests to registry |
|
As for the retry mechanism, I think it's good. @kuiwang02 , could you help approve it? Thanks! |
|
@jianzhangbjz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@jianzhangbjz |
Maybe. However, I cannot pull that index image, as above and follows, [cloud-user@preserve-olm-env2 ~]$ podman --log-level debug pull quay.io/openshift-qe-optional-operators/aosqe-index:v1.25
INFO[0000] podman filtering at log level debug
DEBU[0000] Called pull.PersistentPreRunE(podman --log-level debug pull quay.io/openshift-qe-optional-operators/aosqe-index:v1.25)
DEBU[0000] Using conmon: "/usr/bin/conmon"
...
Error: initializing source docker://quay.io/openshift-qe-optional-operators/aosqe-index:v1.25: too many requests to registry
DEBU[0000] Shutting down engines
... |
|
/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.12-amd64-nightly-aws-c2s-ipi-disc-priv-fips-f28-destructive |
|
@jianzhangbjz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
A total of 756 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@jianzhangbjz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
Hi @anpingli , could you help add |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anpingli, jianzhangbjz The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Add retry for Skopeo to address https://gcsweb-qe-private-deck-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/qe-private-deck/logs/periodic-ci-openshift-openshift-tests-private-release-4.12-amd64-nightly-aws-c2s-ipi-disc-priv-fips-f28-destructive/1822786217326940160/artifacts/aws-c2s-ipi-disc-priv-fips-f28-destructive/enable-qe-catalogsource-disconnected/build-log.txt