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
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ resources:
memory: 200Mi
tests:
- as: e2e-aws-ocp-46-continuous
cron: 0 */12 * * 1-5
cron: 0 */12 * * *
steps:
cluster_profile: aws
test:
Expand All @@ -207,7 +207,7 @@ tests:
memory: 200Mi
workflow: openshift-e2e-aws
- as: upgrade-tests-aws-ocp-46-continuous
cron: 0 */12 * * 1-5
cron: 0 */12 * * *
steps:
cluster_profile: aws
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ images:
from: base
to: serverless-stop-bundle
promotion:
disabled: true
name: openshift-serverless-nightly
namespace: openshift
releases:
Expand All @@ -183,52 +184,8 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: operator-e2e-aws-ocp-47
steps:
allow_skip_on_success: true
cluster_profile: aws
test:
- as: operator-e2e
commands: make test-e2e-with-kafka
dependencies:
- env: KNATIVE_OPENSHIFT_INGRESS
name: knative-openshift-ingress
- env: KNATIVE_OPERATOR
name: knative-operator
- env: OPENSHIFT_KNATIVE_OPERATOR
name: openshift-knative-operator
from: serverless-operator-src
resources:
limits:
memory: 6Gi
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
- as: upstream-e2e-aws-ocp-47
steps:
allow_skip_on_success: true
cluster_profile: aws
test:
- as: serverless-e2e
commands: make test-upstream-e2e-no-upgrade
dependencies:
- env: KNATIVE_OPENSHIFT_INGRESS
name: knative-openshift-ingress
- env: KNATIVE_OPERATOR
name: knative-operator
- env: OPENSHIFT_KNATIVE_OPERATOR
name: openshift-knative-operator
from: serverless-operator-src
resources:
limits:
memory: 6Gi
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
- as: e2e-aws-ocp-47-continuous
cron: 0 */12 * * 1-5
cron: 0 */12 * * *
steps:
cluster_profile: aws
test:
Expand All @@ -250,7 +207,7 @@ tests:
memory: 200Mi
workflow: openshift-e2e-aws
- as: upgrade-tests-aws-ocp-47-continuous
cron: 0 */12 * * 1-5
cron: 0 */12 * * *
steps:
cluster_profile: aws
test:
Expand All @@ -271,30 +228,8 @@ tests:
cpu: "2"
memory: 4Gi
workflow: openshift-e2e-aws
- as: upgrade-tests-aws-ocp-47
steps:
allow_skip_on_success: true
cluster_profile: aws
test:
- as: serverless-e2e
commands: make test-upgrade
dependencies:
- env: KNATIVE_OPENSHIFT_INGRESS
name: knative-openshift-ingress
- env: KNATIVE_OPERATOR
name: knative-operator
- env: OPENSHIFT_KNATIVE_OPERATOR
name: openshift-knative-operator
from: serverless-operator-src
resources:
limits:
memory: 6Gi
requests:
cpu: "2"
memory: 4Gi
workflow: openshift-e2e-aws
- as: e2e-mesh-ocp-47-continuous
cron: 0 */12 * * 1-5
cron: 0 */12 * * *
steps:
cluster_profile: aws
test:
Expand All @@ -315,28 +250,6 @@ tests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-aws
- as: upstream-e2e-mesh-aws-ocp-47
steps:
allow_skip_on_success: true
cluster_profile: aws
test:
- as: serverless-e2e
commands: make test-upstream-e2e-mesh
dependencies:
- env: KNATIVE_OPENSHIFT_INGRESS
name: knative-openshift-ingress
- env: KNATIVE_OPERATOR
name: knative-operator
- env: OPENSHIFT_KNATIVE_OPERATOR
name: openshift-knative-operator
from: serverless-operator-src
resources:
limits:
memory: 6Gi
requests:
cpu: "2"
memory: 4Gi
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: main
org: openshift-knative
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
base_images:
base:
name: "4.7"
name: "4.8"
namespace: ocp
tag: base
cli:
name: "4.7"
name: "4.8"
namespace: ocp
tag: cli
openshift_knative-v0.15.2_knative-eventing-src:
Expand Down Expand Up @@ -175,7 +175,7 @@ releases:
latest:
release:
channel: stable
version: "4.7"
version: "4.8"
resources:
'*':
limits:
Expand All @@ -184,7 +184,7 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: e2e-aws-ovn-ocp-47-continuous
- as: e2e-aws-ovn-ocp-48-continuous
cron: 0 0 * * 0
steps:
cluster_profile: aws
Expand All @@ -210,4 +210,4 @@ zz_generated_metadata:
branch: main
org: openshift-knative
repo: serverless-operator
variant: 4.7-aws-ovn
variant: 4.8-aws-ovn
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
base_images:
base:
name: "4.7"
name: "4.8"
namespace: ocp
tag: base
cli:
name: "4.7"
name: "4.8"
namespace: ocp
tag: cli
openshift_knative-v0.15.2_knative-eventing-src:
Expand Down Expand Up @@ -175,7 +175,7 @@ releases:
latest:
release:
channel: stable
version: "4.7"
version: "4.8"
resources:
'*':
limits:
Expand All @@ -184,7 +184,7 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: e2e-azure-ocp-47-continuous
- as: e2e-azure-ocp-48-continuous
cron: 0 0 * * 0
steps:
cluster_profile: azure4
Expand All @@ -210,4 +210,4 @@ zz_generated_metadata:
branch: main
org: openshift-knative
repo: serverless-operator
variant: 4.7-azure
variant: 4.8-azure
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
base_images:
base:
name: "4.7"
name: "4.8"
namespace: ocp
tag: base
cli:
name: "4.7"
name: "4.8"
namespace: ocp
tag: cli
openshift_knative-v0.15.2_knative-eventing-src:
Expand Down Expand Up @@ -120,7 +120,7 @@ base_images:
namespace: openshift
tag: golang-1.15
upi-installer:
name: "4.7"
name: "4.8"
namespace: ocp
tag: upi-installer
build_root:
Expand Down Expand Up @@ -179,7 +179,7 @@ releases:
latest:
release:
channel: stable
version: "4.7"
version: "4.8"
resources:
'*':
limits:
Expand All @@ -188,7 +188,7 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: e2e-gcp-ocp-47-continuous
- as: e2e-gcp-ocp-48-continuous
cron: 0 0 * * 0
steps:
cluster_profile: gcp
Expand All @@ -214,4 +214,4 @@ zz_generated_metadata:
branch: main
org: openshift-knative
repo: serverless-operator
variant: 4.7-gcp
variant: 4.8-gcp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
base_images:
base:
name: "4.7"
name: "4.8"
namespace: ocp
tag: base
cli:
name: "4.7"
name: "4.8"
namespace: ocp
tag: cli
openshift_knative-v0.15.2_knative-eventing-src:
Expand Down Expand Up @@ -120,7 +120,7 @@ base_images:
namespace: openshift
tag: golang-1.15
upi-installer:
name: "4.7"
name: "4.8"
namespace: ocp
tag: upi-installer
build_root:
Expand Down Expand Up @@ -179,7 +179,7 @@ releases:
latest:
release:
channel: stable
version: "4.7"
version: "4.8"
resources:
'*':
limits:
Expand All @@ -188,7 +188,7 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: e2e-vsphere-ocp-47-continuous
- as: e2e-vsphere-ocp-48-continuous
cron: 0 0 * * 0
steps:
cluster_profile: vsphere
Expand All @@ -214,4 +214,4 @@ zz_generated_metadata:
branch: main
org: openshift-knative
repo: serverless-operator
variant: 4.7-vsphere
variant: 4.8-vsphere
Loading