diff --git a/.tekton/managed-cluster-validating-webhooks-e2e-pull-request.yaml b/.tekton/managed-cluster-validating-webhooks-e2e-pull-request.yaml deleted file mode 100644 index 59079fbb..00000000 --- a/.tekton/managed-cluster-validating-webhooks-e2e-pull-request.yaml +++ /dev/null @@ -1,51 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/managed-cluster-validating-webhooks?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" - labels: - appstudio.openshift.io/application: managed-cluster-validating-webhooks - appstudio.openshift.io/component: managed-cluster-validating-webhooks-e2e - pipelines.appstudio.openshift.io/type: build - name: managed-cluster-validating-webhooks-e2e-on-pull-request - namespace: managed-cluster-validating-webhooks-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/managed-cluster-validating-webhooks-tenant/openshift/managed-cluster-validating-webhooks-e2e:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: dockerfile - value: test/e2e/Dockerfile - - name: path-context - value: . - - name: skip-preflight-cert-check - value: 'true' - taskRunTemplate: - serviceAccountName: build-pipeline-managed-cluster-validating-webhooks-e2e - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' - # Use boilerplate master so task digests stay in Conforma acceptable-bundles - # (stale inlined pipelineSpec was failing Enterprise Contract with 6+ trusted_task violations). - pipelineRef: - resolver: git - params: - - name: url - value: https://github.com/openshift/boilerplate - - name: revision - value: master - - name: pathInRepo - value: pipelines/docker-build-oci-ta/pipeline.yaml -status: {} diff --git a/.tekton/managed-cluster-validating-webhooks-e2e-push.yaml b/.tekton/managed-cluster-validating-webhooks-e2e-push.yaml deleted file mode 100644 index f40b656f..00000000 --- a/.tekton/managed-cluster-validating-webhooks-e2e-push.yaml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/managed-cluster-validating-webhooks?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" - labels: - appstudio.openshift.io/application: managed-cluster-validating-webhooks - appstudio.openshift.io/component: managed-cluster-validating-webhooks-e2e - pipelines.appstudio.openshift.io/type: build - name: managed-cluster-validating-webhooks-e2e-on-push - namespace: managed-cluster-validating-webhooks-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/managed-cluster-validating-webhooks-tenant/openshift/managed-cluster-validating-webhooks-e2e:{{revision}} - - name: dockerfile - value: test/e2e/Dockerfile - - name: path-context - value: . - - name: skip-preflight-cert-check - value: 'true' - taskRunTemplate: - serviceAccountName: build-pipeline-managed-cluster-validating-webhooks-e2e - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' - # Use boilerplate master so task digests stay in Conforma acceptable-bundles - # (stale inlined pipelineSpec was failing Enterprise Contract with 6+ trusted_task violations). - pipelineRef: - resolver: git - params: - - name: url - value: https://github.com/openshift/boilerplate - - name: revision - value: master - - name: pathInRepo - value: pipelines/docker-build-oci-ta/pipeline.yaml -status: {}