@@ -4,7 +4,7 @@ kind: PipelineRun
44metadata :
55 annotations :
66 pipelinesascode.tekton.dev/cancel-in-progress : " true" # Cancel in-progress pipelines
7- pipelinesascode.tekton.dev/pipeline : " https://raw.githubusercontent.com/openshift-pipelines-konflux/tektoncd- operator/refs/heads/main/.tekton/docker-build-ta.yaml"
7+ pipelinesascode.tekton.dev/pipeline : " https://raw.githubusercontent.com/openshift-pipelines/ operator/refs/heads/main/.tekton/docker-build-ta.yaml"
88 build.appstudio.openshift.io/repo : https://github.com/openshift-pipelines-konflux/console-plugin.git?rev={{revision}}
99 build.appstudio.redhat.com/commit_sha : ' {{revision}}'
1010 build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
@@ -14,21 +14,21 @@ metadata:
1414 == "main" &&
1515 ("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616 " .konflux/dockerfiles/console-plugin.Dockerfile" .pathChanged() ||
17- " .tekton/console-plugin-main -console-plugin-pull-request.yaml" .pathChanged())
17+ " .tekton/console-plugin-next -console-plugin-pull-request.yaml" .pathChanged())
1818 labels :
19- appstudio.openshift.io/application : openshift-pipelines-core-main
20- appstudio.openshift.io/component : console-plugin-main -console-plugin
19+ appstudio.openshift.io/application : openshift-pipelines-core-next
20+ appstudio.openshift.io/component : console-plugin-next -console-plugin
2121 pipelines.appstudio.openshift.io/type : build
22- name : console-plugin-main -console-plugin-on-pull-request
23- namespace : tekton-ecosystem-tenant
22+ name : console-plugin-next -console-plugin-on-pull-request
23+ namespace :
2424spec :
2525 params :
2626 - name : git-url
2727 value : ' {{source_url}}'
2828 - name : revision
2929 value : ' {{revision}}'
3030 - name : output-image
31- value : quay.io/redhat-user-workloads/tekton-ecosystem-tenant /console-plugin-rhel9:on-pr-{{revision}}
31+ value : quay.io/redhat-user-workloads//console-plugin-rhel9:on-pr-{{revision}}
3232 - name : image-expires-after
3333 value : 5d
3434 - name : dockerfile
4242 pipelineRef :
4343 name : docker-build-ta
4444 taskRunTemplate :
45- serviceAccountName : build-pipeline-console-plugin-main- console-plugin
45+ serviceAccountName : build-pipeline-console-plugin-console-plugin-next
4646 workspaces :
4747 - name : git-auth
4848 secret :
0 commit comments