Description of problem: test/cmd/edit.sh and test/cmd/set-image.sh use images from docker.io, it occasionally causes them to fail. Version-Release number of selected component (if applicable): How reproducible: Sometimes Steps to Reproduce: 1. run e2e-cmd Actual results: https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_openshift-apiserver/177/pull-ci-openshift-openshift-apiserver-master-e2e-cmd/1349319304666943488 Running test/cmd/edit.sh:27: executing 'oc tag --source=docker docker.io/busybox:latest test:new' expecting success... SUCCESS after 1.000s: test/cmd/edit.sh:27: executing 'oc tag --source=docker docker.io/busybox:latest test:new' expecting success Running test/cmd/edit.sh:28: executing 'oc get istag/test:new' expecting success; re-trying every 0.2s until completion or 60.000s... FAILURE after 60.000s: test/cmd/edit.sh:28: executing 'oc get istag/test:new' expecting success; re-trying every 0.2s until completion or 60.000s: the command timed out Running test/cmd/set-image.sh:16: executing 'oc create -f ${TEST_DATA}/image-streams/image-streams-centos7.json' expecting success... SUCCESS after 0.000s: test/cmd/set-image.sh:16: executing 'oc create -f ${TEST_DATA}/image-streams/image-streams-centos7.json' expecting success Running test/cmd/set-image.sh:17: executing 'oc get imagestreamtags ruby:2.3' expecting success; re-trying every 0.2s until completion or 60.000s... FAILURE after 60.000s: test/cmd/set-image.sh:17: executing 'oc get imagestreamtags ruby:2.3' expecting success; re-trying every 0.2s until completion or 60.000s: the command timed out Expected results: SUCCESS for all tests Additional info: BZ for builds.sh is BZ 1915907
This is being already worked on in https://bugzilla.redhat.com/show_bug.cgi?id=1904684 *** This bug has been marked as a duplicate of bug 1904684 ***