Remove isolate server recipe property

Isolate server is not used anymore.

Bug: webrtc:12072
Change-Id: Ibd697ea1d3ea45623e047485a8856e4c0e1e557a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/272870
Reviewed-by: Takuto Ikuta <tikuta@google.com>
Auto-Submit: Junji Watanabe <jwata@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37900}
This commit is contained in:
Junji Watanabe 2022-08-25 18:35:32 +09:00 committed by WebRTC LUCI CQ
parent 103e7ff23a
commit 263acfeb4b
2 changed files with 0 additions and 351 deletions

View File

@ -477,9 +477,6 @@ def webrtc_builder(
A luci.builder. A luci.builder.
""" """
properties = properties or {} properties = properties or {}
properties["$recipe_engine/isolated"] = {
"server": "https://isolateserver.appspot.com",
}
resultdb_bq_table = "webrtc-ci.resultdb." + bucket + "_test_results" resultdb_bq_table = "webrtc-ci.resultdb." + bucket + "_test_results"
return luci.builder( return luci.builder(
name = name, name = name,

File diff suppressed because it is too large Load Diff