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 15, 2025
1 parent 115481a commit 9a58ef1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 98 deletions.

This file was deleted.

This file was deleted.

5 changes: 3 additions & 2 deletions .tekton/console-plugin-main-console-plugin-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/main/.tekton/docker-build-ta.yaml"
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/console-plugin?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" &&
("***".pathChanged() ||
".konflux/dockerfiles/console-plugin.Dockerfile".pathChanged() ||
".tekton/console-plugin-main-console-plugin-pull-request.yaml".pathChanged() ||
".tekton/docker-build-ta.yaml".pathChanged())
".tekton/console-plugin-main-console-plugin-pull-request.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: console-plugin-main
Expand Down
5 changes: 3 additions & 2 deletions .tekton/console-plugin-main-console-plugin-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/main/.tekton/docker-build-ta.yaml"
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/console-plugin?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" &&
("***".pathChanged() ||
".konflux/dockerfiles/console-plugin.Dockerfile".pathChanged() ||
".tekton/console-plugin-main-console-plugin-push.yaml".pathChanged() ||
".tekton/docker-build-ta.yaml".pathChanged())
".tekton/console-plugin-main-console-plugin-push.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: console-plugin-main
Expand Down

0 comments on commit 9a58ef1

Please sign in to comment.