diff --git a/.tekton/assisted-service-saas-v2-47-pull-request.yaml b/.tekton/assisted-service-saas-v2-47-pull-request.yaml deleted file mode 100644 index e26b2d49c940..000000000000 --- a/.tekton/assisted-service-saas-v2-47-pull-request.yaml +++ /dev/null @@ -1,57 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-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.47" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-service-saas-v2-47 - appstudio.openshift.io/component: assisted-service-saas-v2-47 - pipelines.appstudio.openshift.io/type: build - name: assisted-service-saas-v2-47-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-service-saas-v2-47/assisted-service-saas-v2-47:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: dockerfile - value: Dockerfile.assisted-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-service --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "tools/wait_for_assisted_service.py,tools/deploy_wiremock.py" - 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-service-saas-v2-47 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-service-saas-v2-47-push.yaml b/.tekton/assisted-service-saas-v2-47-push.yaml deleted file mode 100644 index dd3827f16788..000000000000 --- a/.tekton/assisted-service-saas-v2-47-push.yaml +++ /dev/null @@ -1,63 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-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.47" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-service-saas-v2-47 - appstudio.openshift.io/component: assisted-service-saas-v2-47 - pipelines.appstudio.openshift.io/type: build - name: assisted-service-saas-v2-47-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-service-saas-v2-47/assisted-service-saas-v2-47:{{revision}} - - name: dockerfile - value: Dockerfile.assisted-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-service --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "tools/wait_for_assisted_service.py,tools/deploy_wiremock.py" - - 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.47] [assisted-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-service-saas-v2-47 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {}