From 77b8ce7ed944a5e232673960a6a1346eec7d1d89 Mon Sep 17 00:00:00 2001 From: red-hat-konflux Date: Mon, 5 Aug 2024 19:57:09 +0000 Subject: [PATCH] Red Hat Konflux purge buildah-task-image Signed-off-by: red-hat-konflux --- .tekton/buildah-task-image-pull-request.yaml | 47 -------------------- .tekton/buildah-task-image-push.yaml | 44 ------------------ 2 files changed, 91 deletions(-) delete mode 100644 .tekton/buildah-task-image-pull-request.yaml delete mode 100644 .tekton/buildah-task-image-push.yaml diff --git a/.tekton/buildah-task-image-pull-request.yaml b/.tekton/buildah-task-image-pull-request.yaml deleted file mode 100644 index 2e3cd58..0000000 --- a/.tekton/buildah-task-image-pull-request.yaml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/konflux-ci/buildah-container?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/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && - (".tekton/build-pipeline.yaml".pathChanged() || - ".tekton/buildah-task-image-pull-request.yaml".pathChanged() || - ".tekton/buildah-task-image-push.yaml".pathChanged() || - "Containerfile.task-image".pathChanged()) - creationTimestamp: null - labels: - appstudio.openshift.io/application: buildah-container - appstudio.openshift.io/component: buildah-task-image - pipelines.appstudio.openshift.io/type: build - name: buildah-task-image-on-pull-request - namespace: rhtap-build-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/rhtap-build-tenant/buildah-container/buildah-task-image:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: dockerfile - value: Containerfile.task-image - - name: enable-amd64-build - value: "true" - - name: enable-arm64-build - value: "true" - - name: enable-ppc64le-build - value: "true" - - name: enable-s390x-build - value: "true" - pipelineRef: - name: build-pipeline - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' diff --git a/.tekton/buildah-task-image-push.yaml b/.tekton/buildah-task-image-push.yaml deleted file mode 100644 index e49fc9a..0000000 --- a/.tekton/buildah-task-image-push.yaml +++ /dev/null @@ -1,44 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/konflux-ci/buildah-container?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && - (".tekton/build-pipeline.yaml".pathChanged() || - ".tekton/buildah-task-image-pull-request.yaml".pathChanged() || - ".tekton/buildah-task-image-push.yaml".pathChanged() || - "Containerfile.task-image".pathChanged()) - creationTimestamp: null - labels: - appstudio.openshift.io/application: buildah-container - appstudio.openshift.io/component: buildah-task-image - pipelines.appstudio.openshift.io/type: build - name: buildah-task-image-on-push - namespace: rhtap-build-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/rhtap-build-tenant/buildah-container/buildah-task-image:{{revision}} - - name: dockerfile - value: Containerfile.task-image - - name: enable-amd64-build - value: "true" - - name: enable-arm64-build - value: "true" - - name: enable-ppc64le-build - value: "true" - - name: enable-s390x-build - value: "true" - pipelineRef: - name: build-pipeline - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}'