Skip to content

Commit

Permalink
[bot] update konflux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-pipelines-bot committed Dec 10, 2024
1 parent 452a837 commit 49144fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
".tekton/docker-build-ta.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: tekton-caches-main
appstudio.openshift.io/application: tekton-caches-next
appstudio.openshift.io/component: tekton-caches-next-cache
pipelines.appstudio.openshift.io/type: build
name: tekton-caches-next-cache-on-pull-request
Expand All @@ -28,15 +28,14 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-main/cache:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-next/cache:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: dockerfile
value: .konflux/dockerfiles/cache.Dockerfile
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- name: prefetch-input
value: |
{"type": "rpm", "path": ".konflux/rpms"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
".tekton/docker-build-ta.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: tekton-caches-main
appstudio.openshift.io/application: tekton-caches-next
appstudio.openshift.io/component: tekton-caches-next-cache
pipelines.appstudio.openshift.io/type: build
name: tekton-caches-next-cache-on-push
Expand All @@ -27,7 +27,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-main/cache:{{revision}}
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-next/cache:{{revision}}
- name: dockerfile
value: .konflux/dockerfiles/cache.Dockerfile
- name: build-platforms
Expand Down
1 change: 0 additions & 1 deletion .tekton/tekton-caches-main-cache-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ spec:
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- name: prefetch-input
value: |
{"type": "rpm", "path": ".konflux/rpms"}
Expand Down

0 comments on commit 49144fa

Please sign in to comment.