Skip to content

Commit

Permalink
Delete consolidateBundleSizes script (#20724)
Browse files Browse the repository at this point in the history
This was ported to the new workflow by #20720
  • Loading branch information
acdlite committed Feb 3, 2021
1 parent b936ab6 commit 0935a1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
36 changes: 0 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,6 @@ aliases:
- &attach_workspace
at: build

- &process_artifacts
docker: *docker
environment: *environment
steps:
- checkout
- attach_workspace: *attach_workspace
- run: yarn workspaces info | head -n -1 > workspace_info.txt
- *restore_node_modules
- run: node ./scripts/rollup/consolidateBundleSizes.js
- run: ./scripts/circleci/pack_and_store_artifact.sh
- store_artifacts:
path: ./node_modules.tgz
- store_artifacts:
path: ./build.tgz
- store_artifacts:
path: ./build/bundle-sizes.json
- store_artifacts:
# TODO: Update release script to use local file instead of pulling
# from artifacts.
path: ./scripts/error-codes/codes.json
- persist_to_workspace:
root: build
paths:
- bundle-sizes.json

jobs:
setup:
docker: *docker
Expand Down Expand Up @@ -282,11 +257,6 @@ jobs:
cd packages/react-devtools-scheduling-profiler
yarn vercel deploy dist --prod --confirm --token $SCHEDULING_PROFILER_DEPLOY_VERCEL_TOKEN
# These jobs are named differently so we can distinguish the stable and
# and experimental artifacts
process_artifacts: *process_artifacts
process_artifacts_experimental: *process_artifacts

yarn_lint_build:
docker: *docker
environment: *environment
Expand Down Expand Up @@ -385,9 +355,6 @@ workflows:
- RELEASE_CHANNEL_stable_yarn_build:
requires:
- setup
- process_artifacts:
requires:
- RELEASE_CHANNEL_stable_yarn_build
- RELEASE_CHANNEL_stable_yarn_lint_build:
requires:
- RELEASE_CHANNEL_stable_yarn_build
Expand All @@ -401,9 +368,6 @@ workflows:
- yarn_build:
requires:
- setup
- process_artifacts_experimental:
requires:
- yarn_build
- yarn_lint_build:
requires:
- yarn_build
Expand Down
25 changes: 0 additions & 25 deletions scripts/rollup/consolidateBundleSizes.js

This file was deleted.

0 comments on commit 0935a1d

Please sign in to comment.