diff --git a/ci-operator/config/openshift/installer/OWNERS b/ci-operator/config/openshift/installer/OWNERS index 9f3c14cacbad8..0ae01f5499f8b 100644 --- a/ci-operator/config/openshift/installer/OWNERS +++ b/ci-operator/config/openshift/installer/OWNERS @@ -1,9 +1,16 @@ # DO NOT EDIT; this file is auto-generated using tools/populate-owners. -# from https://github.com/openshift/installer/blob/25757c69c5a9bb082eb915a6562b2b5abcee956f/OWNERS +# from https://github.com/openshift/installer/blob/8db0de0082ceefba04327fc9d767095da3db8d69/OWNERS # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md approvers: -- installer-approvers -- openstack-approvers +- abhinavdahiya +- crawford +- sdodson +- smarterclayton +- wking reviewers: -- installer-reviewers +- jcpowermac +- jhixson74 +- jstuever +- mtnbikenc +- patrickdillon diff --git a/ci-operator/config/openshift/installer/openshift-installer-master.yaml b/ci-operator/config/openshift/installer/openshift-installer-master.yaml index ad6f8ffafbe4e..00ba4a40ad1e1 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-master.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-master.yaml @@ -157,7 +157,7 @@ tests: openshift_installer_upi: cluster_profile: aws - as: e2e-aws-scaleup-rhel7 - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 - as: e2e-etcd-quorum-loss diff --git a/ci-operator/config/openshift/installer/openshift-installer-release-4.1.yaml b/ci-operator/config/openshift/installer/openshift-installer-release-4.1.yaml index 5549a67b943e9..dfbd7729ebe90 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-release-4.1.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-release-4.1.yaml @@ -137,7 +137,7 @@ tests: openshift_installer_upi: cluster_profile: aws - as: e2e-aws-scaleup-rhel7 - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 - as: e2e-vsphere diff --git a/ci-operator/config/openshift/installer/openshift-installer-release-4.2.yaml b/ci-operator/config/openshift/installer/openshift-installer-release-4.2.yaml index a734afa3da6f4..83db572e57ef3 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-release-4.2.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-release-4.2.yaml @@ -144,7 +144,7 @@ tests: openshift_installer_upi: cluster_profile: aws - as: e2e-aws-scaleup-rhel7 - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 - as: e2e-etcd-quorum-loss diff --git a/ci-operator/config/openshift/installer/openshift-installer-release-4.3.yaml b/ci-operator/config/openshift/installer/openshift-installer-release-4.3.yaml index 9abef0d633c31..b4ad746c1ac12 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-release-4.3.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-release-4.3.yaml @@ -143,7 +143,7 @@ tests: openshift_installer_upi: cluster_profile: aws - as: e2e-aws-scaleup-rhel7 - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 - as: e2e-etcd-quorum-loss diff --git a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-master.yaml b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-master.yaml index 1e92c5f6c5954..84f496d0da9a5 100644 --- a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-master.yaml +++ b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-master.yaml @@ -65,6 +65,6 @@ tests: cluster_profile: aws upgrade: true - as: e2e-rhel-scaleup - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 diff --git a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1.yaml b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1.yaml index 6c2f82252c632..07ff5248b0116 100644 --- a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1.yaml +++ b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1.yaml @@ -57,6 +57,6 @@ tests: cluster_profile: aws upgrade: true - as: e2e-rhel-scaleup - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 diff --git a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2.yaml b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2.yaml index 2e846e558e8ab..2ac82dbca0d3f 100644 --- a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2.yaml +++ b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2.yaml @@ -66,6 +66,6 @@ tests: cluster_profile: aws upgrade: true - as: e2e-rhel-scaleup - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 diff --git a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3.yaml b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3.yaml index b2ac8200642b9..566cd03865eb6 100644 --- a/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3.yaml +++ b/ci-operator/config/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3.yaml @@ -65,6 +65,6 @@ tests: cluster_profile: aws upgrade: true - as: e2e-rhel-scaleup - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 diff --git a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-master.yaml b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-master.yaml index c9499b9d4aa46..d76173e1a2b35 100644 --- a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-master.yaml +++ b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-master.yaml @@ -50,7 +50,7 @@ tests: cluster_profile: aws upgrade: true - as: e2e-rhel-scaleup - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 - as: e2e-etcd-quorum-loss diff --git a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1.yaml b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1.yaml index 8a4098f6af760..886ecdda15254 100644 --- a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1.yaml +++ b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1.yaml @@ -64,7 +64,7 @@ tests: cluster_profile: aws upgrade: true - as: e2e-rhel-scaleup - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 - as: e2e-etcd-quorum-loss diff --git a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2.yaml b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2.yaml index 516a8e64d15c2..8764d4c8a13b9 100644 --- a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2.yaml +++ b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2.yaml @@ -51,7 +51,7 @@ tests: cluster_profile: aws upgrade: true - as: e2e-rhel-scaleup - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 - as: e2e-etcd-quorum-loss diff --git a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3.yaml b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3.yaml index 4874475f0310d..97f5112289465 100644 --- a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3.yaml +++ b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3.yaml @@ -50,7 +50,7 @@ tests: cluster_profile: aws upgrade: true - as: e2e-rhel-scaleup - commands: TEST_SUITE=openshift/conformance run-tests + commands: TEST_SUITE=openshift/conformance/parallel run-tests openshift_ansible_40: cluster_profile: aws-centos-40 - as: e2e-etcd-quorum-loss diff --git a/ci-operator/jobs/openshift/installer/OWNERS b/ci-operator/jobs/openshift/installer/OWNERS index 9f3c14cacbad8..0ae01f5499f8b 100644 --- a/ci-operator/jobs/openshift/installer/OWNERS +++ b/ci-operator/jobs/openshift/installer/OWNERS @@ -1,9 +1,16 @@ # DO NOT EDIT; this file is auto-generated using tools/populate-owners. -# from https://github.com/openshift/installer/blob/25757c69c5a9bb082eb915a6562b2b5abcee956f/OWNERS +# from https://github.com/openshift/installer/blob/8db0de0082ceefba04327fc9d767095da3db8d69/OWNERS # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md approvers: -- installer-approvers -- openstack-approvers +- abhinavdahiya +- crawford +- sdodson +- smarterclayton +- wking reviewers: -- installer-reviewers +- jcpowermac +- jhixson74 +- jstuever +- mtnbikenc +- patrickdillon diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml index 1cee425ab002c..a524dfe6558e0 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml @@ -374,7 +374,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.2/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-presubmits.yaml index 68b85d237934e..930e5a017d580 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.1-presubmits.yaml @@ -106,7 +106,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.1/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-presubmits.yaml index 36bb11c49973f..6671dc5f17d9a 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.2-presubmits.yaml @@ -209,7 +209,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.2/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-presubmits.yaml index e77e4fc0b6024..e4b31ec46169e 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-release-4.3-presubmits.yaml @@ -209,7 +209,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.3/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml index 760703bcf9f9f..10774dbb3771f 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-master-presubmits.yaml @@ -362,7 +362,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.2/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-presubmits.yaml index afd0700368bce..eb73227fc69f9 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.1-presubmits.yaml @@ -222,7 +222,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.1/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-presubmits.yaml index 55a1aa8b94ab6..7060ad9af1ea4 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.2-presubmits.yaml @@ -352,7 +352,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.2/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-presubmits.yaml index 2f9c8c6a8e0b8..ff2c3d95a1f09 100644 --- a/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-api-operator/openshift-machine-api-operator-release-4.3-presubmits.yaml @@ -352,7 +352,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.3/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml index ee31191b58227..5a34486ede9b3 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml @@ -416,7 +416,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.2/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-presubmits.yaml index 812c41af7704c..83fb6cca54a26 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.1-presubmits.yaml @@ -360,7 +360,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.1/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-presubmits.yaml index 4db19b47c89bb..d76c8212fb86e 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.2-presubmits.yaml @@ -360,7 +360,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.2/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-presubmits.yaml index 9bbac3b95e534..45e93eb9b8a4a 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.3-presubmits.yaml @@ -360,7 +360,7 @@ presubmits: - name: RPM_REPO_OPENSHIFT_ORIGIN value: https://rpms.svc.ci.openshift.org/openshift-origin-v4.3/ - name: TEST_COMMAND - value: TEST_SUITE=openshift/conformance run-tests + value: TEST_SUITE=openshift/conformance/parallel run-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/templates/openshift/installer/OWNERS b/ci-operator/templates/openshift/installer/OWNERS index 9f3c14cacbad8..0ae01f5499f8b 100644 --- a/ci-operator/templates/openshift/installer/OWNERS +++ b/ci-operator/templates/openshift/installer/OWNERS @@ -1,9 +1,16 @@ # DO NOT EDIT; this file is auto-generated using tools/populate-owners. -# from https://github.com/openshift/installer/blob/25757c69c5a9bb082eb915a6562b2b5abcee956f/OWNERS +# from https://github.com/openshift/installer/blob/8db0de0082ceefba04327fc9d767095da3db8d69/OWNERS # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md approvers: -- installer-approvers -- openstack-approvers +- abhinavdahiya +- crawford +- sdodson +- smarterclayton +- wking reviewers: -- installer-reviewers +- jcpowermac +- jhixson74 +- jstuever +- mtnbikenc +- patrickdillon