Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing golang image pull error #4551

Conversation

prietyc123
Copy link
Contributor

What type of PR is this?

/kind failing-test

What does does this PR do / why we need it:

Fixing ci failure.

error: build error: failed to pull image: After retrying 2 times, Pull image still failed due to error: while pulling "docker://registry.svc.ci.openshift.org/openshift/release:golang-1.13" as "registry.svc.ci.openshift.org/openshift/release:golang-1.13": Error initializing source docker://registry.svc.ci.openshift.org/openshift/release:golang-1.13: error pinging docker registry registry.svc.ci.openshift.org: invalid status code from registry 503 (Service Unavailable)

Which issue(s) this PR fixes:

Fixes #?

PR acceptance criteria:

How to test changes / Special notes to the reviewer:

@openshift-ci
Copy link

openshift-ci bot commented Mar 25, 2021

@prietyc123: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/psi-openshift-integration-e2e 309bfdb link /test psi-openshift-integration-e2e
ci/prow/psi-kubernetes-integration-e2e 309bfdb link /test psi-kubernetes-integration-e2e
ci/prow/psi-minishift-integration-e2e 309bfdb link /test psi-minishift-integration-e2e

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Copy link
Contributor

@mohammedzee1000 mohammedzee1000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me
/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. Required by Prow. label Mar 25, 2021
@mohammedzee1000
Copy link
Contributor

The tests will fail as until the image is in master, it will still try to pull old image

Copy link
Member

@dharmit dharmit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dharmit, prietyc123

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. label Mar 25, 2021
@mohammedzee1000
Copy link
Contributor

@kadel @dharmit this might need an override.
And yes, image pull is verified

❯ podman pull registry.ci.openshift.org/openshift/release:golang-1.13
Trying to pull registry.ci.openshift.org/openshift/release:golang-1.13...
Getting image source signatures
Copying blob 2d473b07cdd5 [--------------------------------------] 169.6KiB / 72.6MiB
Copying blob 7e8f78e3fb4e [--------------------------------------] 118.6KiB / 315.8MiB
^C%                                                                                                 

@dharmit
Copy link
Member

dharmit commented Mar 25, 2021

The tests will fail as until the image is in master, it will still try to pull old image

So does this PR need to be merged manually?

@prietyc123 @mohammedzee1000

@mohammedzee1000
Copy link
Contributor

@dharmit see the comment i made above, so yes

@dharmit
Copy link
Member

dharmit commented Mar 25, 2021

/override ci/prow/unit
/override ci/prow/v4.7-integration-e2e

@openshift-ci-robot
Copy link
Collaborator

@dharmit: Overrode contexts on behalf of dharmit: ci/prow/unit, ci/prow/v4.7-integration-e2e

In response to this:

/override ci/prow/unit
/override ci/prow/v4.7-integration-e2e

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-merge-robot openshift-merge-robot merged commit 035fc9a into redhat-developer:master Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. Required by Prow. lgtm Indicates that a PR is ready to be merged. Required by Prow.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants