Skip to content

Commit 344d1a4

Browse files
author
serverless-qe
committed
[release-v1.17] Sync Konflux configurations
1 parent db06a49 commit 344d1a4

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Diff for: .tekton/kn-eventing-istio-controller-117-pull-request.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-images/controller/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -39,6 +39,15 @@ spec:
3939
- linux/x86_64
4040
- name: revision
4141
value: '{{revision}}'
42+
taskRunSpecs:
43+
- pipelineTaskName: sast-shell-check
44+
stepSpecs:
45+
- name: sast-shell-check
46+
computeResources:
47+
requests:
48+
memory: 4Gi
49+
limits:
50+
memory: 4Gi
4251
pipelineRef:
4352
name: docker-build
4453
taskRunTemplate: {}

Diff for: .tekton/kn-eventing-istio-controller-117-push.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-images/controller/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
@@ -38,6 +38,15 @@ spec:
3838
- $(context.pipelineRun.uid)-{{revision}}
3939
- 1.37.0
4040
- latest
41+
taskRunSpecs:
42+
- pipelineTaskName: sast-shell-check
43+
stepSpecs:
44+
- name: sast-shell-check
45+
computeResources:
46+
requests:
47+
memory: 4Gi
48+
limits:
49+
memory: 4Gi
4150
pipelineRef:
4251
name: docker-build
4352
taskRunTemplate: {}

0 commit comments

Comments
 (0)