parent
f75acbd99b
commit
10ba91b1d3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue