Skip to content

Commit

Permalink
Merge pull request #29890 from tolusha/openshiftv410v411
Browse files Browse the repository at this point in the history
Switch tests to OpenShift v4.10 & v4.11 infrastructure
  • Loading branch information
openshift-ci[bot] authored Jun 30, 2022
2 parents b1c1a2d + 6ca2e95 commit 6504b31
Show file tree
Hide file tree
Showing 51 changed files with 3,440 additions and 450 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_images:
cli:
name: "4.8"
name: "4.10"
namespace: ocp
tag: cli
build_root:
Expand All @@ -11,7 +11,7 @@ releases:
release:
architecture: amd64
channel: stable
version: "4.8"
version: "4.10"
resources:
'*':
limits:
Expand Down Expand Up @@ -49,7 +49,7 @@ tests:
cpu: 100m
workflow: ipi-gcp
zz_generated_metadata:
branch: 7.46.x
branch: 7.51.x
org: che-incubator
repo: chectl
variant: v8
variant: v10
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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tests:
cpu: 100m
workflow: ipi-gcp
zz_generated_metadata:
branch: 7.48.x
branch: 7.51.x
org: che-incubator
repo: chectl
variant: v9
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
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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tests:
cpu: 100m
workflow: ipi-gcp
zz_generated_metadata:
branch: 7.46.x
branch: 7.52.x
org: che-incubator
repo: chectl
variant: v9
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
Loading

0 comments on commit 6504b31

Please sign in to comment.