File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
java-components/driver/src/main/resources Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 39
39
type : string
40
40
- name : ENABLE_INDY_PROXY
41
41
type : string
42
+ - name : JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
43
+ type : string
42
44
workspaces :
43
45
- name : source
44
46
description : Workspace containing the source code
75
77
runAfter :
76
78
- git-clone
77
79
params :
80
+ - name : JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
81
+ value : $(params.JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE)
78
82
- name : IMAGE_URL
79
83
value : $(params.QUAY_REPO):trusted-source-$(context.pipelineRun.name)
80
84
- name : NAME
@@ -143,6 +147,8 @@ spec:
143
147
runAfter :
144
148
- buildah-oci-ta
145
149
params :
150
+ - name : JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
151
+ value : $(params.JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE)
146
152
- name : IMAGE_URL
147
153
value : $(tasks.buildah-oci-ta.results.IMAGE_URL)
148
154
- name : IMAGE_DIGEST
Original file line number Diff line number Diff line change 57
57
- name : JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
58
58
description : Name of the processor image. Useful to override for development.
59
59
type : string
60
- default : " quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service/build-request-processor:latest"
60
+ default : " quay.io/ncross/hacbs-jvm-build-request-processor:latest"
61
+ # default: "quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service/build-request-processor:latest"
61
62
results :
62
63
- name : PRE_BUILD_IMAGE_DIGEST
63
64
description : Digest of the image just built
Original file line number Diff line number Diff line change 9
9
# TODO: This will eventually be build-definitions repository
10
10
- name : url
11
11
value : https://raw.githubusercontent.com/rnc/jvm-build-service/refs/heads/NCL8774/deploy/pipeline/mw-pipeline-v0.1.yaml
12
+ # value: https://raw.githubusercontent.com/rnc/jvm-build-service/refs/heads/NCL8774/deploy/pipeline/mw-pipeline-v0.1.yaml
12
13
13
14
workspaces :
14
15
- name : source
53
54
value : custom-ca
54
55
- name : ENABLE_INDY_PROXY
55
56
value : " false"
57
+ - name : JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
58
+ value : quay.io/ncross/hacbs-jvm-build-request-processor:latest
59
+ # "quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service/build-request-processor:latest"
56
60
# TODO: Should PNC set both limits and requests? See
57
61
# https://home.robusta.dev/blog/kubernetes-memory-limit
58
62
# https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
You can’t perform that action at this time.
0 commit comments