From 5960c3697929570e7acb8dda981734c837a75578 Mon Sep 17 00:00:00 2001 From: Robb Hamilton Date: Mon, 22 Jun 2026 18:36:26 -0400 Subject: [PATCH] CONSOLE-5276: Add console-plugin-demo dependency to e2e-playwright job Add the console-plugin-demo image dependency to the e2e-playwright CI job so the demo dynamic plugin tests can deploy and test the plugin. Uses PLUGIN_PULL_SPEC (without the CYPRESS_ prefix used by the Cypress job) since Playwright reads process.env directly. Co-Authored-By: Claude Opus 4.6 --- .../config/openshift/console/openshift-console-main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci-operator/config/openshift/console/openshift-console-main.yaml b/ci-operator/config/openshift/console/openshift-console-main.yaml index 89ce6a5f9d542..fbd9ae1b043dc 100644 --- a/ci-operator/config/openshift/console/openshift-console-main.yaml +++ b/ci-operator/config/openshift/console/openshift-console-main.yaml @@ -142,6 +142,9 @@ tests: cli: latest commands: | ./test-prow-playwright-e2e.sh + dependencies: + - env: PLUGIN_PULL_SPEC + name: console-plugin-demo from: console-playwright-runner resources: requests: