Skip to content

Commit 6d84d11

Browse files
committed
step-registry: rename origin to openshift
openshift#6965 (comment)
1 parent eb19a73 commit 6d84d11

31 files changed

+83
-83
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
workflow:
2+
as: openshift-e2e-aws-loki
3+
steps:
4+
pre:
5+
- chain: ipi-aws-pre
6+
- ref: ipi-install-loki
7+
test:
8+
- ref: openshift-e2e-test
9+
post:
10+
- ref: gather-loki
11+
- chain: ipi-aws-post
12+
documentation: |-
13+
The Openshift E2E AWS workflow executes the common end-to-end test suite on AWS with a default cluster configuration with loki as log collector.
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
workflow:
2-
as: origin-e2e-aws-ovn-hybrid
2+
as: openshift-e2e-aws-ovn-hybrid
33
steps:
44
pre:
55
- chain: ipi-conf-aws
66
- ref: ovn-conf
77
- ref: ovn-conf-hybrid-manifest
88
- chain: ipi-install
99
test:
10-
- ref: origin-e2e-test
10+
- ref: openshift-e2e-test
1111
post:
1212
- chain: gather-network
1313
- chain: ipi-deprovision
1414
documentation: |-
15-
The Origin E2E OVN workflow executes the common end-to-end test suite with the OVNKubernetes network plugin with a configured hybrid network.
15+
The Openshift E2E OVN workflow executes the common end-to-end test suite with the OVNKubernetes network plugin with a configured hybrid network.
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
workflow:
2-
as: origin-e2e-aws-ovn
2+
as: openshift-e2e-aws-ovn
33
steps:
44
pre:
55
- chain: ipi-conf-aws
66
- ref: ovn-conf
77
- chain: ipi-install
88
test:
9-
- ref: origin-e2e-test
9+
- ref: openshift-e2e-test
1010
post:
1111
- chain: gather-network
1212
- chain: ipi-deprovision
1313
documentation: |-
14-
The Origin E2E OVN workflow executes the common end-to-end test suite with the OVNKubernetes network plugin.
14+
The Openshift E2E OVN workflow executes the common end-to-end test suite with the OVNKubernetes network plugin.
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
workflow:
2-
as: origin-e2e-aws-sdn-multi
2+
as: openshift-e2e-aws-sdn-multi
33
steps:
44
pre:
55
- chain: ipi-conf-aws
66
- ref: sdn-conf
77
- ref: sdn-conf-multi-manifest
88
- chain: ipi-install
99
test:
10-
- ref: origin-e2e-test
10+
- ref: openshift-e2e-test
1111
post:
1212
- chain: ipi-deprovision
1313
documentation: |-
14-
The Origin E2E SDN multi workflow executes the common end-to-end test suite with the OpenShiftSDN multitenant network plugin.
14+
The Openshift E2E SDN multi workflow executes the common end-to-end test suite with the OpenShiftSDN multitenant network plugin.
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
workflow:
2-
as: origin-e2e-aws-sdn-single
2+
as: openshift-e2e-aws-sdn-single
33
steps:
44
pre:
55
- chain: ipi-conf-aws
66
- ref: sdn-conf
77
- ref: sdn-conf-single-manifest
88
- chain: ipi-install
99
test:
10-
- ref: origin-e2e-test
10+
- ref: openshift-e2e-test
1111
post:
1212
- chain: ipi-deprovision
1313
documentation: |-
14-
The Origin E2E SDN single workflow executes the common end-to-end test suite with the OpenShiftSDN single tenant network plugin.
14+
The Openshift E2E SDN single workflow executes the common end-to-end test suite with the OpenShiftSDN single tenant network plugin.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
workflow:
2+
as: openshift-e2e-aws
3+
steps:
4+
pre:
5+
- chain: ipi-aws-pre
6+
test:
7+
- ref: openshift-e2e-test
8+
post:
9+
- chain: ipi-aws-post
10+
documentation: |-
11+
The Openshift E2E AWS workflow executes the common end-to-end test suite on AWS with a default cluster configuration.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
workflow:
2+
as: openshift-e2e-azure
3+
steps:
4+
pre:
5+
- chain: ipi-azure-pre
6+
test:
7+
- ref: openshift-e2e-test
8+
post:
9+
- chain: ipi-azure-post
10+
documentation: |-
11+
The Openshift E2E Azure workflow executes the common end-to-end test suite on Azure with a default cluster configuration.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
workflow:
2+
as: openshift-e2e-gcp
3+
steps:
4+
pre:
5+
- chain: ipi-gcp-pre
6+
test:
7+
- ref: openshift-e2e-test
8+
post:
9+
- chain: ipi-gcp-post
10+
documentation: |-
11+
The Openshift E2E GCP workflow executes the common end-to-end test suite on GCP with a default cluster configuration.

ci-operator/step-registry/origin/e2e/gcp/upi/origin-e2e-gcp-upi-workflow.yaml renamed to ci-operator/step-registry/openshift/e2e/gcp/upi/openshift-e2e-gcp-upi-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
workflow:
2-
as: origin-e2e-gcp-upi
2+
as: openshift-e2e-gcp-upi
33
steps:
44
pre:
55
- chain: upi-gcp-pre
66
test:
7-
- ref: origin-e2e-test
7+
- ref: openshift-e2e-test
88
post:
99
- chain: upi-gcp-post
1010
documentation: >-
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ref:
2+
as: openshift-e2e-test
3+
from: tests
4+
commands: openshift-e2e-test-commands.sh
5+
resources:
6+
requests:
7+
cpu: "3"
8+
memory: 600Mi
9+
limits:
10+
memory: 4Gi
11+
documentation: |-
12+
The Openshift E2E step executes the common end-to-end test suite.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
workflow:
2+
as: openshift-e2e-vsphere
3+
steps:
4+
pre:
5+
- chain: ipi-vsphere-pre
6+
test:
7+
- ref: openshift-e2e-test
8+
post:
9+
- chain: ipi-vsphere-post
10+
documentation: |-
11+
VSphere E2E wraps the Openshift E2E workflow and executes the common end-to-end test suite.

ci-operator/step-registry/origin/e2e-aws-loki/origin-e2e-aws-loki-workflow.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

ci-operator/step-registry/origin/e2e/aws/origin-e2e-aws-workflow.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

ci-operator/step-registry/origin/e2e/azure/origin-e2e-azure-workflow.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

ci-operator/step-registry/origin/e2e/gcp/origin-e2e-gcp-workflow.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

ci-operator/step-registry/origin/e2e/test/origin-e2e-test-ref.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

ci-operator/step-registry/origin/e2e/vsphere/origin-e2e-vsphere-workflow.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)