Commit 8d9ee7cf authored by Ned Nguyen's avatar Ned Nguyen Committed by Commit Bot

Remove src-side code related to obbs_fyi bot

The recipe is removed in https://chromium-review.googlesource.com/c/chromium/tools/build/+/1262098

TBR=jbudorick@chromium.org

Bug: 786243
Change-Id: Ia989be803ba4baf683939943069bd8d1c016181d
Reviewed-on: https://chromium-review.googlesource.com/c/1265134Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#597377}
parent 56251d8f
......@@ -4588,9 +4588,6 @@ consoles {
builders {
name: "buildbot/tryserver.chromium.perf/linux_perf_bisect_builder"
}
builders {
name: "buildbot/tryserver.chromium.perf/obbs_fyi"
}
builders {
name: "buildbot/tryserver.chromium.perf/staging_linux_perf_bisect"
}
......
......@@ -684,7 +684,6 @@
'Android arm64 Compile Perf': 'official_goma_minimal_symbols_android_arm64',
'Linux Builder Perf': 'official_goma_perf',
'Mac Builder Perf': 'official_goma',
'obbs_fyi': 'official_goma_perf',
'Win Builder Perf': 'official_goma_x86',
'Win x64 Builder Perf': 'official_goma',
},
......
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
def PostUploadHook(cl, change, output_api):
"""git cl upload will call this hook after the issue is created/modified.
This hook modifies the CL description in order to run extra perf trybot
tests (in particular, obbs fyi tests) in addition
to the regular CQ try bots. We don't have enough hardware to run
against all tools/perf/ commits, but should be run against changes
likely to affect these tests.
"""
del change # unused
return output_api.EnsureCQIncludeTrybotsAreAdded(
cl,
[
'master.tryserver.chromium.perf:obbs_fyi',
],
'Automatically added optional perf trybot tests to run on CQ.')
......@@ -534,7 +534,7 @@ def main():
""" See collect_task.collect_task for more on the merge script API. """
parser = argparse.ArgumentParser()
# configuration-name (previously perf-id) is the name of bot the tests run on
# For example, buildbot-test is the name of the obbs_fyi bot
# For example, buildbot-test is the name of the android-go-perf bot
# configuration-name and results-url are set in the json file which is going
# away tools/perf/core/chromium.perf.fyi.extras.json
parser.add_argument('--configuration-name', help=argparse.SUPPRESS)
......
......@@ -84,7 +84,7 @@ class ProcessPerfResultsIntegrationTest(unittest.TestCase):
"id": "8936915467712010816",
"project": "chrome",
"lease_key": "461228535",
"tags": ["builder:obbs_fyi", "buildset:patch/1194825/3",
"tags": ["builder:android-go-perf", "buildset:patch/1194825/3",
"cq_experimental:False",
"master:master.tryserver.chromium.perf",
"user_agent:cq"]}}"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment