Commit 2b7eb0a6 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Remove M81 buckets.

M81 is no longer an active milestone.

Change-Id: I5e772550fa52ac5ec2d56b5560e3e3b2e95d5e87
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211121
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771066}
parent d79fca6d
...@@ -1299,118 +1299,6 @@ config_groups: < ...@@ -1299,118 +1299,6 @@ config_groups: <
> >
> >
> >
config_groups: <
name: "cq-m81"
gerrit: <
url: "https://chromium-review.googlesource.com"
projects: <
name: "chromium/src"
ref_regexp: "refs/branch-heads/4044"
>
>
verifiers: <
gerrit_cq_ability: <
committer_list: "project-chromium-committers"
dry_run_access_list: "project-chromium-tryjob-access"
>
tryjob: <
builders: <
name: "chromium/try-m81/android-binary-size"
>
builders: <
name: "chromium/try-m81/android-kitkat-arm-rel"
>
builders: <
name: "chromium/try-m81/android-lollipop-arm-rel"
>
builders: <
name: "chromium/try-m81/android-marshmallow-arm64-rel"
>
builders: <
name: "chromium/try-m81/android_compile_dbg"
>
builders: <
name: "chromium/try-m81/android_cronet"
>
builders: <
name: "chromium/try-m81/cast_shell_android"
>
builders: <
name: "chromium/try-m81/cast_shell_linux"
>
builders: <
name: "chromium/try-m81/chromeos-amd64-generic-rel"
>
builders: <
name: "chromium/try-m81/chromeos-arm-generic-rel"
>
builders: <
name: "chromium/try-m81/chromium_presubmit"
disable_reuse: true
>
builders: <
name: "chromium/try-m81/fuchsia_arm64"
>
builders: <
name: "chromium/try-m81/fuchsia_x64"
>
builders: <
name: "chromium/try-m81/ios-simulator"
>
builders: <
name: "chromium/try-m81/linux-chromeos-compile-dbg"
>
builders: <
name: "chromium/try-m81/linux-chromeos-rel"
cancel_stale: NO
>
builders: <
name: "chromium/try-m81/linux-libfuzzer-asan-rel"
>
builders: <
name: "chromium/try-m81/linux-ozone-rel"
includable_only: true
>
builders: <
name: "chromium/try-m81/linux-rel"
>
builders: <
name: "chromium/try-m81/linux_chromium_asan_rel_ng"
>
builders: <
name: "chromium/try-m81/linux_chromium_compile_dbg_ng"
>
builders: <
name: "chromium/try-m81/linux_chromium_tsan_rel_ng"
>
builders: <
name: "chromium/try-m81/mac-rel"
>
builders: <
name: "chromium/try-m81/mac_chromium_compile_dbg_ng"
>
builders: <
name: "chromium/try-m81/win-libfuzzer-asan-rel"
cancel_stale: NO
>
builders: <
name: "chromium/try-m81/win10_chromium_x64_rel_ng"
cancel_stale: NO
>
builders: <
name: "chromium/try-m81/win_chromium_compile_dbg_ng"
cancel_stale: NO
>
retry_config: <
single_quota: 1
global_quota: 2
failure_weight: 1
transient_failure_weight: 1
timeout_weight: 2
>
>
>
>
config_groups: < config_groups: <
name: "cq-m83" name: "cq-m83"
gerrit: < gerrit: <
......
This diff is collapsed.
This diff is collapsed.
...@@ -664,69 +664,6 @@ notifiers: < ...@@ -664,69 +664,6 @@ notifiers: <
repository: "https://chromium.googlesource.com/chromium/src" repository: "https://chromium.googlesource.com/chromium/src"
> >
> >
notifiers: <
notifications: <
on_change: true
email: <
recipients: "cr-fuchsia+bot@chromium.org"
>
>
builders: <
bucket: "ci-m81"
name: "Fuchsia ARM64"
repository: "https://chromium.googlesource.com/chromium/src"
>
>
notifiers: <
notifications: <
on_change: true
email: <
recipients: "cr-fuchsia+bot@chromium.org"
>
>
builders: <
bucket: "ci-m81"
name: "Fuchsia x64"
repository: "https://chromium.googlesource.com/chromium/src"
>
>
notifiers: <
notifications: <
on_change: true
email: <
recipients: "cronet-bots-observer@google.com"
>
>
builders: <
bucket: "ci-m81"
name: "android-cronet-arm-rel"
repository: "https://chromium.googlesource.com/chromium/src"
>
>
notifiers: <
notifications: <
on_change: true
email: <
recipients: "cronet-bots-observer@google.com"
>
>
builders: <
bucket: "ci-m81"
name: "android-cronet-kitkat-arm-rel"
>
>
notifiers: <
notifications: <
on_change: true
email: <
recipients: "cronet-bots-observer@google.com"
>
>
builders: <
bucket: "ci-m81"
name: "android-cronet-lollipop-arm-rel"
>
>
notifiers: < notifiers: <
notifications: < notifications: <
on_change: true on_change: true
......
This diff is collapsed.
...@@ -8,7 +8,7 @@ load('//project.star', 'settings') ...@@ -8,7 +8,7 @@ load('//project.star', 'settings')
_BRANCH_NOOP_CONFIG = struct( _BRANCH_NOOP_CONFIG = struct(
buckets = ['ci-m81', 'ci-m83', 'ci-m84'], buckets = ['ci-m83', 'ci-m84'],
fmt = '{bucket}-{builder}', fmt = '{bucket}-{builder}',
) if settings.is_master else struct( ) if settings.is_master else struct(
buckets = ['ci'], buckets = ['ci'],
......
...@@ -8,7 +8,6 @@ load('//project.star', 'settings') ...@@ -8,7 +8,6 @@ load('//project.star', 'settings')
# Execute the versioned files to define all of the per-branch entities # Execute the versioned files to define all of the per-branch entities
# (bucket, builders, console, poller, etc.) # (bucket, builders, console, poller, etc.)
exec('../versioned/m81/buckets/ci.star')
exec('../versioned/m83/buckets/ci.star') exec('../versioned/m83/buckets/ci.star')
exec('../versioned/m84/buckets/ci.star') exec('../versioned/m84/buckets/ci.star')
......
...@@ -8,7 +8,6 @@ load('//project.star', 'settings') ...@@ -8,7 +8,6 @@ load('//project.star', 'settings')
# Execute the versioned files to define all of the per-branch entities # Execute the versioned files to define all of the per-branch entities
# (bucket, builders, console, cq_group, etc.) # (bucket, builders, console, cq_group, etc.)
exec('../versioned/m81/buckets/try.star')
exec('../versioned/m83/buckets/try.star') exec('../versioned/m83/buckets/try.star')
exec('../versioned/m84/buckets/try.star') exec('../versioned/m84/buckets/try.star')
......
...@@ -2,7 +2,7 @@ This directory supports our branch CI/CQ configuration. ...@@ -2,7 +2,7 @@ This directory supports our branch CI/CQ configuration.
Contents: Contents:
* **m81**, **m83**, **m84** * **m83**, **m84**
* contains subdirectories that contain the versioned configuration for the * contains subdirectories that contain the versioned configuration for the
active milestones active milestones
* non-dimension changes should be infrequent * non-dimension changes should be infrequent
......
# Copyright 2020 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.
load('//lib/builders.star', 'cpu', 'goma', 'os')
load('//lib/try.star', 'try_')
# Load this using relative path so that the load statement doesn't
# need to be changed when making a new milestone
load('../vars.star', 'vars')
try_.declare_bucket(vars)
try_.set_defaults(
vars,
main_list_view = vars.main_list_view_name,
)
# Builders are sorted first lexicographically by the function used to define
# them, then lexicographically by their name
try_.chromium_android_builder(
name = 'android-binary-size',
executable = 'recipe:binary_size_trybot',
goma_jobs = goma.jobs.J150,
tryjob = try_.job(),
)
try_.chromium_android_builder(
name = 'android-kitkat-arm-rel',
goma_jobs = goma.jobs.J150,
tryjob = try_.job(),
)
try_.chromium_android_builder(
name = 'android-lollipop-arm-rel',
goma_jobs = goma.jobs.J150,
tryjob = try_.job(),
)
try_.chromium_android_builder(
name = 'android-marshmallow-arm64-rel',
cores = 16,
goma_jobs = goma.jobs.J300,
ssd = True,
use_java_coverage = True,
tryjob = try_.job(),
)
try_.chromium_android_builder(
name = 'android_compile_dbg',
goma_jobs = goma.jobs.J150,
tryjob = try_.job(),
)
try_.chromium_android_builder(
name = 'android_cronet',
tryjob = try_.job(),
)
try_.chromium_android_builder(
name = 'cast_shell_android',
tryjob = try_.job(),
)
try_.chromium_chromiumos_builder(
name = 'chromeos-arm-generic-rel',
tryjob = try_.job(),
)
try_.chromium_chromiumos_builder(
name = 'chromeos-amd64-generic-rel',
tryjob = try_.job(),
)
try_.chromium_chromiumos_builder(
name = 'linux-chromeos-compile-dbg',
tryjob = try_.job(),
)
try_.chromium_chromiumos_builder(
name = 'linux-chromeos-rel',
goma_jobs = goma.jobs.J150,
tryjob = try_.job(cancel_stale = False),
use_clang_coverage = True,
)
try_.chromium_linux_builder(
name = 'cast_shell_linux',
tryjob = try_.job(),
)
try_.chromium_linux_builder(
name = 'chromium_presubmit',
executable = 'recipe:presubmit',
goma_backend = None,
properties = {
'$depot_tools/presubmit': {
'runhooks': True,
'timeout_s': 480,
},
'repo_name': 'chromium',
},
tryjob = try_.job(
disable_reuse = True,
),
)
try_.chromium_linux_builder(
name = 'fuchsia_arm64',
tryjob = try_.job(),
)
try_.chromium_linux_builder(
name = 'fuchsia_x64',
tryjob = try_.job(),
)
try_.chromium_linux_builder(
name = 'linux-libfuzzer-asan-rel',
executable = 'recipe:chromium_libfuzzer_trybot',
tryjob = try_.job(),
)
try_.chromium_linux_builder(
name = 'linux-ozone-rel',
)
try_.chromium_linux_builder(
name = 'linux-rel',
goma_jobs = goma.jobs.J150,
tryjob = try_.job(),
use_clang_coverage = True,
)
try_.chromium_linux_builder(
name = 'linux_chromium_asan_rel_ng',
goma_jobs = goma.jobs.J150,
ssd = True,
tryjob = try_.job(),
)
try_.chromium_linux_builder(
name = 'linux_chromium_compile_dbg_ng',
caches = [
swarming.cache(
name = 'builder',
path = 'linux_debug',
),
],
goma_jobs = goma.jobs.J150,
tryjob = try_.job(),
)
try_.chromium_linux_builder(
name = 'linux_chromium_tsan_rel_ng',
goma_jobs = goma.jobs.J150,
tryjob = try_.job(),
)
try_.chromium_mac_builder(
name = 'mac-rel',
goma_jobs = goma.jobs.J150,
os = os.MAC_10_13,
tryjob = try_.job(),
)
try_.chromium_mac_builder(
name = 'mac_chromium_compile_dbg_ng',
goma_jobs = goma.jobs.J150,
os = os.MAC_10_13,
tryjob = try_.job(),
)
try_.chromium_mac_ios_builder(
name = 'ios-simulator',
goma_backend = None,
tryjob = try_.job(),
)
try_.chromium_win_builder(
name = 'win-libfuzzer-asan-rel',
builderless = False,
executable = 'recipe:chromium_libfuzzer_trybot',
os = os.WINDOWS_ANY,
tryjob = try_.job(cancel_stale = False),
)
try_.chromium_win_builder(
name = 'win_chromium_compile_dbg_ng',
goma_jobs = goma.jobs.J150,
tryjob = try_.job(cancel_stale = False),
)
try_.chromium_win_builder(
name = 'win10_chromium_x64_rel_ng',
goma_jobs = goma.jobs.J150,
os = os.WINDOWS_10,
ssd = True,
tryjob = try_.job(cancel_stale = False),
)
# Copyright 2020 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.
vars = struct(
is_master = False,
ref = 'refs/branch-heads/4044',
ci_bucket = 'ci-m81',
ci_poller = 'm81-gitiles-trigger',
main_console_name = 'main-m81',
main_console_title = 'Chromium M81 Console',
try_bucket = 'try-m81',
cq_group = 'cq-m81',
cq_ref_regexp = 'refs/branch-heads/4044',
main_list_view_name = 'try-m81',
main_list_view_title = 'Chromium M81 CQ console',
tree_status_host = None,
)
...@@ -1045,15 +1045,6 @@ luci.console_view( ...@@ -1045,15 +1045,6 @@ luci.console_view(
category = 'win|week5', category = 'win|week5',
short_name = 'gpu', short_name = 'gpu',
), ),
luci.console_view_entry(
builder = 'ci-m81/Win x64 Builder',
category = 'win|week5|stable',
),
luci.console_view_entry(
builder = 'ci-m81/GPU Win x64 Builder',
category = 'win|week5|stable',
short_name = 'gpu',
),
luci.console_view_entry( luci.console_view_entry(
builder = 'ci/linux-chromeos-dbg', builder = 'ci/linux-chromeos-dbg',
category = 'cros|week1', category = 'cros|week1',
......
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