Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions ci-operator/config/openshift/installer/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 11 additions & 4 deletions ci-operator/jobs/openshift/installer/OWNERS
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
15 changes: 11 additions & 4 deletions ci-operator/templates/openshift/installer/OWNERS
Original file line number Diff line number Diff line change
@@ -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