Skip to content

Commit 0b37b78

Browse files
author
serverless-qe
committed
[release-1.35] Sync Konflux configurations
1 parent 3a64aa4 commit 0b37b78

25 files changed

+593
-36
lines changed

.tekton/bundle-build.yaml

+517
Large diffs are not rendered by default.

.tekton/docker-build.yaml

+20-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: tekton.dev/v1
22
kind: Pipeline
33
metadata:
4-
creationTimestamp:
4+
creationTimestamp: null
55
labels:
66
pipelines.openshift.io/runtime: generic
77
pipelines.openshift.io/strategy: docker
@@ -33,7 +33,8 @@ spec:
3333
- linux/arm64
3434
- linux/ppc64le
3535
- linux/s390x
36-
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
36+
description: List of platforms to build the container images on. The available
37+
set of values is determined by the configuration of the multi-platform-controller.
3738
name: build-platforms
3839
type: array
3940
- default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
@@ -45,7 +46,8 @@ spec:
4546
name: build-source-image
4647
type: string
4748
- default: "false"
48-
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
49+
description: 'Enable in-development package managers. WARNING: the behavior may
50+
change at any time without notice. Use at your own risk.'
4951
name: prefetch-input-dev-package-managers
5052
- default: []
5153
description: Additional image tags
@@ -62,11 +64,13 @@ spec:
6264
name: output-image
6365
type: string
6466
- default: .
65-
description: Path to the source code of an application's component from where to build image.
67+
description: Path to the source code of an application's component from where
68+
to build image.
6669
name: path-context
6770
type: string
6871
- default: Dockerfile
69-
description: Path to the Dockerfile inside the context specified by parameter path-context
72+
description: Path to the Dockerfile inside the context specified by parameter
73+
path-context
7074
name: dockerfile
7175
type: string
7276
- default: "false"
@@ -86,7 +90,8 @@ spec:
8690
name: prefetch-input
8791
type: string
8892
- default: ""
89-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
93+
description: Image tag expiration time, time values could be something like 1h,
94+
2d, 3w for hours, days, and weeks, respectively.
9095
name: image-expires-after
9196
- default: "true"
9297
description: Add built image into an OCI image index
@@ -100,6 +105,11 @@ spec:
100105
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
101106
name: build-args-file
102107
type: string
108+
- default: "false"
109+
description: Whether to enable privileged mode, should be used only with remote
110+
VMs
111+
name: privileged-nested
112+
type: string
103113
results:
104114
- description: ""
105115
name: IMAGE_URL
@@ -259,6 +269,8 @@ spec:
259269
- $(params.build-args[*])
260270
- name: BUILD_ARGS_FILE
261271
value: $(params.build-args-file)
272+
- name: PRIVILEGED_NESTED
273+
value: $(params.privileged-nested)
262274
- name: SOURCE_ARTIFACT
263275
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
264276
- name: CACHI2_ARTIFACT
@@ -452,6 +464,8 @@ spec:
452464
- "false"
453465
- name: sast-unicode-check
454466
params:
467+
- name: image-digest
468+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
455469
- name: image-url
456470
value: $(tasks.build-image-index.results.IMAGE_URL)
457471
- name: SOURCE_ARTIFACT

.tekton/fbc-builder.yaml

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
apiVersion: tekton.dev/v1
22
kind: Pipeline
33
metadata:
4-
creationTimestamp:
4+
creationTimestamp: null
55
labels:
66
pipelines.openshift.io/runtime: fbc
77
pipelines.openshift.io/strategy: fbc
88
pipelines.openshift.io/used-by: build-cloud
99
name: fbc-builder
1010
spec:
1111
description: |
12-
This pipeline is ideal for building and verifying [file-based catalogs](https://konflux-ci.dev/docs/advanced-how-tos/building-olm.adoc#building-the-file-based-catalog).
12+
This pipeline is ideal for building and verifying [file-based catalogs](https://konflux-ci.dev/docs/end-to-end/building-olm/#building-the-file-based-catalog).
1313
1414
_Uses `buildah` to create a container image. Its build-time tests are limited to verifying the included catalog and do not scan the image.
1515
This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/repository/konflux-ci/tekton-catalog/pipeline-fbc-builder?tab=tags)_
@@ -33,7 +33,8 @@ spec:
3333
- linux/arm64
3434
- linux/ppc64le
3535
- linux/s390x
36-
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
36+
description: List of platforms to build the container images on. The available
37+
set of values is determined by the configuration of the multi-platform-controller.
3738
name: build-platforms
3839
type: array
3940
- default: "true"
@@ -55,11 +56,13 @@ spec:
5556
name: output-image
5657
type: string
5758
- default: .
58-
description: Path to the source code of an application's component from where to build image.
59+
description: Path to the source code of an application's component from where
60+
to build image.
5961
name: path-context
6062
type: string
6163
- default: Dockerfile
62-
description: Path to the Dockerfile inside the context specified by parameter path-context
64+
description: Path to the Dockerfile inside the context specified by parameter
65+
path-context
6366
name: dockerfile
6467
type: string
6568
- default: "false"
@@ -79,7 +82,8 @@ spec:
7982
name: prefetch-input
8083
type: string
8184
- default: ""
82-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
85+
description: Image tag expiration time, time values could be something like 1h,
86+
2d, 3w for hours, days, and weeks, respectively.
8387
name: image-expires-after
8488
- default: "true"
8589
description: Add built image into an OCI image index

.tekton/serverless-bundle-135-pull-request.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ spec:
5454
limits:
5555
memory: 4Gi
5656
pipelineRef:
57-
name: docker-build
58-
taskRunTemplate: {}
57+
name: bundle-build
58+
taskRunTemplate:
59+
serviceAccountName: build-pipeline-serverless-bundle-135
5960
workspaces:
6061
- name: git-auth
6162
secret:

.tekton/serverless-bundle-135-push.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ spec:
5353
limits:
5454
memory: 4Gi
5555
pipelineRef:
56-
name: docker-build
57-
taskRunTemplate: {}
56+
name: bundle-build
57+
taskRunTemplate:
58+
serviceAccountName: build-pipeline-serverless-bundle-135
5859
workspaces:
5960
- name: git-auth
6061
secret:

.tekton/serverless-index-135-fbc-414-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ spec:
4545
value: '{{revision}}'
4646
pipelineRef:
4747
name: fbc-builder
48-
taskRunTemplate: {}
48+
taskRunTemplate:
49+
serviceAccountName: build-pipeline-serverless-index-135-fbc-414
4950
workspaces:
5051
- name: git-auth
5152
secret:

.tekton/serverless-index-135-fbc-414-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ spec:
4444
- latest
4545
pipelineRef:
4646
name: fbc-builder
47-
taskRunTemplate: {}
47+
taskRunTemplate:
48+
serviceAccountName: build-pipeline-serverless-index-135-fbc-414
4849
workspaces:
4950
- name: git-auth
5051
secret:

.tekton/serverless-index-135-fbc-415-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ spec:
4545
value: '{{revision}}'
4646
pipelineRef:
4747
name: fbc-builder
48-
taskRunTemplate: {}
48+
taskRunTemplate:
49+
serviceAccountName: build-pipeline-serverless-index-135-fbc-415
4950
workspaces:
5051
- name: git-auth
5152
secret:

.tekton/serverless-index-135-fbc-415-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ spec:
4444
- latest
4545
pipelineRef:
4646
name: fbc-builder
47-
taskRunTemplate: {}
47+
taskRunTemplate:
48+
serviceAccountName: build-pipeline-serverless-index-135-fbc-415
4849
workspaces:
4950
- name: git-auth
5051
secret:

.tekton/serverless-index-135-fbc-416-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ spec:
4545
value: '{{revision}}'
4646
pipelineRef:
4747
name: fbc-builder
48-
taskRunTemplate: {}
48+
taskRunTemplate:
49+
serviceAccountName: build-pipeline-serverless-index-135-fbc-416
4950
workspaces:
5051
- name: git-auth
5152
secret:

.tekton/serverless-index-135-fbc-416-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ spec:
4444
- latest
4545
pipelineRef:
4646
name: fbc-builder
47-
taskRunTemplate: {}
47+
taskRunTemplate:
48+
serviceAccountName: build-pipeline-serverless-index-135-fbc-416
4849
workspaces:
4950
- name: git-auth
5051
secret:

.tekton/serverless-index-135-fbc-417-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ spec:
4545
value: '{{revision}}'
4646
pipelineRef:
4747
name: fbc-builder
48-
taskRunTemplate: {}
48+
taskRunTemplate:
49+
serviceAccountName: build-pipeline-serverless-index-135-fbc-417
4950
workspaces:
5051
- name: git-auth
5152
secret:

.tekton/serverless-index-135-fbc-417-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ spec:
4444
- latest
4545
pipelineRef:
4646
name: fbc-builder
47-
taskRunTemplate: {}
47+
taskRunTemplate:
48+
serviceAccountName: build-pipeline-serverless-index-135-fbc-417
4849
workspaces:
4950
- name: git-auth
5051
secret:

.tekton/serverless-index-135-fbc-418-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ spec:
4545
value: '{{revision}}'
4646
pipelineRef:
4747
name: fbc-builder
48-
taskRunTemplate: {}
48+
taskRunTemplate:
49+
serviceAccountName: build-pipeline-serverless-index-135-fbc-418
4950
workspaces:
5051
- name: git-auth
5152
secret:

.tekton/serverless-index-135-fbc-418-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ spec:
4444
- latest
4545
pipelineRef:
4646
name: fbc-builder
47-
taskRunTemplate: {}
47+
taskRunTemplate:
48+
serviceAccountName: build-pipeline-serverless-index-135-fbc-418
4849
workspaces:
4950
- name: git-auth
5051
secret:

.tekton/serverless-ingress-135-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ spec:
5555
memory: 4Gi
5656
pipelineRef:
5757
name: docker-build
58-
taskRunTemplate: {}
58+
taskRunTemplate:
59+
serviceAccountName: build-pipeline-serverless-ingress-135
5960
workspaces:
6061
- name: git-auth
6162
secret:

.tekton/serverless-ingress-135-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ spec:
5454
memory: 4Gi
5555
pipelineRef:
5656
name: docker-build
57-
taskRunTemplate: {}
57+
taskRunTemplate:
58+
serviceAccountName: build-pipeline-serverless-ingress-135
5859
workspaces:
5960
- name: git-auth
6061
secret:

.tekton/serverless-kn-operator-135-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ spec:
5555
memory: 4Gi
5656
pipelineRef:
5757
name: docker-build
58-
taskRunTemplate: {}
58+
taskRunTemplate:
59+
serviceAccountName: build-pipeline-serverless-kn-operator-135
5960
workspaces:
6061
- name: git-auth
6162
secret:

.tekton/serverless-kn-operator-135-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ spec:
5454
memory: 4Gi
5555
pipelineRef:
5656
name: docker-build
57-
taskRunTemplate: {}
57+
taskRunTemplate:
58+
serviceAccountName: build-pipeline-serverless-kn-operator-135
5859
workspaces:
5960
- name: git-auth
6061
secret:

.tekton/serverless-metadata-webhook-135-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ spec:
5555
memory: 4Gi
5656
pipelineRef:
5757
name: docker-build
58-
taskRunTemplate: {}
58+
taskRunTemplate:
59+
serviceAccountName: build-pipeline-serverless-metadata-webhook-135
5960
workspaces:
6061
- name: git-auth
6162
secret:

.tekton/serverless-metadata-webhook-135-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ spec:
5454
memory: 4Gi
5555
pipelineRef:
5656
name: docker-build
57-
taskRunTemplate: {}
57+
taskRunTemplate:
58+
serviceAccountName: build-pipeline-serverless-metadata-webhook-135
5859
workspaces:
5960
- name: git-auth
6061
secret:

.tekton/serverless-must-gather-135-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ spec:
5555
memory: 4Gi
5656
pipelineRef:
5757
name: docker-build
58-
taskRunTemplate: {}
58+
taskRunTemplate:
59+
serviceAccountName: build-pipeline-serverless-must-gather-135
5960
workspaces:
6061
- name: git-auth
6162
secret:

.tekton/serverless-must-gather-135-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ spec:
5454
memory: 4Gi
5555
pipelineRef:
5656
name: docker-build
57-
taskRunTemplate: {}
57+
taskRunTemplate:
58+
serviceAccountName: build-pipeline-serverless-must-gather-135
5859
workspaces:
5960
- name: git-auth
6061
secret:

.tekton/serverless-openshift-kn-operator-135-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ spec:
5555
memory: 4Gi
5656
pipelineRef:
5757
name: docker-build
58-
taskRunTemplate: {}
58+
taskRunTemplate:
59+
serviceAccountName: build-pipeline-serverless-openshift-kn-operator-135
5960
workspaces:
6061
- name: git-auth
6162
secret:

.tekton/serverless-openshift-kn-operator-135-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ spec:
5454
memory: 4Gi
5555
pipelineRef:
5656
name: docker-build
57-
taskRunTemplate: {}
57+
taskRunTemplate:
58+
serviceAccountName: build-pipeline-serverless-openshift-kn-operator-135
5859
workspaces:
5960
- name: git-auth
6061
secret:

0 commit comments

Comments
 (0)