diff --git a/.tekton/assisted-image-service-saas-v2-48-pull-request.yaml b/.tekton/assisted-image-service-saas-v2-48-pull-request.yaml deleted file mode 100644 index 8b4ca53f..00000000 --- a/.tekton/assisted-image-service-saas-v2-48-pull-request.yaml +++ /dev/null @@ -1,55 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-image-service?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 == "v2.48" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-image-service-saas-v2-48 - appstudio.openshift.io/component: assisted-image-service-saas-v2-48 - pipelines.appstudio.openshift.io/type: build - name: assisted-image-service-saas-v2-48-on-pull-request - namespace: assisted-installer-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-image-service-saas-v2-48/assisted-image-service-saas-v2-48:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: dockerfile - value: Dockerfile.image-service - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-image-service --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - pipelineRef: - resolver: git - params: - - name: url - value: "https://github.com/openshift-assisted/assisted-installer-konflux-pipelines.git" - - name: revision - value: main - - name: pathInRepo - value: "pipelines/standard-pipeline.yaml" - taskRunTemplate: - serviceAccountName: build-pipeline-assisted-image-service-saas-v2-48 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} \ No newline at end of file diff --git a/.tekton/assisted-image-service-saas-v2-48-push.yaml b/.tekton/assisted-image-service-saas-v2-48-push.yaml deleted file mode 100644 index 68c02444..00000000 --- a/.tekton/assisted-image-service-saas-v2-48-push.yaml +++ /dev/null @@ -1,61 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-image-service?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 == "v2.48" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-image-service-saas-v2-48 - appstudio.openshift.io/component: assisted-image-service-saas-v2-48 - pipelines.appstudio.openshift.io/type: build - name: assisted-image-service-saas-v2-48-on-push - namespace: assisted-installer-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-image-service-saas-v2-48/assisted-image-service-saas-v2-48:{{revision}} - - name: dockerfile - value: Dockerfile.image-service - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-image-service --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: send-slack-webhook-notification-on-fail - value: "true" - - name: slack-webhook-notification-secret - value: slack-notif-webhook - - name: slack-webhook-notification-secret-key - value: token - - name: slack-webhook-notification-message - value: "[SaaS] [2.48] [assisted-image-service] [] [] Konflux build failed" - pipelineRef: - resolver: git - params: - - name: url - value: "https://github.com/openshift-assisted/assisted-installer-konflux-pipelines.git" - - name: revision - value: main - - name: pathInRepo - value: "pipelines/standard-pipeline.yaml" - taskRunTemplate: - serviceAccountName: build-pipeline-assisted-image-service-saas-v2-48 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} \ No newline at end of file