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

Replace utilruntime.HandleError with glog #12658

Merged
merged 1 commit into from
Jan 25, 2017
Merged

Replace utilruntime.HandleError with glog #12658

merged 1 commit into from
Jan 25, 2017

Conversation

coreydaley
Copy link
Member

@coreydaley coreydaley commented Jan 25, 2017

Replaces debug output in build logs when pushing image to docker
registry, also adding "connection refused" as a retriable error

Fixes #12469

Sample output:

Pushing image 172.30.189.97:5000/testing/myruby:latest ...
Warning: Push failed, retrying in 5s ...
Warning: Push failed, retrying in 5s ...
Warning: Push failed, retrying in 5s ...
Warning: Push failed, retrying in 5s ...
Warning: Push failed, retrying in 5s ...
Warning: Push failed, retrying in 5s ...
Warning: Push failed, retrying in 5s ...
Registry server Address: 
Registry server User Name: serviceaccount
Registry server Email: [email protected]
Registry server Password: <<non-empty>>
error: build error: Failed to push image: Put http://172.30.189.97:5000/v1/repositories/testing/myruby/: dial tcp 172.30.189.97:5000: getsockopt: connection refused

Replaces debug output in build logs when pushing image to docker
registry

Fixes #12469
@coreydaley
Copy link
Member Author

[test]

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 88ceefd

@smarterclayton
Copy link
Contributor

LGTM

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/13280/) (Base Commit: 86a9783)

@bparees
Copy link
Contributor

bparees commented Jan 25, 2017

[merge]

@openshift-bot
Copy link
Contributor

openshift-bot commented Jan 25, 2017

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/13280/) (Image: devenv-rhel7_5774)

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 88ceefd

@openshift-bot openshift-bot merged commit a32dda3 into openshift:master Jan 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants