diff --git a/.circleci/config.yml b/.circleci/config.yml index a2cf39c8953..5609def78ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,15 +92,6 @@ workflows: filters: tags: only: /.*/ - - collect-stats: - requires: - - build - - install-mbx-ci - filters: - tags: - ignore: /.*/ - branches: - only: main - deploy-release: requires: - install-mbx-ci @@ -336,20 +327,6 @@ jobs: yarn run codegen git add -A && git diff --staged --exit-code | tee check.patch - collect-stats: - <<: *linux-defaults - steps: - - attach_workspace: - at: ~/ - - browser-tools/install-chrome - - run: - name: Collect performance stats - command: node bench/gl-stats.js - - aws-cli/install - - run: - name: Upload performance stats - command: aws s3 cp data.json.gz s3://mapbox-loading-dock/raw/gl_js.perf_metrics_staging/ci/`git show -s --date=short --format=%cd-%h HEAD`.json.gz - test-browser: <<: *linux-defaults steps: