diff --git a/ci-operator/config/openshift/lightspeed-console/OWNERS b/ci-operator/config/openshift/lightspeed-console/OWNERS deleted file mode 100644 index 5108e9a45d060..0000000000000 --- a/ci-operator/config/openshift/lightspeed-console/OWNERS +++ /dev/null @@ -1,17 +0,0 @@ -# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools. -# Fetched from https://github.com/openshift/lightspeed-console root OWNERS -# If the repo had OWNERS_ALIASES then the aliases were expanded -# Logins who are not members of 'openshift' organization were filtered out -# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md - -approvers: -- joshuawilson -- kyoto -- syedriko -- xrajesh -options: {} -reviewers: -- joshuawilson -- kyoto -- syedriko -- xrajesh diff --git a/ci-operator/config/openshift/lightspeed-console/openshift-lightspeed-console-main.yaml b/ci-operator/config/openshift/lightspeed-console/openshift-lightspeed-console-main.yaml deleted file mode 100644 index b1cb0d0fc0362..0000000000000 --- a/ci-operator/config/openshift/lightspeed-console/openshift-lightspeed-console-main.yaml +++ /dev/null @@ -1,72 +0,0 @@ -base_images: - ubi-9-nginx-120: - name: nginx - namespace: openshift - tag: 1.20-ubi9 -build_root: - project_image: - dockerfile_literal: | - FROM registry.access.redhat.com/ubi8/nodejs-18:latest - USER root - RUN mkdir /go && chmod 777 /go - USER 1001 -images: -- dockerfile_path: Dockerfile - from: ubi-9-nginx-120 - to: lightspeed-console-plugin -promotion: - to: - - namespace: ols - tag: latest -releases: - initial: - integration: - name: "4.16" - namespace: ocp - latest: - integration: - name: "4.16" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: lint - steps: - test: - - as: lint - commands: npm install && npm run lint - from: src - resources: - requests: - cpu: 100m - memory: 200Mi -- as: i18n - steps: - test: - - as: i18n - commands: npm install && npm run i18n - from: src - resources: - requests: - cpu: 100m - memory: 200Mi -- as: security - optional: true - steps: - workflow: openshift-ci-security -- as: fips-image-scan-service - skip_if_only_changed: ^docs/|\.md$|^\.tekton/|^\.github/|^hack/|^(?:.*/)?(?:\.gitignore|\.snyk|\.dockerignore|OWNERS|PROJECT|LICENSE)$ - steps: - dependencies: - SCAN_IMAGE: lightspeed-console-plugin - test: - - ref: fips-check-image-scan -zz_generated_metadata: - branch: main - org: openshift - repo: lightspeed-console diff --git a/ci-operator/config/openshift/lightspeed-console/openshift-lightspeed-console-pattern-fly-5.yaml b/ci-operator/config/openshift/lightspeed-console/openshift-lightspeed-console-pattern-fly-5.yaml deleted file mode 100644 index 7a66a7c1afc0b..0000000000000 --- a/ci-operator/config/openshift/lightspeed-console/openshift-lightspeed-console-pattern-fly-5.yaml +++ /dev/null @@ -1,72 +0,0 @@ -base_images: - ubi-9-nginx-120: - name: nginx - namespace: openshift - tag: 1.20-ubi9 -build_root: - project_image: - dockerfile_literal: | - FROM registry.access.redhat.com/ubi8/nodejs-18:latest - USER root - RUN mkdir /go && chmod 777 /go - USER 1001 -images: -- dockerfile_path: Dockerfile - from: ubi-9-nginx-120 - to: lightspeed-console-plugin-pf5 -promotion: - to: - - namespace: ols - tag: latest -releases: - initial: - integration: - name: "4.16" - namespace: ocp - latest: - integration: - name: "4.16" - namespace: ocp -resources: - '*': - limits: - memory: 4Gi - requests: - cpu: 100m - memory: 200Mi -tests: -- as: lint - steps: - test: - - as: lint - commands: npm install && npm run lint - from: src - resources: - requests: - cpu: 100m - memory: 200Mi -- as: i18n - steps: - test: - - as: i18n - commands: npm install && npm run i18n - from: src - resources: - requests: - cpu: 100m - memory: 200Mi -- as: security - optional: true - steps: - workflow: openshift-ci-security -- as: fips-image-scan-service - skip_if_only_changed: ^docs/|\.md$|^\.tekton/|^\.github/|^hack/|^(?:.*/)?(?:\.gitignore|\.snyk|\.dockerignore|OWNERS|PROJECT|LICENSE)$ - steps: - dependencies: - SCAN_IMAGE: lightspeed-console-plugin-pf5 - test: - - ref: fips-check-image-scan -zz_generated_metadata: - branch: pattern-fly-5 - org: openshift - repo: lightspeed-console diff --git a/ci-operator/config/openshift/lightspeed-operator/openshift-lightspeed-operator-main.yaml b/ci-operator/config/openshift/lightspeed-operator/openshift-lightspeed-operator-main.yaml index 559872bfc0f34..e5a09b0876ec6 100644 --- a/ci-operator/config/openshift/lightspeed-operator/openshift-lightspeed-operator-main.yaml +++ b/ci-operator/config/openshift/lightspeed-operator/openshift-lightspeed-operator-main.yaml @@ -3,14 +3,6 @@ base_images: name: golangci-lint namespace: ci tag: v1.64.8 - lightspeed-console-plugin: - name: lightspeed-console-plugin - namespace: ols - tag: latest - lightspeed-console-plugin-pf5: - name: lightspeed-console-plugin-pf5 - namespace: ols - tag: latest lightspeed-service-api: name: lightspeed-service-api namespace: ols @@ -45,24 +37,8 @@ operator: with: pipeline:lightspeed-operator - pullspec: quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/ols/lightspeed-service.* with: pipeline:lightspeed-service-api - - pullspec: quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/ols/lightspeed-console.* - with: pipeline:lightspeed-console-plugin - - pullspec: quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/ols/lightspeed-console-pf5.* - with: pipeline:lightspeed-console-plugin-pf5 - - pullspec: registry.redhat.io/openshift-lightspeed-tech-preview/lightspeed-service-api-rhel9.* - with: pipeline:lightspeed-service-api - - pullspec: registry.redhat.io/openshift-lightspeed-tech-preview/lightspeed-console-plugin-rhel9.* - with: pipeline:lightspeed-console-plugin - - pullspec: registry.redhat.io/openshift-lightspeed-tech-preview/lightspeed-console-plugin-pf5-rhel9.* - with: pipeline:lightspeed-console-plugin-pf5 - - pullspec: registry.redhat.io/openshift-lightspeed-tech-preview/lightspeed-rhel9-operator.* - with: pipeline:lightspeed-operator - pullspec: registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9.* with: pipeline:lightspeed-service-api - - pullspec: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-rhel9.* - with: pipeline:lightspeed-console-plugin - - pullspec: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9.* - with: pipeline:lightspeed-console-plugin-pf5 - pullspec: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator.* with: pipeline:lightspeed-operator promotion: diff --git a/ci-operator/jobs/openshift/lightspeed-console/OWNERS b/ci-operator/jobs/openshift/lightspeed-console/OWNERS deleted file mode 100644 index 5108e9a45d060..0000000000000 --- a/ci-operator/jobs/openshift/lightspeed-console/OWNERS +++ /dev/null @@ -1,17 +0,0 @@ -# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools. -# Fetched from https://github.com/openshift/lightspeed-console root OWNERS -# If the repo had OWNERS_ALIASES then the aliases were expanded -# Logins who are not members of 'openshift' organization were filtered out -# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md - -approvers: -- joshuawilson -- kyoto -- syedriko -- xrajesh -options: {} -reviewers: -- joshuawilson -- kyoto -- syedriko -- xrajesh diff --git a/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-main-postsubmits.yaml b/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-main-postsubmits.yaml deleted file mode 100644 index 20580ad185ccf..0000000000000 --- a/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-main-postsubmits.yaml +++ /dev/null @@ -1,62 +0,0 @@ -postsubmits: - openshift/lightspeed-console: - - agent: kubernetes - always_run: true - branches: - - ^main$ - cluster: build10 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-lightspeed-console-main-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-main-presubmits.yaml b/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-main-presubmits.yaml deleted file mode 100644 index 8bb3e02f719a1..0000000000000 --- a/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-main-presubmits.yaml +++ /dev/null @@ -1,307 +0,0 @@ -presubmits: - openshift/lightspeed-console: - - agent: kubernetes - always_run: false - branches: - - ^main$ - - ^main- - cluster: build10 - context: ci/prow/fips-image-scan-service - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-lightspeed-console-main-fips-image-scan-service - rerun_command: /test fips-image-scan-service - skip_if_only_changed: ^docs/|\.md$|^\.tekton/|^\.github/|^hack/|^(?:.*/)?(?:\.gitignore|\.snyk|\.dockerignore|OWNERS|PROJECT|LICENSE)$ - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=fips-image-scan-service - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )fips-image-scan-service,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^main$ - - ^main- - cluster: build10 - context: ci/prow/i18n - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-lightspeed-console-main-i18n - rerun_command: /test i18n - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=i18n - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )i18n,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^main$ - - ^main- - cluster: build10 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-lightspeed-console-main-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^main$ - - ^main- - cluster: build10 - context: ci/prow/lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-lightspeed-console-main-lint - rerun_command: /test lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=lint - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )lint,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^main$ - - ^main- - cluster: build10 - context: ci/prow/security - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-lightspeed-console-main-security - optional: true - rerun_command: /test security - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=security - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )security,?($|\s.*) diff --git a/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-pattern-fly-5-postsubmits.yaml b/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-pattern-fly-5-postsubmits.yaml deleted file mode 100644 index 4f6c99717409f..0000000000000 --- a/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-pattern-fly-5-postsubmits.yaml +++ /dev/null @@ -1,62 +0,0 @@ -postsubmits: - openshift/lightspeed-console: - - agent: kubernetes - always_run: true - branches: - - ^pattern-fly-5$ - cluster: build10 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/is-promotion: "true" - ci.openshift.io/generator: prowgen - max_concurrency: 1 - name: branch-ci-openshift-lightspeed-console-pattern-fly-5-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson - - --promote - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/push-secret - name: push-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: push-secret - secret: - secretName: registry-push-credentials-ci-central - - name: result-aggregator - secret: - secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-pattern-fly-5-presubmits.yaml b/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-pattern-fly-5-presubmits.yaml deleted file mode 100644 index 334619b8254cc..0000000000000 --- a/ci-operator/jobs/openshift/lightspeed-console/openshift-lightspeed-console-pattern-fly-5-presubmits.yaml +++ /dev/null @@ -1,307 +0,0 @@ -presubmits: - openshift/lightspeed-console: - - agent: kubernetes - always_run: false - branches: - - ^pattern-fly-5$ - - ^pattern-fly-5- - cluster: build07 - context: ci/prow/fips-image-scan-service - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-lightspeed-console-pattern-fly-5-fips-image-scan-service - rerun_command: /test fips-image-scan-service - skip_if_only_changed: ^docs/|\.md$|^\.tekton/|^\.github/|^hack/|^(?:.*/)?(?:\.gitignore|\.snyk|\.dockerignore|OWNERS|PROJECT|LICENSE)$ - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=fips-image-scan-service - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )fips-image-scan-service,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^pattern-fly-5$ - - ^pattern-fly-5- - cluster: build07 - context: ci/prow/i18n - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-lightspeed-console-pattern-fly-5-i18n - rerun_command: /test i18n - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=i18n - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )i18n,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^pattern-fly-5$ - - ^pattern-fly-5- - cluster: build07 - context: ci/prow/images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-lightspeed-console-pattern-fly-5-images - rerun_command: /test images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^pattern-fly-5$ - - ^pattern-fly-5- - cluster: build07 - context: ci/prow/lint - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-lightspeed-console-pattern-fly-5-lint - rerun_command: /test lint - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=lint - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )lint,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^pattern-fly-5$ - - ^pattern-fly-5- - cluster: build07 - context: ci/prow/security - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-lightspeed-console-pattern-fly-5-security - optional: true - rerun_command: /test security - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=security - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/manifest-tool - name: manifest-tool-local-pusher - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: manifest-tool-local-pusher - secret: - secretName: manifest-tool-local-pusher - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )security,?($|\s.*) diff --git a/core-services/image-mirroring/openshift-lightspeed/mapping_openshift_lightspeed b/core-services/image-mirroring/openshift-lightspeed/mapping_openshift_lightspeed index ebfc6fbfe935c..2e029e31efd92 100644 --- a/core-services/image-mirroring/openshift-lightspeed/mapping_openshift_lightspeed +++ b/core-services/image-mirroring/openshift-lightspeed/mapping_openshift_lightspeed @@ -1,6 +1,4 @@ registry.ci.openshift.org/ols/lightspeed-service-api:latest quay.io/openshift-lightspeed/lightspeed-service-api:latest -registry.ci.openshift.org/ols/lightspeed-console-plugin:latest quay.io/openshift-lightspeed/lightspeed-console-plugin:latest -registry.ci.openshift.org/ols/lightspeed-console-plugin-pf5:latest quay.io/openshift-lightspeed/lightspeed-console-plugin-pf5:latest registry.ci.openshift.org/ols/lightspeed-operator:latest quay.io/openshift-lightspeed/lightspeed-operator:latest registry.ci.openshift.org/ols/lightspeed-operator-bundle:latest quay.io/openshift-lightspeed/lightspeed-operator-bundle:latest registry.ci.openshift.org/ols/lightspeed-operator-catalog:latest quay.io/openshift-lightspeed/lightspeed-catalog:latest diff --git a/core-services/jira-lifecycle-plugin/config.yaml b/core-services/jira-lifecycle-plugin/config.yaml index e4fc8b6c81aa6..4f551639e4b47 100644 --- a/core-services/jira-lifecycle-plugin/config.yaml +++ b/core-services/jira-lifecycle-plugin/config.yaml @@ -584,10 +584,6 @@ orgs: validate_by_default: false skip_target_version_check: true exclude_defaults: true - lightspeed-console: - branches: - '*': - skip_target_version_check: true lightspeed-service: branches: '*': diff --git a/core-services/prow/02_config/openshift/lightspeed-console/OWNERS b/core-services/prow/02_config/openshift/lightspeed-console/OWNERS deleted file mode 100644 index 5108e9a45d060..0000000000000 --- a/core-services/prow/02_config/openshift/lightspeed-console/OWNERS +++ /dev/null @@ -1,17 +0,0 @@ -# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools. -# Fetched from https://github.com/openshift/lightspeed-console root OWNERS -# If the repo had OWNERS_ALIASES then the aliases were expanded -# Logins who are not members of 'openshift' organization were filtered out -# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md - -approvers: -- joshuawilson -- kyoto -- syedriko -- xrajesh -options: {} -reviewers: -- joshuawilson -- kyoto -- syedriko -- xrajesh diff --git a/core-services/prow/02_config/openshift/lightspeed-console/_pluginconfig.yaml b/core-services/prow/02_config/openshift/lightspeed-console/_pluginconfig.yaml deleted file mode 100644 index 9321c59b52f50..0000000000000 --- a/core-services/prow/02_config/openshift/lightspeed-console/_pluginconfig.yaml +++ /dev/null @@ -1,19 +0,0 @@ -approve: -- commandHelpLink: "" - ignore_review_state: true - repos: - - openshift/lightspeed-console - require_self_approval: true -lgtm: -- repos: - - openshift/lightspeed-console -plugins: - openshift/lightspeed-console: - plugins: - - approve -triggers: -- repos: - - openshift/lightspeed-console - trusted_apps: - - dependabot - - red-hat-konflux diff --git a/core-services/prow/02_config/openshift/lightspeed-console/_prowconfig.yaml b/core-services/prow/02_config/openshift/lightspeed-console/_prowconfig.yaml deleted file mode 100644 index 8cec07149c610..0000000000000 --- a/core-services/prow/02_config/openshift/lightspeed-console/_prowconfig.yaml +++ /dev/null @@ -1,14 +0,0 @@ -tide: - queries: - - labels: - - approved - - lgtm - missingLabels: - - backports/unvalidated-commits - - do-not-merge/hold - - do-not-merge/invalid-owners-file - - do-not-merge/work-in-progress - - jira/invalid-bug - - needs-rebase - repos: - - openshift/lightspeed-console diff --git a/core-services/sanitize-prow-jobs/_config.yaml b/core-services/sanitize-prow-jobs/_config.yaml index 2930f1189f753..9a3be641712a7 100644 --- a/core-services/sanitize-prow-jobs/_config.yaml +++ b/core-services/sanitize-prow-jobs/_config.yaml @@ -7102,7 +7102,6 @@ buildFarm: - openstack-k8s-operators-mariadb-operator-18.0-fr4-presubmits.yaml - openshift-library-go-release-4.23-presubmits.yaml - openshift-kubernetes-sigs-karpenter-release-4.22-presubmits.yaml - - openshift-lightspeed-console-pattern-fly-5-presubmits.yaml - openshift-insights-runtime-extractor-release-4.23-presubmits.yaml - openshift-azure-service-operator-release-4.23-presubmits.yaml - openshift-priv-jenkins-openshift-login-plugin-release-4.23-presubmits.yaml @@ -10397,7 +10396,6 @@ buildFarm: - stolostron-prometheus-operator-release-2.9-presubmits.yaml - stolostron-prometheus-operator-release-2.8-presubmits.yaml - stolostron-prometheus-operator-release-2.6-presubmits.yaml - - openshift-lightspeed-console-main-presubmits.yaml - openshift-priv-azure-file-csi-driver-release-4.10-presubmits.yaml - opendatahub-io-kserve-stable-2.x-postsubmits.yaml - openshift-grafana-release-4.11-presubmits.yaml @@ -19525,7 +19523,6 @@ buildFarm: - openshift-csi-driver-smb-release-4.22-postsubmits.yaml - openshift-csi-driver-smb-release-4.23-postsubmits.yaml - rh-ecosystem-edge-ib-orchestrate-vm-master-postsubmits.yaml - - openshift-lightspeed-console-pattern-fly-5-postsubmits.yaml - openshift-kubefed-master-postsubmits.yaml - openshift-csi-driver-nfs-release-4.15-postsubmits.yaml - openshift-openshift-apiserver-release-4.4-postsubmits.yaml @@ -20111,7 +20108,6 @@ buildFarm: - openshift-must-gather-release-4.7-postsubmits.yaml - openshift-must-gather-release-4.6-postsubmits.yaml - integr8ly-workload-web-app-master-postsubmits.yaml - - openshift-lightspeed-console-main-postsubmits.yaml - openshift-verification-tests-main-postsubmits.yaml - openshift-lightspeed-service-main-postsubmits.yaml - openshift-kni-eapol-operator-main-postsubmits.yaml