8
8
# http://yaml-online-parser.appspot.com/
9
9
10
10
var_1 : &docker_image circleci/node:16.10.0
11
- var_2 : &docker-firefox -image circleci/node:16.10.0-browsers
11
+ var_2 : &docker-browser -image circleci/node:16.10.0-browsers
12
12
13
13
# **Note**: When updating the beginning of the cache key, also update the cache key to match
14
14
# the new cache key prefix. This allows us to take advantage of CircleCI's fallback caching.
@@ -439,7 +439,7 @@ jobs:
439
439
# ----------------------------------------------------------------------------
440
440
snapshot_tests_local_browsers :
441
441
docker :
442
- - image : *docker-firefox -image
442
+ - image : *docker-browser -image
443
443
resource_class : xlarge
444
444
environment :
445
445
GCP_DECRYPT_TOKEN : *gcp_decrypt_token
@@ -459,7 +459,8 @@ jobs:
459
459
# Job that runs all Bazel integration tests.
460
460
# ----------------------------------------------------------------------------
461
461
integration_tests :
462
- << : *job_defaults
462
+ docker :
463
+ - image : *docker-browser-image
463
464
resource_class : xlarge
464
465
environment :
465
466
GCP_DECRYPT_TOKEN : *gcp_decrypt_token
@@ -472,9 +473,7 @@ jobs:
472
473
- *setup_bazel_binary
473
474
474
475
- run : yarn integration-tests:partial-ivy
475
- # TODO: Re-enable when there are integration tests that should run with Ivy.
476
- # Currently this command fails as there are no tests.
477
- # - run: yarn integration-tests
476
+ - run : yarn integration-tests
478
477
- run :
479
478
name : Running size integration tests (failures are reported in Slack only).
480
479
command : |
0 commit comments