Skip to content

Commit

Permalink
Remove the amp performance task (#39030)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg authored May 31, 2023
1 parent 84a695c commit 5daeaf3
Show file tree
Hide file tree
Showing 30 changed files with 1 addition and 5,345 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,17 +396,6 @@ jobs:
command: node build-system/pr-check/browser-tests.js --browser=edge
- store_test_output
- teardown_vm
performance_tests:
executor:
name: node-docker-xlarge
steps:
- setup_vm
- install_chrome
- run:
name: '⭐ Performance Tests ⭐'
command: node build-system/pr-check/performance-tests.js
- store_test_output
- teardown_vm
experiment_build:
executor:
name: node-docker-xlarge
Expand Down Expand Up @@ -616,11 +605,6 @@ workflows:
<<: *push_and_pr_builds
requires:
- 'Experiment << matrix.exp >> Build'
# TODO(wg-performance, #12128): This takes 30 mins and fails regularly.
# - performance_tests:
# <<: *push_builds_only
# requires:
# - 'Nomodule Build (Test)'

'Release':
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ validator/**
.*cache
.amp-dep-check
build
build-system/tasks/performance/cache
build-system/tasks/performance/results.json
dist
dist.3p
dist.tools
Expand Down
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ updates:
schedule:
interval: daily

- package-ecosystem: npm
directory: /build-system/tasks/performance
schedule:
interval: daily

- package-ecosystem: npm
directory: /build-system/tasks/storybook/env/amp
schedule:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ firebase.json
.*cache
.amp-dep-check
build
build-system/tasks/performance/cache
build-system/tasks/performance/results.json
dist
dist.3p
dist.tools
Expand Down
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
.*cache
.amp-dep-check
build
build-system/tasks/performance/cache
build-system/tasks/performance/results.json
dist
dist.3p
dist.tools
Expand Down
2 changes: 0 additions & 2 deletions amp.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ createTask('integration');
createTask('lint');
createTask('make-extension', 'makeExtension');
createTask('markdown-toc', 'markdownToc');
createTask('performance');
createTask('performance-urls', 'performanceUrls');
createTask('pr-check', 'prCheck');
createTask('prepend-global', 'prependGlobal');
createTask('presubmit', 'presubmit');
Expand Down
2 changes: 0 additions & 2 deletions build-system/pr-check/checks.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function pushBuildWorkflow() {
timedExecOrDie('amp dep-check');
timedExecOrDie('amp check-types');
timedExecOrDie('amp check-sourcemaps');
timedExecOrDie('amp performance-urls');
timedExecOrDie('amp check-analytics-vendors-list');
timedExecOrDie('amp check-video-interface-list');
timedExecOrDie('amp get-zindex');
Expand Down Expand Up @@ -108,7 +107,6 @@ function prBuildWorkflow() {
timedExecOrDie('amp dep-check');
timedExecOrDie('amp check-types');
timedExecOrDie('amp check-sourcemaps');
timedExecOrDie('amp performance-urls');
timedExecOrDie('amp check-analytics-vendors-list');
timedExecOrDie('amp check-video-interface-list');
timedExecOrDie('amp get-zindex');
Expand Down
45 changes: 0 additions & 45 deletions build-system/tasks/performance-urls.js

This file was deleted.

7 changes: 0 additions & 7 deletions build-system/tasks/performance/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions build-system/tasks/performance/ads-handler.js

This file was deleted.

127 changes: 0 additions & 127 deletions build-system/tasks/performance/analytics-handler.js

This file was deleted.

27 changes: 0 additions & 27 deletions build-system/tasks/performance/cache-documents.js

This file was deleted.

20 changes: 0 additions & 20 deletions build-system/tasks/performance/compile-scripts.js

This file was deleted.

Loading

0 comments on commit 5daeaf3

Please sign in to comment.