From 9e87e2da5300d3c118ac945553812714a022ca96 Mon Sep 17 00:00:00 2001 From: Phillip Bailey Date: Tue, 28 Apr 2026 11:22:27 -0400 Subject: [PATCH] Migrate networking-console-plugin from yarn to npm [4.19] --- .../openshift-networking-console-plugin-release-4.19.yaml | 6 +++--- .../openshift-nmstate-console-plugin-release-4.19.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci-operator/config/openshift/networking-console-plugin/openshift-networking-console-plugin-release-4.19.yaml b/ci-operator/config/openshift/networking-console-plugin/openshift-networking-console-plugin-release-4.19.yaml index 8800bcc54838d..e1f6b291e3a7d 100644 --- a/ci-operator/config/openshift/networking-console-plugin/openshift-networking-console-plugin-release-4.19.yaml +++ b/ci-operator/config/openshift/networking-console-plugin/openshift-networking-console-plugin-release-4.19.yaml @@ -2,7 +2,7 @@ build_root: image_stream_tag: name: release namespace: openshift - tag: console-plugin-test-cypress-v18 + tag: tectonic-console-builder-v29 images: items: - dockerfile_path: Dockerfile @@ -33,7 +33,7 @@ tests: steps: test: - as: lint - commands: yarn install && yarn run lint && yarn build + commands: npm install && npm run lint && npm run build from: src resources: requests: @@ -41,7 +41,7 @@ tests: memory: 300Mi - as: i18n commands: | - yarn install && yarn i18n + npm install && npm run i18n GIT_STATUS="$(git status --short --untracked-files locales)" if [ -n "$GIT_STATUS" ]; then echo "i18n files are not up to date. Commit them to fix." diff --git a/ci-operator/config/openshift/nmstate-console-plugin/openshift-nmstate-console-plugin-release-4.19.yaml b/ci-operator/config/openshift/nmstate-console-plugin/openshift-nmstate-console-plugin-release-4.19.yaml index d005da804699f..6c77249fcfcd2 100644 --- a/ci-operator/config/openshift/nmstate-console-plugin/openshift-nmstate-console-plugin-release-4.19.yaml +++ b/ci-operator/config/openshift/nmstate-console-plugin/openshift-nmstate-console-plugin-release-4.19.yaml @@ -2,7 +2,7 @@ build_root: image_stream_tag: name: release namespace: openshift - tag: tectonic-console-builder-v24 + tag: tectonic-console-builder-v29 images: items: - dockerfile_path: Dockerfile