Skip to content

Commit

Permalink
Fix duplicate due to security
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam committed Nov 4, 2024
1 parent 08b4bd3 commit 9ddbde0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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
Expand Down

0 comments on commit 9ddbde0

Please sign in to comment.