Skip to content

Commit

Permalink
[bot:main] update konflux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-pipelines-bot authored and vdemeester committed Jan 16, 2025
1 parent e29af11 commit 6ae96be
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 106 deletions.

This file was deleted.

48 changes: 0 additions & 48 deletions .konflux/tekton/next/.tekton/tekton-caches-next-cache-push.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions .tekton/tekton-caches-main-cache-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ metadata:
== "main" &&
("***".pathChanged() ||
".konflux/dockerfiles/cache.Dockerfile".pathChanged() ||
".tekton/tekton-caches-main-cache-pull-request.yaml".pathChanged() ||
".tekton/docker-build-ta.yaml".pathChanged())
".tekton/tekton-caches-main-cache-pull-request.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: tekton-caches-main
Expand Down
3 changes: 1 addition & 2 deletions .tekton/tekton-caches-main-cache-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ metadata:
== "main" &&
("***".pathChanged() ||
".konflux/dockerfiles/cache.Dockerfile".pathChanged() ||
".tekton/tekton-caches-main-cache-push.yaml".pathChanged() ||
".tekton/docker-build-ta.yaml".pathChanged())
".tekton/tekton-caches-main-cache-push.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: tekton-caches-main
Expand Down
5 changes: 3 additions & 2 deletions .tekton/tekton-caches-next-cache-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tekton-caches?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
Expand All @@ -12,8 +14,7 @@ metadata:
== "main" &&
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
".konflux/dockerfiles/cache.Dockerfile".pathChanged() ||
".tekton/tekton-caches-next-cache-pull-request.yaml".pathChanged() ||
".tekton/docker-build-ta.yaml".pathChanged())
".tekton/tekton-caches-next-cache-pull-request.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: tekton-caches-next
Expand Down
5 changes: 3 additions & 2 deletions .tekton/tekton-caches-next-cache-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tekton-caches?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
Expand All @@ -11,8 +13,7 @@ metadata:
== "main" &&
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
".konflux/dockerfiles/cache.Dockerfile".pathChanged() ||
".tekton/tekton-caches-next-cache-push.yaml".pathChanged() ||
".tekton/docker-build-ta.yaml".pathChanged())
".tekton/tekton-caches-next-cache-push.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: tekton-caches-next
Expand Down

0 comments on commit 6ae96be

Please sign in to comment.