From f98459d8a097dff087fa845b6ba16bc09c2a034d Mon Sep 17 00:00:00 2001 From: "Per G. da Silva" Date: Fri, 17 Jul 2026 21:20:52 +0200 Subject: [PATCH 1/2] NO-ISSUE: Add .worktrees/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 42b73536ed5..8a46193e6df 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ cypress-a11y-report.json **/chartstore-*/ .artifacts/ .playwright-mcp/ +.worktrees/ From a949fd78f1671be82e4d46c3338408d636037e77 Mon Sep 17 00:00:00 2001 From: "Per G. da Silva" Date: Fri, 17 Jul 2026 21:36:02 +0200 Subject: [PATCH 2/2] NO-ISSUE: Replace techpreview CI scripts with symlinks to base scripts Run the full test suite in TechPreview CI rather than a curated subset. Individual tests that fail on TechPreview clusters will be adjusted or skipped directly in the test code. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- test-prow-e2e-techpreview.sh | 4 +--- test-prow-playwright-e2e-techpreview.sh | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) mode change 100755 => 120000 test-prow-e2e-techpreview.sh mode change 100755 => 120000 test-prow-playwright-e2e-techpreview.sh diff --git a/test-prow-e2e-techpreview.sh b/test-prow-e2e-techpreview.sh deleted file mode 100755 index ab2412a123c..00000000000 --- a/test-prow-e2e-techpreview.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -set -exuo pipefail diff --git a/test-prow-e2e-techpreview.sh b/test-prow-e2e-techpreview.sh new file mode 120000 index 00000000000..129fe00906d --- /dev/null +++ b/test-prow-e2e-techpreview.sh @@ -0,0 +1 @@ +test-prow-e2e.sh \ No newline at end of file diff --git a/test-prow-playwright-e2e-techpreview.sh b/test-prow-playwright-e2e-techpreview.sh deleted file mode 100755 index ab2412a123c..00000000000 --- a/test-prow-playwright-e2e-techpreview.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -set -exuo pipefail diff --git a/test-prow-playwright-e2e-techpreview.sh b/test-prow-playwright-e2e-techpreview.sh new file mode 120000 index 00000000000..7c3d1c71dbb --- /dev/null +++ b/test-prow-playwright-e2e-techpreview.sh @@ -0,0 +1 @@ +test-prow-playwright-e2e.sh \ No newline at end of file