From 76af6b9b43aa7fa79e8a843fcd1deedf07edc667 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Mon, 17 Nov 2025 09:56:33 +0000 Subject: [PATCH 1/2] [bot:release-v1.18.x] update konflux configuration --- .konflux/1.18/application.yaml | 8 ------ .konflux/1.18/component-console-plugin.yaml | 18 -------------- .konflux/1.18/image-console-plugin.yaml | 15 ------------ .konflux/1.18/tests.yaml | 27 --------------------- 4 files changed, 68 deletions(-) delete mode 100644 .konflux/1.18/application.yaml delete mode 100644 .konflux/1.18/component-console-plugin.yaml delete mode 100644 .konflux/1.18/image-console-plugin.yaml delete mode 100644 .konflux/1.18/tests.yaml diff --git a/.konflux/1.18/application.yaml b/.konflux/1.18/application.yaml deleted file mode 100644 index 05986989..00000000 --- a/.konflux/1.18/application.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Generated by openshift-pipelines/hack. DO NOT EDIT. ---- -apiVersion: appstudio.redhat.com/v1alpha1 -kind: Application -metadata: - name: console-plugin-1-18 -spec: - displayName: console-plugin 1.18 diff --git a/.konflux/1.18/component-console-plugin.yaml b/.konflux/1.18/component-console-plugin.yaml deleted file mode 100644 index 8d147d81..00000000 --- a/.konflux/1.18/component-console-plugin.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by openshift-pipelines/hack. DO NOT EDIT. ---- -apiVersion: appstudio.redhat.com/v1alpha1 -kind: Component -metadata: - annotations: - build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}' - name: console-plugin-1-18-console-plugin -spec: - componentName: console-plugin - application: console-plugin-1-18 - build-nudges-ref: - - operator-1-18-bundle - source: - git: - url: https://github.com/openshift-pipelines/console-plugin - dockerfileUrl: .konflux/dockerfiles/console-plugin.Dockerfile - revision: release-v1.18.x diff --git a/.konflux/1.18/image-console-plugin.yaml b/.konflux/1.18/image-console-plugin.yaml deleted file mode 100644 index 5ae26f08..00000000 --- a/.konflux/1.18/image-console-plugin.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Generated by openshift-pipelines/hack. DO NOT EDIT. ---- -apiVersion: appstudio.redhat.com/v1alpha1 -kind: ImageRepository -metadata: - name: 1-18-console-plugin-rhel9 - annotations: - image-controller.appstudio.redhat.com/update-component-image: "true" - labels: - appstudio.redhat.com/component: console-plugin-1-18-console-plugin - appstudio.redhat.com/application: console-plugin-1-18 -spec: - image: - name: 1-18/console-plugin-rhel9 - visibility: public diff --git a/.konflux/1.18/tests.yaml b/.konflux/1.18/tests.yaml deleted file mode 100644 index 0b3020f8..00000000 --- a/.konflux/1.18/tests.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Generated by openshift-pipelines/hack. DO NOT EDIT. ---- -apiVersion: appstudio.redhat.com/v1beta2 -kind: IntegrationTestScenario -metadata: - name: console-plugin-1-18-enterprise-contract -spec: - application: console-plugin-1-18 - contexts: - - description: Application testing for console-plugin-1-18-console-plugin - name: component_console-plugin-1-18-console-plugin - params: - - name: POLICY_CONFIGURATION - value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers - - name: TIMEOUT - value: "15m0s" - - name: SINGLE_COMPONENT - value: "true" - resolverRef: - params: - - name: url - value: "https://github.com/konflux-ci/build-definitions" - - name: revision - value: main - - name: pathInRepo - value: pipelines/enterprise-contract.yaml - resolver: git From 23d881e6bd358bd861c13f89a0dfb16697c936b3 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Mon, 17 Nov 2025 09:56:37 +0000 Subject: [PATCH 2/2] [bot:release-v1.18.x] update konflux configuration --- .konflux/1.18/application.yaml | 8 ++++++ .konflux/1.18/component-console-plugin.yaml | 18 +++++++++++++ .konflux/1.18/image-console-plugin.yaml | 15 +++++++++++ .konflux/1.18/tests.yaml | 27 +++++++++++++++++++ ...ugin-1-18-console-plugin-pull-request.yaml | 6 ++--- ...nsole-plugin-1-18-console-plugin-push.yaml | 6 ++--- 6 files changed, 74 insertions(+), 6 deletions(-) create mode 100644 .konflux/1.18/application.yaml create mode 100644 .konflux/1.18/component-console-plugin.yaml create mode 100644 .konflux/1.18/image-console-plugin.yaml create mode 100644 .konflux/1.18/tests.yaml diff --git a/.konflux/1.18/application.yaml b/.konflux/1.18/application.yaml new file mode 100644 index 00000000..05986989 --- /dev/null +++ b/.konflux/1.18/application.yaml @@ -0,0 +1,8 @@ +# Generated by openshift-pipelines/hack. DO NOT EDIT. +--- +apiVersion: appstudio.redhat.com/v1alpha1 +kind: Application +metadata: + name: console-plugin-1-18 +spec: + displayName: console-plugin 1.18 diff --git a/.konflux/1.18/component-console-plugin.yaml b/.konflux/1.18/component-console-plugin.yaml new file mode 100644 index 00000000..8d147d81 --- /dev/null +++ b/.konflux/1.18/component-console-plugin.yaml @@ -0,0 +1,18 @@ +# Generated by openshift-pipelines/hack. DO NOT EDIT. +--- +apiVersion: appstudio.redhat.com/v1alpha1 +kind: Component +metadata: + annotations: + build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}' + name: console-plugin-1-18-console-plugin +spec: + componentName: console-plugin + application: console-plugin-1-18 + build-nudges-ref: + - operator-1-18-bundle + source: + git: + url: https://github.com/openshift-pipelines/console-plugin + dockerfileUrl: .konflux/dockerfiles/console-plugin.Dockerfile + revision: release-v1.18.x diff --git a/.konflux/1.18/image-console-plugin.yaml b/.konflux/1.18/image-console-plugin.yaml new file mode 100644 index 00000000..5ae26f08 --- /dev/null +++ b/.konflux/1.18/image-console-plugin.yaml @@ -0,0 +1,15 @@ +# Generated by openshift-pipelines/hack. DO NOT EDIT. +--- +apiVersion: appstudio.redhat.com/v1alpha1 +kind: ImageRepository +metadata: + name: 1-18-console-plugin-rhel9 + annotations: + image-controller.appstudio.redhat.com/update-component-image: "true" + labels: + appstudio.redhat.com/component: console-plugin-1-18-console-plugin + appstudio.redhat.com/application: console-plugin-1-18 +spec: + image: + name: 1-18/console-plugin-rhel9 + visibility: public diff --git a/.konflux/1.18/tests.yaml b/.konflux/1.18/tests.yaml new file mode 100644 index 00000000..0b3020f8 --- /dev/null +++ b/.konflux/1.18/tests.yaml @@ -0,0 +1,27 @@ +# Generated by openshift-pipelines/hack. DO NOT EDIT. +--- +apiVersion: appstudio.redhat.com/v1beta2 +kind: IntegrationTestScenario +metadata: + name: console-plugin-1-18-enterprise-contract +spec: + application: console-plugin-1-18 + contexts: + - description: Application testing for console-plugin-1-18-console-plugin + name: component_console-plugin-1-18-console-plugin + params: + - name: POLICY_CONFIGURATION + value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers + - name: TIMEOUT + value: "15m0s" + - name: SINGLE_COMPONENT + value: "true" + resolverRef: + params: + - name: url + value: "https://github.com/konflux-ci/build-definitions" + - name: revision + value: main + - name: pathInRepo + value: pipelines/enterprise-contract.yaml + resolver: git diff --git a/.tekton/console-plugin-1-18-console-plugin-pull-request.yaml b/.tekton/console-plugin-1-18-console-plugin-pull-request.yaml index 64dffa1c..ade9ea40 100644 --- a/.tekton/console-plugin-1-18-console-plugin-pull-request.yaml +++ b/.tekton/console-plugin-1-18-console-plugin-pull-request.yaml @@ -1,11 +1,11 @@ -# Generated for Release 1.18 by openshift-pipelines/hack. DO NOT EDIT. +# Generated by openshift-pipelines/hack. DO NOT EDIT. apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml" - build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/console-plugin.git?rev={{revision}} + build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/console-plugin?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}}' @@ -17,7 +17,7 @@ metadata: ".tekton/console-plugin-1-18-console-plugin-pull-request.yaml".pathChanged()) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-pipelines-core-1-18 + appstudio.openshift.io/application: console-plugin-1-18 appstudio.openshift.io/component: console-plugin-1-18-console-plugin pipelines.appstudio.openshift.io/type: build name: console-plugin-1-18-console-plugin-on-pull-request diff --git a/.tekton/console-plugin-1-18-console-plugin-push.yaml b/.tekton/console-plugin-1-18-console-plugin-push.yaml index 9a1efd97..99d61b5d 100644 --- a/.tekton/console-plugin-1-18-console-plugin-push.yaml +++ b/.tekton/console-plugin-1-18-console-plugin-push.yaml @@ -1,11 +1,11 @@ -# Generated for Release 1.18 by openshift-pipelines/hack. DO NOT EDIT. +# Generated by openshift-pipelines/hack. DO NOT EDIT. apiVersion: tekton.dev/v1 kind: PipelineRun metadata: annotations: pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml" - build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/console-plugin.git?rev={{revision}} + build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/console-plugin?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" @@ -16,7 +16,7 @@ metadata: ".tekton/console-plugin-1-18-console-plugin-push.yaml".pathChanged()) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-pipelines-core-1-18 + appstudio.openshift.io/application: console-plugin-1-18 appstudio.openshift.io/component: console-plugin-1-18-console-plugin pipelines.appstudio.openshift.io/type: build name: console-plugin-1-18-console-plugin-on-push