build: fix saucelabs_test cronjob in CI (#28939)

PR Close #28939
This commit is contained in:
Greg Magolan 2019-02-22 15:52:34 -08:00 committed by Ben Lesh
parent f75acbd99b
commit 10ba91b1d3
1 changed files with 5 additions and 5 deletions

View File

@ -212,11 +212,8 @@ jobs:
# and therefore the tunnel and Karma need to process a lot of file requests and tests. # and therefore the tunnel and Karma need to process a lot of file requests and tests.
resource_class: xlarge resource_class: xlarge
steps: steps:
- checkout: - attach_workspace: *attach_options
<<: *post_checkout
- *restore_cache
- *init_environment - *init_environment
- *yarn_install
- run: - run:
name: Preparing environment for running tests on Saucelabs. name: Preparing environment for running tests on Saucelabs.
command: setSecretVar SAUCE_ACCESS_KEY $(echo $SAUCE_ACCESS_KEY | rev) command: setSecretVar SAUCE_ACCESS_KEY $(echo $SAUCE_ACCESS_KEY | rev)
@ -626,7 +623,10 @@ workflows:
saucelabs_tests: saucelabs_tests:
jobs: jobs:
- test_saucelabs - install
- test_saucelabs:
requires:
- install
- legacy-unit-tests-saucelabs: - legacy-unit-tests-saucelabs:
# Don't open up multiple saucelabs tunnels at the same # Don't open up multiple saucelabs tunnels at the same
# time to minimize flakes # time to minimize flakes