Skip to content

Commit 6075b4d

Browse files
author
serverless-qe
committed
[release-v1.15] Sync Konflux configurations
1 parent af1715f commit 6075b4d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.konflux/applications/serverless-operator-135/tests/ec-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ spec:
88
value: rhtap-releng-tenant/registry-standard-stage
99
- name: TIMEOUT
1010
value: "120m"
11+
- name: WORKERS
12+
value: "8"
1113
application: serverless-operator-135
1214
contexts:
1315
- description: Application testing
14-
name: application
16+
name: push
1517
resolverRef:
1618
params:
1719
- name: url

.konflux/applications/serverless-operator-135/tests/override-snapshot-ec-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ metadata:
55
spec:
66
params:
77
- name: POLICY_CONFIGURATION
8-
value: rhtap-releng-tenant/registry-standard
8+
value: rhtap-releng-tenant/registry-ocp-serverless-prod
99
- name: TIMEOUT
1010
value: "120m"
11+
- name: WORKERS
12+
value: "8"
1113
application: serverless-operator-135
1214
contexts:
1315
- description: Override Snapshot testing

.tekton/kn-plugin-func-func-util-115-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ spec:
2121
value: openshift/ci-operator/knative-images/func-util/Dockerfile
2222
- name: build-args
2323
value:
24-
- VERSION=1.35.0
2524
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
2625
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2726
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2827
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28+
- VERSION=1.35.0
2929
- name: git-url
3030
value: '{{source_url}}'
3131
- name: hermetic

.tekton/kn-plugin-func-func-util-115-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ spec:
2020
value: openshift/ci-operator/knative-images/func-util/Dockerfile
2121
- name: build-args
2222
value:
23-
- VERSION=1.35.0
2423
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
2524
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2625
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2726
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- VERSION=1.35.0
2828
- name: git-url
2929
value: '{{source_url}}'
3030
- name: hermetic

0 commit comments

Comments
 (0)