Commit d5d91bd3 authored by Nodir Turakulov's avatar Nodir Turakulov Committed by Commit Bot

Remove linux_chromium_component_updater builder

This builder is superseded by metadata-exporter builder.

Depends on
https://chromium-review.googlesource.com/c/chromium/tools/build/+/2313785

Bug: 1106176
Change-Id: Ia391aea0fc36fb55260f1289d30b789f23fb02a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314032Reviewed-by: default avatarEdward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Auto-Submit: Nodir Turakulov <nodir@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791895}
parent fe1c95b7
...@@ -11081,35 +11081,6 @@ buckets { ...@@ -11081,35 +11081,6 @@ buckets {
} }
} }
} }
builders {
name: "linux_chromium_component_updater"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "pool:luci.chromium.ci"
dimensions: "ssd:0"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
cmd: "recipes"
}
properties: "{\"$build/goma\":{\"enable_ats\":true,\"jobs\":500,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"mastername\":\"chromium.linux\",\"recipe\":\"findit/chromium/update_components\"}"
execution_timeout_secs: 10800
build_numbers: YES
service_account: "component-mapping-updater@chops-service-accounts.iam.gserviceaccount.com"
resultdb {
enable: true
bq_exports {
project: "luci-resultdb"
dataset: "chromium"
table: "ci_test_results"
test_results {}
}
}
}
builders { builders {
name: "mac-archive-dbg" name: "mac-archive-dbg"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
...@@ -15509,9 +15509,6 @@ consoles { ...@@ -15509,9 +15509,6 @@ consoles {
repo_url: "https://chromium.googlesource.com/chromium/src" repo_url: "https://chromium.googlesource.com/chromium/src"
refs: "regexp:refs/heads/master" refs: "regexp:refs/heads/master"
manifest_name: "REVISION" manifest_name: "REVISION"
builders {
name: "buildbucket/luci.chromium.ci/linux_chromium_component_updater"
}
builders { builders {
name: "buildbucket/luci.chromium.ci/metadata-exporter" name: "buildbucket/luci.chromium.ci/metadata-exporter"
} }
......
...@@ -2875,18 +2875,6 @@ notifiers { ...@@ -2875,18 +2875,6 @@ notifiers {
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update" failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
} }
} }
notifiers {
notifications {
on_new_status: FAILURE
email {
recipients: "chromium-component-mapping@google.com"
}
}
builders {
bucket: "ci"
name: "linux_chromium_component_updater"
}
}
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
......
...@@ -12072,17 +12072,6 @@ job { ...@@ -12072,17 +12072,6 @@ job {
builder: "linux_chromium_bot_db_exporter" builder: "linux_chromium_bot_db_exporter"
} }
} }
job {
id: "linux_chromium_component_updater"
realm: "ci"
schedule: "0 0,6,12,18 * * *"
acl_sets: "ci"
buildbucket {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "linux_chromium_component_updater"
}
}
job { job {
id: "mac-archive-dbg" id: "mac-archive-dbg"
realm: "ci" realm: "ci"
......
...@@ -2903,18 +2903,6 @@ ci.linux_builder( ...@@ -2903,18 +2903,6 @@ ci.linux_builder(
os = os.LINUX_TRUSTY, os = os.LINUX_TRUSTY,
) )
# TODO(crbug.com/1102997): remove this in favor of new "metadata-exporter"
# builder.
ci.linux_builder(
name = 'linux_chromium_component_updater',
executable = 'recipe:findit/chromium/update_components',
schedule = '0 0,6,12,18 * * *',
service_account = 'component-mapping-updater@chops-service-accounts.iam.gserviceaccount.com',
triggered_by = [],
notifies = ['metadata-mapping'],
tree_closing = False,
)
ci.linux_builder( ci.linux_builder(
name = 'metadata-exporter', name = 'metadata-exporter',
executable = 'recipe:chromium_export_metadata', executable = 'recipe:chromium_export_metadata',
......
...@@ -6,11 +6,6 @@ luci.console_view( ...@@ -6,11 +6,6 @@ luci.console_view(
name = 'metadata.exporter', name = 'metadata.exporter',
repo = 'https://chromium.googlesource.com/chromium/src', repo = 'https://chromium.googlesource.com/chromium/src',
entries = [ entries = [
# TODO(crbug.com/1102997): remove this in favor of new
# "metadata-exporter" builder.
luci.console_view_entry(
builder = 'ci/linux_chromium_component_updater',
),
luci.console_view_entry( luci.console_view_entry(
builder = 'ci/metadata-exporter', builder = 'ci/metadata-exporter',
), ),
......
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