-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29890 from tolusha/openshiftv410v411
Switch tests to OpenShift v4.10 & v4.11 infrastructure
- Loading branch information
Showing
51 changed files
with
3,440 additions
and
450 deletions.
There are no files selected for viewing
55 changes: 0 additions & 55 deletions
55
ci-operator/config/che-incubator/chectl/che-incubator-chectl-7.48.x__v8.yaml
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
ci-operator/config/che-incubator/chectl/che-incubator-chectl-7.49.x__v8.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
ci-operator/config/che-incubator/chectl/che-incubator-chectl-7.51.x__v11.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
base_images: | ||
cli: | ||
name: "4.11" | ||
namespace: ocp | ||
tag: cli | ||
build_root: | ||
project_image: | ||
dockerfile_path: .ci/openshift-ci/Dockerfile | ||
releases: | ||
latest: | ||
release: | ||
architecture: amd64 | ||
channel: stable | ||
version: "4.11" | ||
resources: | ||
'*': | ||
limits: | ||
memory: 4Gi | ||
requests: | ||
cpu: 100m | ||
memory: 200Mi | ||
tests: | ||
- as: chectl-e2e-operator-installer | ||
steps: | ||
cluster_profile: gcp | ||
test: | ||
- as: test | ||
cli: latest | ||
commands: | | ||
oc new-project eclipse-che | ||
.ci/oci_chectl_operator.sh | ||
from: src | ||
resources: | ||
requests: | ||
cpu: 100m | ||
workflow: ipi-gcp | ||
- as: chectl-e2e-olm-installer | ||
steps: | ||
cluster_profile: gcp | ||
test: | ||
- as: test | ||
cli: latest | ||
commands: | | ||
oc new-project eclipse-che | ||
.ci/oci_chectl_olm.sh | ||
from: src | ||
resources: | ||
requests: | ||
cpu: 100m | ||
workflow: ipi-gcp | ||
zz_generated_metadata: | ||
branch: 7.51.x | ||
org: che-incubator | ||
repo: chectl | ||
variant: v11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
ci-operator/config/che-incubator/chectl/che-incubator-chectl-7.52.x__v10.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
base_images: | ||
cli: | ||
name: "4.10" | ||
namespace: ocp | ||
tag: cli | ||
build_root: | ||
project_image: | ||
dockerfile_path: .ci/openshift-ci/Dockerfile | ||
releases: | ||
latest: | ||
release: | ||
architecture: amd64 | ||
channel: stable | ||
version: "4.10" | ||
resources: | ||
'*': | ||
limits: | ||
memory: 4Gi | ||
requests: | ||
cpu: 100m | ||
memory: 200Mi | ||
tests: | ||
- as: chectl-e2e-operator-installer | ||
steps: | ||
cluster_profile: gcp | ||
test: | ||
- as: test | ||
cli: latest | ||
commands: | | ||
oc new-project eclipse-che | ||
.ci/oci_chectl_operator.sh | ||
from: src | ||
resources: | ||
requests: | ||
cpu: 100m | ||
workflow: ipi-gcp | ||
- as: chectl-e2e-olm-installer | ||
steps: | ||
cluster_profile: gcp | ||
test: | ||
- as: test | ||
cli: latest | ||
commands: | | ||
oc new-project eclipse-che | ||
.ci/oci_chectl_olm.sh | ||
from: src | ||
resources: | ||
requests: | ||
cpu: 100m | ||
workflow: ipi-gcp | ||
zz_generated_metadata: | ||
branch: 7.52.x | ||
org: che-incubator | ||
repo: chectl | ||
variant: v10 |
55 changes: 55 additions & 0 deletions
55
ci-operator/config/che-incubator/chectl/che-incubator-chectl-7.52.x__v11.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
base_images: | ||
cli: | ||
name: "4.11" | ||
namespace: ocp | ||
tag: cli | ||
build_root: | ||
project_image: | ||
dockerfile_path: .ci/openshift-ci/Dockerfile | ||
releases: | ||
latest: | ||
release: | ||
architecture: amd64 | ||
channel: stable | ||
version: "4.11" | ||
resources: | ||
'*': | ||
limits: | ||
memory: 4Gi | ||
requests: | ||
cpu: 100m | ||
memory: 200Mi | ||
tests: | ||
- as: chectl-e2e-operator-installer | ||
steps: | ||
cluster_profile: gcp | ||
test: | ||
- as: test | ||
cli: latest | ||
commands: | | ||
oc new-project eclipse-che | ||
.ci/oci_chectl_operator.sh | ||
from: src | ||
resources: | ||
requests: | ||
cpu: 100m | ||
workflow: ipi-gcp | ||
- as: chectl-e2e-olm-installer | ||
steps: | ||
cluster_profile: gcp | ||
test: | ||
- as: test | ||
cli: latest | ||
commands: | | ||
oc new-project eclipse-che | ||
.ci/oci_chectl_olm.sh | ||
from: src | ||
resources: | ||
requests: | ||
cpu: 100m | ||
workflow: ipi-gcp | ||
zz_generated_metadata: | ||
branch: 7.52.x | ||
org: che-incubator | ||
repo: chectl | ||
variant: v11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
ci-operator/config/che-incubator/chectl/che-incubator-chectl-7.53.x__v10.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
base_images: | ||
cli: | ||
name: "4.10" | ||
namespace: ocp | ||
tag: cli | ||
build_root: | ||
project_image: | ||
dockerfile_path: .ci/openshift-ci/Dockerfile | ||
releases: | ||
latest: | ||
release: | ||
architecture: amd64 | ||
channel: stable | ||
version: "4.10" | ||
resources: | ||
'*': | ||
limits: | ||
memory: 4Gi | ||
requests: | ||
cpu: 100m | ||
memory: 200Mi | ||
tests: | ||
- as: chectl-e2e-operator-installer | ||
steps: | ||
cluster_profile: gcp | ||
test: | ||
- as: test | ||
cli: latest | ||
commands: | | ||
oc new-project eclipse-che | ||
.ci/oci_chectl_operator.sh | ||
from: src | ||
resources: | ||
requests: | ||
cpu: 100m | ||
workflow: ipi-gcp | ||
- as: chectl-e2e-olm-installer | ||
steps: | ||
cluster_profile: gcp | ||
test: | ||
- as: test | ||
cli: latest | ||
commands: | | ||
oc new-project eclipse-che | ||
.ci/oci_chectl_olm.sh | ||
from: src | ||
resources: | ||
requests: | ||
cpu: 100m | ||
workflow: ipi-gcp | ||
zz_generated_metadata: | ||
branch: 7.53.x | ||
org: che-incubator | ||
repo: chectl | ||
variant: v10 |
Oops, something went wrong.