diff --git a/.tekton/fedora-bootc-pull-request.yaml b/.tekton/fedora-bootc-pull-request.yaml deleted file mode 100644 index 5abac72..0000000 --- a/.tekton/fedora-bootc-pull-request.yaml +++ /dev/null @@ -1,62 +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" && ! "docs/***".pathChanged() - creationTimestamp: null - labels: - appstudio.openshift.io/application: fedora-bootc - appstudio.openshift.io/component: fedora-bootc - pipelines.appstudio.openshift.io/type: build - name: fedora-bootc-on-pull-request - namespace: centos-bootc-tenant -spec: - params: - - name: image-file - value: fedora-bootc.yaml - - name: git-url - value: "{{repo_url}}" - - name: output-image - value: quay.io/redhat-user-workloads/centos-bootc-tenant/fedora-bootc/fedora-bootc:on-pr-{{revision}} - - name: path-context - value: . - - name: revision - value: "{{revision}}" - - name: config-file - value: "fedora-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/fedora-bootc-push.yaml b/.tekton/fedora-bootc-push.yaml deleted file mode 100644 index 4d51b2c..0000000 --- a/.tekton/fedora-bootc-push.yaml +++ /dev/null @@ -1,62 +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" && ! "docs/***".pathChanged() - creationTimestamp: null - labels: - appstudio.openshift.io/application: fedora-bootc - appstudio.openshift.io/component: fedora-bootc - pipelines.appstudio.openshift.io/type: build - name: fedora-bootc-on-push - namespace: centos-bootc-tenant -spec: - params: - - name: image-file - value: fedora-bootc.yaml - - name: git-url - value: "{{repo_url}}" - - name: output-image - value: quay.io/redhat-user-workloads/centos-bootc-tenant/fedora-bootc/fedora-bootc:on-pr-{{revision}} - - name: path-context - value: . - - name: revision - value: "{{revision}}" - - name: config-file - value: "fedora-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/renovate.json b/renovate.json index 9645556..09edc9c 100644 --- a/renovate.json +++ b/renovate.json @@ -4,30 +4,12 @@ "local>centos/.github:renovate-config" ], "customDatasources": { - "fedora-eln-compose": { - "defaultRegistryUrlTemplate": "https://odcs.fedoraproject.org/composes/production", - "format": "html" - }, "c9s-compose": { "defaultRegistryUrlTemplate": "https://composes.stream.centos.org/development/", "format": "html" } }, "customManagers": [ - { - "customType": "regex", - "fileMatch": [ - "fedora-eln.repo", - "fedora-bootc-config.json" - ], - "matchStrings": [ - "https://odcs.fedoraproject.org/composes/production/(?.*)/compose/(.*)", - "\"redhat.compose-id\": \"(?.*)\"" - ], - "datasourceTemplate": "custom.fedora-eln-compose", - "depNameTemplate": "Fedora-ELN", - "versioningTemplate": "regex:^Fedora-ELN-(?\\d{8})\\.(?\\d+)$" - }, { "customType": "regex", "fileMatch": [ @@ -44,17 +26,6 @@ } ], "packageRules": [ - { - "matchDatasources": [ - "custom.fedora-eln-compose" - ], - "extractVersion": "(?.+)/$", - "automerge": true, - "schedule": [ - "at any time" - ], - "groupName": null - }, { "matchDatasources": [ "custom.c9s-compose"