Skip to content

Commit

Permalink
test: remove Bazel schematics integration test (angular#37190)
Browse files Browse the repository at this point in the history
This commit removes the integration test for schematics in
`@angular/bazel` that is used to generate a Bazel builder. The Bazel
builder has been deprecated.

PR Close angular#37190
  • Loading branch information
Keen Yee Liau authored and ngwattcos committed Jun 25, 2020
1 parent c24f973 commit ce71cf9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8,514 deletions.
9 changes: 0 additions & 9 deletions integration/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ INTEGRATION_TESTS = {
"no-ivy-aot",
],
},
"bazel-schematics": {
"tags": [
# Bazel-in-bazel tests are resource intensive and should not be over-parallized
# as they will complete for the resources of other parallel tests slowing
# everything down. Ask Bazel to allocate multiple CPUs for these tests with "cpu:n" tag.
"cpu:3",
"no-ivy-aot",
],
},
"cli-hello-world": {"commands": "payload_size_tracking"},
"cli-hello-world-ivy-compat": {"commands": "payload_size_tracking"},
"cli-hello-world-ivy-i18n": {
Expand Down
1 change: 0 additions & 1 deletion integration/bazel-schematics/.gitignore

This file was deleted.

35 changes: 0 additions & 35 deletions integration/bazel-schematics/package.json

This file was deleted.

25 changes: 0 additions & 25 deletions integration/bazel-schematics/patches/@angular+bazel+0.0.0.patch

This file was deleted.

94 changes: 0 additions & 94 deletions integration/bazel-schematics/test.sh

This file was deleted.

Loading

0 comments on commit ce71cf9

Please sign in to comment.