Skip to content

Commit

Permalink
remove stats collection CI job (#12969)
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Nov 13, 2023
1 parent d699447 commit e511f22
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e511f22

Please sign in to comment.