From 9ddbde0a16392a008d23ab09bf260f31f4bc7124 Mon Sep 17 00:00:00 2001 From: Lin Wang Date: Mon, 4 Nov 2024 16:15:07 +0800 Subject: [PATCH] Fix duplicate due to security Signed-off-by: Lin Wang --- .../cypress-workflow-bundle-snapshot-based-ci-groups.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml b/.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml index fdd15da82..111450a0e 100644 --- a/.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml +++ b/.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml @@ -73,7 +73,7 @@ jobs: test-name: "osd:ciGroup${{ matrix.ciGroup }}" test-command: env CYPRESS_NO_COMMAND_LOG=1 CYPRESS_ML_COMMONS_DASHBOARDS_ENABLED=true CYPRESS_VISBUILDER_ENABLED=true CYPRESS_DATASOURCE_MANAGEMENT_ENABLED=true yarn cypress:run-with-security --browser chromium --spec '${{ matrix.specs }}' osd-serve-args: --data_source.enabled=true --data_source.ssl.verificationMode=none --vis_builder.enabled=true --ml_commons_dashboards.enabled=true - artifact-name-suffix: "-ciGroup${{ matrix.ciGroup }}" + artifact-name-suffix: "-with-security-ciGroup${{ matrix.ciGroup }}" tests-without-security: needs: ["get_spec"] @@ -88,7 +88,7 @@ jobs: test-command: env CYPRESS_NO_COMMAND_LOG=1 CYPRESS_ML_COMMONS_DASHBOARDS_ENABLED=true CYPRESS_VISBUILDER_ENABLED=true CYPRESS_DATASOURCE_MANAGEMENT_ENABLED=true yarn cypress:run-without-security --browser chromium --spec '${{ matrix.specs }}' osd-serve-args: --data_source.enabled=true --data_source.ssl.verificationMode=none --vis_builder.enabled=true --ml_commons_dashboards.enabled=true security-enabled: false - artifact-name-suffix: "-ciGroup${{ matrix.ciGroup }}" + artifact-name-suffix: "-without-security-ciGroup${{ matrix.ciGroup }}" # Hold on windows test cases