diff --git a/.tekton/assisted-installer-acm-ds-2-16-pull-request.yaml b/.tekton/assisted-installer-acm-ds-2-16-pull-request.yaml deleted file mode 100644 index d592ab72d7..0000000000 --- a/.tekton/assisted-installer-acm-ds-2-16-pull-request.yaml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "release-ocm-2.16" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-2-16 - appstudio.openshift.io/component: assisted-installer-acm-ds-2-16 - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-acm-ds-2-16-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-installer-application-acm-ds-2-16/assisted-installer-acm-ds-2-16:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - 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-installer-acm-ds-2-16 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-acm-ds-2-16-push.yaml b/.tekton/assisted-installer-acm-ds-2-16-push.yaml deleted file mode 100644 index 69bc26070d..0000000000 --- a/.tekton/assisted-installer-acm-ds-2-16-push.yaml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "release-ocm-2.16" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-2-16 - appstudio.openshift.io/component: assisted-installer-acm-ds-2-16 - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-acm-ds-2-16-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-installer-application-acm-ds-2-16/assisted-installer-acm-ds-2-16:{{revision}} - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - - 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: "[ACM] [2.16] [assisted-installer] [] [] 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-installer-acm-ds-2-16 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-acm-ds-main-pull-request.yaml b/.tekton/assisted-installer-acm-ds-main-pull-request.yaml deleted file mode 100644 index 5114fe911a..0000000000 --- a/.tekton/assisted-installer-acm-ds-main-pull-request.yaml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "master" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-main - appstudio.openshift.io/component: assisted-installer-acm-ds-main - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-acm-ds-main-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-installer-application-acm-ds-main/assisted-installer-acm-ds-main:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - 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-installer-acm-ds-main - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-acm-ds-main-push.yaml b/.tekton/assisted-installer-acm-ds-main-push.yaml deleted file mode 100644 index e1d9a556fb..0000000000 --- a/.tekton/assisted-installer-acm-ds-main-push.yaml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "master" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-main - appstudio.openshift.io/component: assisted-installer-acm-ds-main - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-acm-ds-main-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-installer-application-acm-ds-main/assisted-installer-acm-ds-main:{{revision}} - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - - 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: "[ACM] [main] [assisted-installer] [] [] 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-installer-acm-ds-main - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-controller-acm-ds-2-16-pull-request.yaml b/.tekton/assisted-installer-controller-acm-ds-2-16-pull-request.yaml deleted file mode 100644 index 590693c3bb..0000000000 --- a/.tekton/assisted-installer-controller-acm-ds-2-16-pull-request.yaml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "release-ocm-2.16" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-2-16 - appstudio.openshift.io/component: assisted-installer-controller-acm-ds-2-16 - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-acm-ds-2-16-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-installer-application-acm-ds-2-16/assisted-installer-controller-acm-ds-2-16:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-controller-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer-controller/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - 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-installer-controller-acm-ds-2-16 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-controller-acm-ds-2-16-push.yaml b/.tekton/assisted-installer-controller-acm-ds-2-16-push.yaml deleted file mode 100644 index 354372b28b..0000000000 --- a/.tekton/assisted-installer-controller-acm-ds-2-16-push.yaml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "release-ocm-2.16" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-2-16 - appstudio.openshift.io/component: assisted-installer-controller-acm-ds-2-16 - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-acm-ds-2-16-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-installer-application-acm-ds-2-16/assisted-installer-controller-acm-ds-2-16:{{revision}} - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-controller-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer-controller/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - - 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: "[ACM] [2.16] [assisted-installer-controller] [] [] 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-installer-controller-acm-ds-2-16 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-controller-acm-ds-main-pull-request.yaml b/.tekton/assisted-installer-controller-acm-ds-main-pull-request.yaml deleted file mode 100644 index e07ca2a349..0000000000 --- a/.tekton/assisted-installer-controller-acm-ds-main-pull-request.yaml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "master" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-main - appstudio.openshift.io/component: assisted-installer-controller-acm-ds-main - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-acm-ds-main-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-installer-application-acm-ds-main/assisted-installer-controller-acm-ds-main:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-controller-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer-controller/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - 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-installer-controller-acm-ds-main - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-controller-acm-ds-main-push.yaml b/.tekton/assisted-installer-controller-acm-ds-main-push.yaml deleted file mode 100644 index 4eac208f55..0000000000 --- a/.tekton/assisted-installer-controller-acm-ds-main-push.yaml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "master" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-main - appstudio.openshift.io/component: assisted-installer-controller-acm-ds-main - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-acm-ds-main-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-installer-application-acm-ds-main/assisted-installer-controller-acm-ds-main:{{revision}} - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-controller-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer-controller/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - - 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: "[ACM] [main] [assisted-installer-controller] [] [] 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-installer-controller-acm-ds-main - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-controller-ds-main-pull-request.yaml b/.tekton/assisted-installer-controller-ds-v2-50-pull-request.yaml similarity index 89% rename from .tekton/assisted-installer-controller-ds-main-pull-request.yaml rename to .tekton/assisted-installer-controller-ds-v2-50-pull-request.yaml index 6cffdd24ce..2d81b3d1f6 100644 --- a/.tekton/assisted-installer-controller-ds-main-pull-request.yaml +++ b/.tekton/assisted-installer-controller-ds-v2-50-pull-request.yaml @@ -7,13 +7,13 @@ metadata: 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 == "master" + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "v2.50" creationTimestamp: labels: - appstudio.openshift.io/application: assisted-installer-application-ds-main - appstudio.openshift.io/component: assisted-installer-controller-ds-main + appstudio.openshift.io/application: assisted-installer-application-ds-v2-50 + appstudio.openshift.io/component: assisted-installer-controller-ds-v2-50 pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-ds-main-on-pull-request + name: assisted-installer-controller-ds-v2-50-on-pull-request namespace: assisted-installer-tenant spec: params: @@ -22,7 +22,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-controller-ds-main:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-v2-50/assisted-installer-controller-ds-v2-50:on-pr-{{revision}} - name: image-expires-after value: 5d - name: build-platforms @@ -59,9 +59,9 @@ spec: - name: pathInRepo value: "pipelines/standard-pipeline.yaml" taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-controller-ds-main + serviceAccountName: build-pipeline-assisted-installer-controller-ds-v2-50 workspaces: - name: git-auth secret: secretName: '{{ git_auth_secret }}' -status: {} +status: {} \ No newline at end of file diff --git a/.tekton/assisted-installer-controller-ds-main-push.yaml b/.tekton/assisted-installer-controller-ds-v2-50-push.yaml similarity index 86% rename from .tekton/assisted-installer-controller-ds-main-push.yaml rename to .tekton/assisted-installer-controller-ds-v2-50-push.yaml index 19eb1c2bc0..60bd8d63b5 100644 --- a/.tekton/assisted-installer-controller-ds-main-push.yaml +++ b/.tekton/assisted-installer-controller-ds-v2-50-push.yaml @@ -6,13 +6,13 @@ metadata: 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 == "master" + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "v2.50" creationTimestamp: labels: - appstudio.openshift.io/application: assisted-installer-application-ds-main - appstudio.openshift.io/component: assisted-installer-controller-ds-main + appstudio.openshift.io/application: assisted-installer-application-ds-v2-50 + appstudio.openshift.io/component: assisted-installer-controller-ds-v2-50 pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-ds-main-on-push + name: assisted-installer-controller-ds-v2-50-on-push namespace: assisted-installer-tenant spec: params: @@ -21,7 +21,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-controller-ds-main:{{revision}} + value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-v2-50/assisted-installer-controller-ds-v2-50:{{revision}} - name: build-platforms value: - linux/x86_64 @@ -55,7 +55,7 @@ spec: - name: slack-webhook-notification-secret-key value: token - name: slack-webhook-notification-message - value: "[D/S] [main] [assisted-installer-controller] [] [] Konflux build failed" + value: "[D/S] [2.50] [assisted-installer-controller] [] [] Konflux build failed" pipelineRef: resolver: git params: @@ -66,9 +66,9 @@ spec: - name: pathInRepo value: "pipelines/standard-pipeline.yaml" taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-controller-ds-main + serviceAccountName: build-pipeline-assisted-installer-controller-ds-v2-50 workspaces: - name: git-auth secret: secretName: '{{ git_auth_secret }}' -status: {} +status: {} \ No newline at end of file diff --git a/.tekton/assisted-installer-ds-main-pull-request.yaml b/.tekton/assisted-installer-ds-v2-50-pull-request.yaml similarity index 81% rename from .tekton/assisted-installer-ds-main-pull-request.yaml rename to .tekton/assisted-installer-ds-v2-50-pull-request.yaml index 4e472bc139..456f3d9dc1 100644 --- a/.tekton/assisted-installer-ds-main-pull-request.yaml +++ b/.tekton/assisted-installer-ds-v2-50-pull-request.yaml @@ -7,13 +7,13 @@ metadata: 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 == "master" + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "v2.50" creationTimestamp: labels: - appstudio.openshift.io/application: assisted-installer-application-ds-main - appstudio.openshift.io/component: assisted-installer-ds-main + appstudio.openshift.io/application: assisted-installer-application-ds-v2-50 + appstudio.openshift.io/component: assisted-installer-ds-v2-50 pipelines.appstudio.openshift.io/type: build - name: assisted-installer-ds-main-on-pull-request + name: assisted-installer-ds-v2-50-on-pull-request namespace: assisted-installer-tenant spec: params: @@ -22,7 +22,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-ds-main:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-v2-50/assisted-installer-ds-v2-50:on-pr-{{revision}} - name: image-expires-after value: 5d - name: build-platforms @@ -42,7 +42,7 @@ spec: - name: hermetic value: "true" - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer/"}]' + value: '[{"type": "gomod", "path": "."}]' - name: build-source-image value: "true" - name: sast-snyk-check-args @@ -59,9 +59,9 @@ spec: - name: pathInRepo value: "pipelines/standard-pipeline.yaml" taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-ds-main + serviceAccountName: build-pipeline-assisted-installer-ds-v2-50 workspaces: - name: git-auth secret: secretName: '{{ git_auth_secret }}' -status: {} +status: {} \ No newline at end of file diff --git a/.tekton/assisted-installer-ds-main-push.yaml b/.tekton/assisted-installer-ds-v2-50-push.yaml similarity index 79% rename from .tekton/assisted-installer-ds-main-push.yaml rename to .tekton/assisted-installer-ds-v2-50-push.yaml index c7b7fbb595..2c9c74904d 100644 --- a/.tekton/assisted-installer-ds-main-push.yaml +++ b/.tekton/assisted-installer-ds-v2-50-push.yaml @@ -6,13 +6,13 @@ metadata: 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 == "master" + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "v2.50" creationTimestamp: labels: - appstudio.openshift.io/application: assisted-installer-application-ds-main - appstudio.openshift.io/component: assisted-installer-ds-main + appstudio.openshift.io/application: assisted-installer-application-ds-v2-50 + appstudio.openshift.io/component: assisted-installer-ds-v2-50 pipelines.appstudio.openshift.io/type: build - name: assisted-installer-ds-main-on-push + name: assisted-installer-ds-v2-50-on-push namespace: assisted-installer-tenant spec: params: @@ -21,7 +21,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-ds-main:{{revision}} + value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-v2-50/assisted-installer-ds-v2-50:{{revision}} - name: build-platforms value: - linux/x86_64 @@ -39,7 +39,7 @@ spec: - name: hermetic value: "true" - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer/"}]' + value: '[{"type": "gomod", "path": "."}]' - name: build-source-image value: "true" - name: sast-snyk-check-args @@ -55,7 +55,7 @@ spec: - name: slack-webhook-notification-secret-key value: token - name: slack-webhook-notification-message - value: "[D/S] [main] [assisted-installer] [] [] Konflux build failed" + value: "[D/S] [2.50] [assisted-installer] [] [] Konflux build failed" pipelineRef: resolver: git params: @@ -66,9 +66,9 @@ spec: - name: pathInRepo value: "pipelines/standard-pipeline.yaml" taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-ds-main + serviceAccountName: build-pipeline-assisted-installer-ds-v2-50 workspaces: - name: git-auth secret: secretName: '{{ git_auth_secret }}' -status: {} +status: {} \ No newline at end of file