diff --git a/.tekton/centos-bootc-pull-request.yaml b/.tekton/centos-bootc-pull-request.yaml deleted file mode 100644 index c9e8c0e3..00000000 --- a/.tekton/centos-bootc-pull-request.yaml +++ /dev/null @@ -1,61 +0,0 @@ -apiVersion: tekton.dev/v1beta1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/CentOS/centos-bootc?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" - creationTimestamp: null - labels: - appstudio.openshift.io/application: centos-bootc - appstudio.openshift.io/component: centos-bootc - pipelines.appstudio.openshift.io/type: build - name: centos-bootc-on-pull-request - namespace: centos-bootc-tenant -spec: - params: - - name: image-file - value: centos-stream-9-tier1.yaml - - name: git-url - value: "{{repo_url}}" - - name: output-image - value: quay.io/redhat-user-workloads/centos-bootc-tenant/centos-bootc/centos-bootc:on-pr-{{revision}} - - name: path-context - value: . - - name: revision - value: "{{revision}}" - - name: config-file - value: "centos-bootc-config.json" - pipelineRef: - name: ostree-build - workspaces: - - name: workspace - volumeClaimTemplate: - metadata: - creationTimestamp: null - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi - status: {} - - name: workspace-arm64 - volumeClaimTemplate: - metadata: - creationTimestamp: null - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 2Gi - status: {} - - name: git-auth - secret: - secretName: "{{ git_auth_secret }}" -status: {} diff --git a/.tekton/centos-bootc-push.yaml b/.tekton/centos-bootc-push.yaml deleted file mode 100644 index 4db955a4..00000000 --- a/.tekton/centos-bootc-push.yaml +++ /dev/null @@ -1,61 +0,0 @@ -apiVersion: tekton.dev/v1beta1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/CentOS/centos-bootc?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 == "push" && target_branch == "main" - creationTimestamp: null - labels: - appstudio.openshift.io/application: centos-bootc - appstudio.openshift.io/component: centos-bootc - pipelines.appstudio.openshift.io/type: build - name: centos-bootc-on-push - namespace: centos-bootc-tenant -spec: - params: - - name: image-file - value: centos-stream-9-tier1.yaml - - name: git-url - value: "{{repo_url}}" - - name: output-image - value: quay.io/redhat-user-workloads/centos-bootc-tenant/centos-bootc/centos-bootc:on-pr-{{revision}} - - name: path-context - value: . - - name: revision - value: "{{revision}}" - - name: config-file - value: "centos-bootc-config.json" - pipelineRef: - name: ostree-build - workspaces: - - name: workspace - volumeClaimTemplate: - metadata: - creationTimestamp: null - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi - status: {} - - name: workspace-arm64 - volumeClaimTemplate: - metadata: - creationTimestamp: null - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 2Gi - status: {} - - name: git-auth - secret: - secretName: "{{ git_auth_secret }}" -status: {}