ci: fix saucelabs_view_engine master-only failing (#34429)
Currently the `saucelabs_view_engine` job fails because the Saucelabs Bazel run script thinks that `--config=saucelabs` is a flag targeting the actual script. This is not the case and the flag should be actually part of the bazel command. PR Close #34429
This commit is contained in:
parent
ddc229b69b
commit
d0a04bf309
|
@ -355,7 +355,7 @@ jobs:
|
|||
--tunnel-id angular-${CIRCLE_BUILD_NUM}-${CIRCLE_NODE_INDEX} \
|
||||
--username $SAUCE_USERNAME \
|
||||
--key $(echo $SAUCE_ACCESS_KEY | rev) \
|
||||
yarn bazel test //:saucelabs_unit_tests_poc --config=saucelabs
|
||||
-- yarn bazel test //:saucelabs_unit_tests_poc --config=saucelabs
|
||||
no_output_timeout: 20m
|
||||
- notify_webhook_on_fail:
|
||||
webhook_url_env_var: SLACK_DEV_INFRA_CI_FAILURES_WEBHOOK_URL
|
||||
|
|
Loading…
Reference in New Issue