test: [sig-imageregistry][Feature:Image] oc tag should change image reference for internal images is failing frequently in CI, see search results: https://search.ci.openshift.org/?maxAge=168h&context=1&type=bug%2Bjunit&name=&maxMatches=5&maxBytes=20971520&groupBy=job&search=%5C%5Bsig-imageregistry%5C%5D%5C%5BFeature%3AImage%5C%5D+oc+tag+should+change+image+reference+for+internal+images The test is flaky on libvirt / vsphere lanes but stable on others. Not sure if it makes sense to disable it.
Added all the others sig-imageregistry tests [sig-imageregistry][Feature:Image] oc tag should change image reference for internal images [sig-imageregistry][Feature:ImageExtract] Image extract should extract content from an image [sig-imageregistry][Feature:Image] oc tag should change image reference for internal images [sig-imageregistry][Feature:ImageAppend] Image append should create images by appending them [sig-imageregistry][Feature:ImageTriggers] Annotation trigger reconciles after the image is overwritten [sig-imageregistry][Feature:ImageLayers] Image layer subresource should return layers from tagged images [sig-imageregistry][Feature:ImageLookup] Image policy should update standard Kube object image fields when local names are on
The test fails mostly because of BZ 1923536. The registry reports 500 instead of 429 and clients don't retry such errors. *** This bug has been marked as a duplicate of bug 1923536 ***