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/ 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