Skip to content

Commit a507a30

Browse files
serverless-qeserverless-qe
andauthored
[release-v1.17] Sync Konflux configurations (#341)
Co-authored-by: serverless-qe <[email protected]>
1 parent affa3ae commit a507a30

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.tekton/kn-backstage-plugins-eventmesh-117-pull-request.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ spec:
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
28+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
29+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2830
- VERSION=1.37.0
2931
- name: git-url
3032
value: '{{source_url}}'
@@ -41,6 +43,15 @@ spec:
4143
value: '{{revision}}'
4244
- name: prefetch-input
4345
value: '[{"path":".","type":"gomod"}]'
46+
taskRunSpecs:
47+
- pipelineTaskName: sast-shell-check
48+
stepSpecs:
49+
- name: sast-shell-check
50+
computeResources:
51+
requests:
52+
memory: 4Gi
53+
limits:
54+
memory: 4Gi
4455
pipelineRef:
4556
name: docker-build
4657
taskRunTemplate: {}

.tekton/kn-backstage-plugins-eventmesh-117-push.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ spec:
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
27+
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
28+
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
2729
- VERSION=1.37.0
2830
- name: git-url
2931
value: '{{source_url}}'
@@ -40,6 +42,15 @@ spec:
4042
- latest
4143
- name: prefetch-input
4244
value: '[{"path":".","type":"gomod"}]'
45+
taskRunSpecs:
46+
- pipelineTaskName: sast-shell-check
47+
stepSpecs:
48+
- name: sast-shell-check
49+
computeResources:
50+
requests:
51+
memory: 4Gi
52+
limits:
53+
memory: 4Gi
4354
pipelineRef:
4455
name: docker-build
4556
taskRunTemplate: {}

0 commit comments

Comments
 (0)