-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
-
False
-
-
False
-
None
-
None
-
None
-
None
-
None
See https://coreos.slack.com/archives/C01CQA76KMX/p1653664318699599 for context.
That slack thread has links to where KUBE_TEST_REPO_LIST is being set, so that the tests will not use docker.io and use quay.io; but then that env variable is overridden when openshift-tests is run.
That test is defined here https://github.com/openshift/origin//blob/10cb7532c5d3e1c6691b7622604afa8d1c1319e6/pkg/synthetictests/kubelet.go#L433 and set to flake.
We should consider doing these:
- Get the images used in that test to be moved to quay.io (or somewhere else appropriate)
- Change the openshift/release step registry bash file to use the new registry
- Change openshift-tests so that it no longer overwrites the KUBE_TEST_REPO_LIST variable
- Set those tests to no longer flake (at some point when we feel the tests are working and reliable)