Skip to content

Commit

Permalink
ci: re-enable RBE for http tests (#50741)
Browse files Browse the repository at this point in the history
This commit enables RBE for common http tests which is now possible as the latest version of build-tooling supports Node.js 18.

PR Close #50741
  • Loading branch information
alan-agius4 authored and AndrewKushnir committed Jun 23, 2023
1 parent 0ef4914 commit 232a786
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/common/http/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ ts_library(
jasmine_node_test(
name = "test",
bootstrap = ["//tools/testing:node"],
tags = [
# Remote execution doesn't work with Node.js 18 right now.
# See https://github.com/angular/dev-infra/issues/1017
"no-remote-exec",
],
# TODO remove once the Node 18 is the default toolchain.
toolchain = select({
"@bazel_tools//src/conditions:linux_x86_64": "@node18_linux_amd64//:node_toolchain",
Expand Down

0 comments on commit 232a786

Please sign in to comment.