diff --git a/.tekton/policies-ui-frontend-pull-request.yaml b/.tekton/policies-ui-frontend-pull-request.yaml deleted file mode 100644 index d70f846b..00000000 --- a/.tekton/policies-ui-frontend-pull-request.yaml +++ /dev/null @@ -1,43 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/RedHatInsights/policies-ui-frontend?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/cancel-in-progress: "true" - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch - == "master" - pipelinesascode.tekton.dev/pipeline: https://github.com/RedHatInsights/konflux-pipelines/raw/v1.53.0/pipelines/docker-build-oci-ta.yaml - creationTimestamp: null - labels: - appstudio.openshift.io/application: insights-policies - appstudio.openshift.io/component: policies-ui-frontend - pipelines.appstudio.openshift.io/type: build - name: policies-ui-frontend-on-pull-request - namespace: insights-management-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/insights-management-tenant/insights-policies/policies-ui-frontend:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: dockerfile - value: build-tools/Dockerfile - - name: path-context - value: . - pipelineRef: - name: docker-build-oci-ta - taskRunTemplate: - serviceAccountName: build-pipeline-policies-ui-frontend - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/policies-ui-frontend-push.yaml b/.tekton/policies-ui-frontend-push.yaml deleted file mode 100644 index d4d857b1..00000000 --- a/.tekton/policies-ui-frontend-push.yaml +++ /dev/null @@ -1,40 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/RedHatInsights/policies-ui-frontend?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/cancel-in-progress: "false" - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "master" - pipelinesascode.tekton.dev/pipeline: https://github.com/RedHatInsights/konflux-pipelines/raw/v1.53.0/pipelines/docker-build-oci-ta.yaml - creationTimestamp: null - labels: - appstudio.openshift.io/application: insights-policies - appstudio.openshift.io/component: policies-ui-frontend - pipelines.appstudio.openshift.io/type: build - name: policies-ui-frontend-on-push - namespace: insights-management-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/insights-management-tenant/insights-policies/policies-ui-frontend:{{revision}} - - name: dockerfile - value: build-tools/Dockerfile - - name: path-context - value: . - pipelineRef: - name: docker-build-oci-ta - taskRunTemplate: - serviceAccountName: build-pipeline-policies-ui-frontend - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {}