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

Force Konflux Index image in custom weekly jobs #374

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
32 changes: 16 additions & 16 deletions config/serverless-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repositories:
cluster_profile: aws
test:
- as: operator-e2e
commands: make test-e2e-with-kafka
commands: FORCE_KONFLUX_INDEX=true make test-e2e-with-kafka
from: serverless-source-image
resources:
limits:
Expand All @@ -64,7 +64,7 @@ repositories:
cpu: 100m
memory: 200Mi
- as: knative-serving-eventing-e2e
commands: make test-upstream-e2e-no-upgrade
commands: FORCE_KONFLUX_INDEX=true make test-upstream-e2e-no-upgrade
from: serverless-source-image
resources:
limits:
Expand All @@ -73,7 +73,7 @@ repositories:
cpu: 100m
memory: 200Mi
- as: knative-eventing-kafka-broker-e2e
commands: make test-upstream-e2e-kafka-no-upgrade
commands: FORCE_KONFLUX_INDEX=true make test-upstream-e2e-kafka-no-upgrade
from: serverless-source-image
resources:
limits:
Expand All @@ -96,7 +96,7 @@ repositories:
cluster_profile: azure4
test:
- as: operator-e2e
commands: make test-e2e-with-kafka
commands: FORCE_KONFLUX_INDEX=true make test-e2e-with-kafka
from: serverless-source-image
resources:
limits:
Expand All @@ -105,7 +105,7 @@ repositories:
cpu: 100m
memory: 200Mi
- as: knative-serving-eventing-e2e
commands: make test-upstream-e2e-no-upgrade
commands: FORCE_KONFLUX_INDEX=true make test-upstream-e2e-no-upgrade
from: serverless-source-image
resources:
limits:
Expand All @@ -114,7 +114,7 @@ repositories:
cpu: 100m
memory: 200Mi
- as: knative-eventing-kafka-broker-e2e
commands: make test-upstream-e2e-kafka-no-upgrade
commands: FORCE_KONFLUX_INDEX=true make test-upstream-e2e-kafka-no-upgrade
from: serverless-source-image
resources:
limits:
Expand All @@ -137,7 +137,7 @@ repositories:
cluster_profile: gcp
test:
- as: operator-e2e
commands: make test-e2e-with-kafka
commands: FORCE_KONFLUX_INDEX=true make test-e2e-with-kafka
from: serverless-source-image
resources:
limits:
Expand All @@ -146,7 +146,7 @@ repositories:
cpu: 100m
memory: 200Mi
- as: knative-serving-eventing-e2e
commands: make test-upstream-e2e-no-upgrade
commands: FORCE_KONFLUX_INDEX=true make test-upstream-e2e-no-upgrade
from: serverless-source-image
resources:
limits:
Expand All @@ -155,7 +155,7 @@ repositories:
cpu: 100m
memory: 200Mi
- as: knative-eventing-kafka-broker-e2e
commands: make test-upstream-e2e-kafka-no-upgrade
commands: FORCE_KONFLUX_INDEX=true make test-upstream-e2e-kafka-no-upgrade
from: serverless-source-image
resources:
limits:
Expand Down Expand Up @@ -197,7 +197,7 @@ repositories:
HYPERSHIFT_NODE_COUNT: "6"
test:
- as: operator-e2e
commands: make USER_MANAGEMENT_ALLOWED=false test-e2e-with-kafka
commands: FORCE_KONFLUX_INDEX=true USER_MANAGEMENT_ALLOWED=false make test-e2e-with-kafka
from: serverless-source-image
resources:
limits:
Expand All @@ -206,7 +206,7 @@ repositories:
cpu: 100m
memory: 200Mi
- as: knative-serving-eventing-e2e
commands: make test-upstream-e2e-no-upgrade
commands: FORCE_KONFLUX_INDEX=true make test-upstream-e2e-no-upgrade
from: serverless-source-image
resources:
limits:
Expand All @@ -215,7 +215,7 @@ repositories:
cpu: 100m
memory: 200Mi
- as: knative-eventing-kafka-broker-e2e
commands: make test-upstream-e2e-kafka-no-upgrade
commands: FORCE_KONFLUX_INDEX=true make test-upstream-e2e-kafka-no-upgrade
from: serverless-source-image
resources:
limits:
Expand Down Expand Up @@ -253,7 +253,7 @@ repositories:
- ref: osd-create-create
test:
- as: operator-e2e
commands: make test-e2e-with-kafka
commands: FORCE_KONFLUX_INDEX=true make test-e2e-with-kafka
from: serverless-source-image
resources:
limits:
Expand All @@ -262,7 +262,7 @@ repositories:
cpu: 100m
memory: 200Mi
- as: knative-serving-eventing-e2e
commands: make test-upstream-e2e-no-upgrade
commands: FORCE_KONFLUX_INDEX=true make test-upstream-e2e-no-upgrade
from: serverless-source-image
resources:
limits:
Expand All @@ -284,7 +284,7 @@ repositories:
cluster_profile: gcp
test:
- as: operator-e2e
commands: make HA=false test-e2e-with-kafka-no-tracing
commands: FORCE_KONFLUX_INDEX=true HA=false make test-e2e-with-kafka-no-tracing
from: serverless-source-image
resources:
limits:
Expand Down Expand Up @@ -312,7 +312,7 @@ repositories:
cluster_profile: vsphere-elastic
test:
- as: operator-e2e
commands: make HA=false test-e2e-with-kafka
commands: FORCE_KONFLUX_INDEX=true HA=false make test-e2e-with-kafka
from: serverless-source-image
resources:
limits:
Expand Down
Loading