Skip to content

[release-v1.17] Update Konflux configurations #580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .tekton/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ spec:
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
name: build-args-file
type: string
- default: "false"
description: Whether to enable privileged mode, should be used only with remote
VMs
name: privileged-nested
type: string
results:
- description: ""
name: IMAGE_URL
Expand Down Expand Up @@ -264,6 +269,8 @@ spec:
- $(params.build-args[*])
- name: BUILD_ARGS_FILE
value: $(params.build-args-file)
- name: PRIVILEGED_NESTED
value: $(params.privileged-nested)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down Expand Up @@ -457,6 +464,8 @@ spec:
- "false"
- name: sast-unicode-check
params:
- name: image-digest
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: SOURCE_ARTIFACT
Expand Down
16 changes: 14 additions & 2 deletions .tekton/kn-client-cli-artifacts-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ spec:
value: openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.37.0
- name: git-url
value: '{{source_url}}'
Expand All @@ -39,9 +41,19 @@ spec:
- linux/x86_64
- name: revision
value: '{{revision}}'
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-kn-client-cli-artifacts-117
workspaces:
- name: git-auth
secret:
Expand Down
16 changes: 14 additions & 2 deletions .tekton/kn-client-cli-artifacts-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ spec:
value: openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.37.0
- name: git-url
value: '{{source_url}}'
Expand All @@ -38,9 +40,19 @@ spec:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.0
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-kn-client-cli-artifacts-117
workspaces:
- name: git-auth
secret:
Expand Down
16 changes: 14 additions & 2 deletions .tekton/kn-client-kn-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ spec:
value: openshift/ci-operator/knative-images/kn/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.37.0
- name: git-url
value: '{{source_url}}'
Expand All @@ -39,9 +41,19 @@ spec:
- linux/x86_64
- name: revision
value: '{{revision}}'
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-kn-client-kn-117
workspaces:
- name: git-auth
secret:
Expand Down
16 changes: 14 additions & 2 deletions .tekton/kn-client-kn-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ spec:
value: openshift/ci-operator/knative-images/kn/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.37.0
- name: git-url
value: '{{source_url}}'
Expand All @@ -38,9 +40,19 @@ spec:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.0
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-kn-client-kn-117
workspaces:
- name: git-auth
secret:
Expand Down
16 changes: 14 additions & 2 deletions .tekton/kn-client-test-grpc-ping-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ spec:
value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.37.0
- name: git-url
value: '{{source_url}}'
Expand All @@ -39,9 +41,19 @@ spec:
- linux/x86_64
- name: revision
value: '{{revision}}'
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-kn-client-test-grpc-ping-117
workspaces:
- name: git-auth
secret:
Expand Down
16 changes: 14 additions & 2 deletions .tekton/kn-client-test-grpc-ping-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ spec:
value: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.37.0
- name: git-url
value: '{{source_url}}'
Expand All @@ -38,9 +40,19 @@ spec:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.0
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-kn-client-test-grpc-ping-117
workspaces:
- name: git-auth
secret:
Expand Down
16 changes: 14 additions & 2 deletions .tekton/kn-client-test-helloworld-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ spec:
value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.37.0
- name: git-url
value: '{{source_url}}'
Expand All @@ -39,9 +41,19 @@ spec:
- linux/x86_64
- name: revision
value: '{{revision}}'
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-kn-client-test-helloworld-117
workspaces:
- name: git-auth
secret:
Expand Down
16 changes: 14 additions & 2 deletions .tekton/kn-client-test-helloworld-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ spec:
value: openshift/ci-operator/knative-test-images/helloworld/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.37.0
- name: git-url
value: '{{source_url}}'
Expand All @@ -38,9 +40,19 @@ spec:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.0
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-kn-client-test-helloworld-117
workspaces:
- name: git-auth
secret:
Expand Down
16 changes: 14 additions & 2 deletions .tekton/kn-client-test-servingcontainer-117-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ spec:
value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.37.0
- name: git-url
value: '{{source_url}}'
Expand All @@ -39,9 +41,19 @@ spec:
- linux/x86_64
- name: revision
value: '{{revision}}'
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-kn-client-test-servingcontainer-117
workspaces:
- name: git-auth
secret:
Expand Down
16 changes: 14 additions & 2 deletions .tekton/kn-client-test-servingcontainer-117-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ spec:
value: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile
- name: build-args
value:
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- NODE_BUILDER=registry.access.redhat.com/ubi8/nodejs-20
- NODE_RUNTIME=registry.access.redhat.com/ubi8/nodejs-20
- VERSION=1.37.0
- name: git-url
value: '{{source_url}}'
Expand All @@ -38,9 +40,19 @@ spec:
- $(context.pipelineRun.uid)-{{revision}}
- 1.37.0
- latest
taskRunSpecs:
- pipelineTaskName: sast-shell-check
stepSpecs:
- name: sast-shell-check
computeResources:
requests:
memory: 4Gi
limits:
memory: 4Gi
pipelineRef:
name: docker-build
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-kn-client-test-servingcontainer-117
workspaces:
- name: git-auth
secret:
Expand Down
Loading
Loading