Skip to content

Commit d0a04bf

Browse files
devversionkara
authored andcommitted
ci: fix saucelabs_view_engine master-only failing (angular#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 angular#34429
1 parent ddc229b commit d0a04bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
--tunnel-id angular-${CIRCLE_BUILD_NUM}-${CIRCLE_NODE_INDEX} \
356356
--username $SAUCE_USERNAME \
357357
--key $(echo $SAUCE_ACCESS_KEY | rev) \
358-
yarn bazel test //:saucelabs_unit_tests_poc --config=saucelabs
358+
-- yarn bazel test //:saucelabs_unit_tests_poc --config=saucelabs
359359
no_output_timeout: 20m
360360
- notify_webhook_on_fail:
361361
webhook_url_env_var: SLACK_DEV_INFRA_CI_FAILURES_WEBHOOK_URL

0 commit comments

Comments
 (0)