[ci] Remove RELEASE_CHANNEL_stable_yarn_test_dom_fixtures from circleci
ghstack-source-id: 53489822aa92869acd675bf88178a0511300f765 Pull Request resolved: https://github.com/facebook/react/pull/30359
Lauren Tan committed
Jul 16, 2024 at 14:35 UTC
270222b1917111c1e896bbfc442ed98530f1e4da
1 file changed
-50
.circleci/config.yml
-50
@@ -7,32 +7,6 @@ aliases:
7
- &environment
8
TZ: /usr/share/zoneinfo/America/Los_Angeles
9
10
- - &restore_yarn_cache_fixtures_dom
11
- restore_cache:
12
- name: Restore yarn cache for fixtures/dom
13
- keys:
14
- - v2-yarn_cache-{{ arch }}-{{ checksum "yarn.lock" }}-fixtures/dom
15
-
16
- - &yarn_install_fixtures_dom
17
- run:
18
- name: Install dependencies in fixtures/dom
19
- working_directory: fixtures/dom
20
- command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
21
-
22
- - &yarn_install_fixtures_dom_retry
23
- run:
24
- name: Install dependencies in fixtures/dom (retry)
25
- when: on_fail
26
- working_directory: fixtures/dom
27
- command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
28
-
29
- - &save_yarn_cache_fixtures_dom
30
- save_cache:
31
- name: Save yarn cache for fixtures/dom
32
- key: v2-yarn_cache-{{ arch }}-{{ checksum "yarn.lock" }}-fixtures/dom
33
- paths:
34
- - ~/.cache/yarn
35
-
10
- &TEST_PARALLELISM 20
11
12
- &attach_workspace
@@ -265,27 +239,6 @@ jobs:
239
- store_artifacts:
240
path: ./tmp/screenshots
241
268
- RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
269
- docker: *docker
270
- environment: *environment
271
- steps:
272
- - checkout
273
- - attach_workspace:
274
- at: .
275
- - setup_node_modules
276
- - *restore_yarn_cache_fixtures_dom
277
- - *yarn_install_fixtures_dom
278
- - *yarn_install_fixtures_dom_retry
279
- - *save_yarn_cache_fixtures_dom
280
- - run:
281
- name: Run DOM fixture tests
282
- environment:
283
- RELEASE_CHANNEL: stable
284
- working_directory: fixtures/dom
285
- command: |
286
- yarn predev
287
- yarn test --maxWorkers=2
288
-
242
publish_prerelease:
243
parameters:
244
commit_sha:
@@ -341,9 +294,6 @@ workflows:
294
requires:
295
- download_base_build_for_sizebot
296
- yarn_build
344
- - RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
345
- requires:
346
- - yarn_build
297
298
devtools_regression_tests:
299
unless: << pipeline.parameters.prerelease_commit_sha >>