-
Bug
-
Resolution: Done
-
Major
-
openshift-4.18.z, openshift-4.21, openshift-4.22
-
None
Description of problem:
MicroShift nightly jobs are duplicated for some releases and are running more than once per-schedule
Version-Release number of selected component (if applicable):
4.22, 4.21, 4.18
How reproducible:
100% in CI
Steps to Reproduce:
There should not be more than 4 cache job entries per-release: 2 to be run nightly and 2 to be run from PRs as pre-submits.
$ cd /home/microshift/openshift-release/ci-operator/config/openshift/microshift [lenovo microshift]$ grep -rn aws-tests-cache| sort .config.prowgen:11: - e2e-aws-tests-cache-nightly .config.prowgen:12: - e2e-aws-tests-cache-nightly-arm openshift-microshift-main.yaml:112:- as: e2e-aws-tests-cache-nightly openshift-microshift-main.yaml:122:- as: e2e-aws-tests-cache-nightly-arm openshift-microshift-main.yaml:151:- as: e2e-aws-tests-cache openshift-microshift-main.yaml:161:- as: e2e-aws-tests-cache-arm openshift-microshift-release-4.18__periodics.yaml:44:- as: e2e-aws-tests-cache-nightly openshift-microshift-release-4.18__periodics.yaml:51:- as: e2e-aws-tests-cache-nightly-arm openshift-microshift-release-4.18.yaml:101:- as: e2e-aws-tests-cache-nightly-arm openshift-microshift-release-4.18.yaml:127:- as: e2e-aws-tests-cache openshift-microshift-release-4.18.yaml:134:- as: e2e-aws-tests-cache-arm openshift-microshift-release-4.18.yaml:94:- as: e2e-aws-tests-cache-nightly openshift-microshift-release-4.19__periodics.yaml:44:- as: e2e-aws-tests-cache-nightly openshift-microshift-release-4.19__periodics.yaml:54:- as: e2e-aws-tests-cache-nightly-arm openshift-microshift-release-4.19.yaml:112:- as: e2e-aws-tests-cache openshift-microshift-release-4.19.yaml:122:- as: e2e-aws-tests-cache-arm openshift-microshift-release-4.20__periodics.yaml:44:- as: e2e-aws-tests-cache-nightly openshift-microshift-release-4.20__periodics.yaml:54:- as: e2e-aws-tests-cache-nightly-arm openshift-microshift-release-4.20.yaml:112:- as: e2e-aws-tests-cache openshift-microshift-release-4.20.yaml:122:- as: e2e-aws-tests-cache-arm openshift-microshift-release-4.21__periodics.yaml:51:- as: e2e-aws-tests-cache-nightly openshift-microshift-release-4.21__periodics.yaml:61:- as: e2e-aws-tests-cache-nightly-arm openshift-microshift-release-4.21.yaml:112:- as: e2e-aws-tests-cache-nightly openshift-microshift-release-4.21.yaml:122:- as: e2e-aws-tests-cache-nightly-arm openshift-microshift-release-4.21.yaml:151:- as: e2e-aws-tests-cache openshift-microshift-release-4.21.yaml:161:- as: e2e-aws-tests-cache-arm openshift-microshift-release-4.22__periodics.yaml:51:- as: e2e-aws-tests-cache-nightly openshift-microshift-release-4.22__periodics.yaml:61:- as: e2e-aws-tests-cache-nightly-arm openshift-microshift-release-4.22.yaml:113:- as: e2e-aws-tests-cache-nightly openshift-microshift-release-4.22.yaml:123:- as: e2e-aws-tests-cache-nightly-arm openshift-microshift-release-4.22.yaml:152:- as: e2e-aws-tests-cache openshift-microshift-release-4.22.yaml:162:- as: e2e-aws-tests-cache-arm openshift-microshift-release-4.23.yaml:112:- as: e2e-aws-tests-cache openshift-microshift-release-4.23.yaml:122:- as: e2e-aws-tests-cache-arm
Actual results:
Some cache jobs are running twice per-schedule
Expected results:
Cache jobs should run once per-schedule