Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Eclipse Che test branches #57975

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
build_root:
project_image:
dockerfile_path: .ci/openshift-ci/Dockerfile
releases:
initial:
integration:
name: "4.14"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.14"
namespace: ocp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: chectl
steps:
cluster_profile: che-aws
env:
BASE_DOMAIN: crw-qe.com
test:
- as: chectl
cli: latest
commands: .ci/oc-test-chectl.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
- as: chectl-devworkspace-happy-path
steps:
cluster_profile: che-aws
env:
BASE_DOMAIN: crw-qe.com
test:
- as: chectl-devworkspace-happy-path
cli: latest
commands: .ci/oc-test-happy-path.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: 7.100.x
org: che-incubator
repo: chectl
variant: v14

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tests:
memory: 200Mi
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: 7.87.x
branch: 7.94.x
org: che-incubator
repo: chectl
variant: v14
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tests:
memory: 200Mi
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: 7.88.x
branch: 7.95.x
org: che-incubator
repo: chectl
variant: v14
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tests:
memory: 200Mi
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: 7.89.x
branch: 7.96.x
org: che-incubator
repo: chectl
variant: v14
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tests:
memory: 200Mi
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: 7.90.x
branch: 7.97.x
org: che-incubator
repo: chectl
variant: v14
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
build_root:
project_image:
dockerfile_path: .ci/openshift-ci/Dockerfile
releases:
initial:
integration:
name: "4.14"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.14"
namespace: ocp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: chectl
steps:
cluster_profile: che-aws
env:
BASE_DOMAIN: crw-qe.com
test:
- as: chectl
cli: latest
commands: .ci/oc-test-chectl.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
- as: chectl-devworkspace-happy-path
steps:
cluster_profile: che-aws
env:
BASE_DOMAIN: crw-qe.com
test:
- as: chectl-devworkspace-happy-path
cli: latest
commands: .ci/oc-test-happy-path.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: 7.98.x
org: che-incubator
repo: chectl
variant: v14
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
build_root:
project_image:
dockerfile_path: .ci/openshift-ci/Dockerfile
releases:
initial:
integration:
name: "4.14"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.14"
namespace: ocp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: chectl
steps:
cluster_profile: che-aws
env:
BASE_DOMAIN: crw-qe.com
test:
- as: chectl
cli: latest
commands: .ci/oc-test-chectl.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
- as: chectl-devworkspace-happy-path
steps:
cluster_profile: che-aws
env:
BASE_DOMAIN: crw-qe.com
test:
- as: chectl-devworkspace-happy-path
cli: latest
commands: .ci/oc-test-happy-path.sh
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: 7.99.x
org: che-incubator
repo: chectl
variant: v14
Loading