Skip to content

Commit

Permalink
[release-v1.15] Sync Konflux configurations (#941)
Browse files Browse the repository at this point in the history
Co-authored-by: serverless-qe <serverless-support@redhat.com>
  • Loading branch information
serverless-qe and serverless-qe authored Oct 17, 2024
1 parent f9453ac commit 02eee15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
14 changes: 3 additions & 11 deletions .tekton/kn-plugin-func-func-util-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ spec:
value: 5d
- name: output-image
value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-135/kn-plugin-func-func-util:on-pr-{{revision}}
- name: build-platforms
value:
- linux/x86_64
- name: revision
value: '{{revision}}'
- name: prefetch-input
Expand All @@ -42,17 +45,6 @@ spec:
name: docker-build
taskRunTemplate: {}
workspaces:
- name: workspace
volumeClaimTemplate:
metadata:
creationTimestamp: null
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
status: {}
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
11 changes: 0 additions & 11 deletions .tekton/kn-plugin-func-func-util-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@ spec:
name: docker-build
taskRunTemplate: {}
workspaces:
- name: workspace
volumeClaimTemplate:
metadata:
creationTimestamp: null
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
status: {}
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'

0 comments on commit 02eee15

Please sign in to comment.