Commit f3ff8620 authored by Sven Zheng's avatar Sven Zheng Committed by Commit Bot

Adds linux-ash-chrome-builder-rel

This linux-ash-chrome-builder-rel is created to upload ash-chrome
continuously to gs and the binary will be used to test lacros-chrome.
The upload logic will be in the next cl when the bot can launch and run.

Bug: 1109287
Change-Id: I12ab8b0cc8e24b8f217df1f710e5b918397dd987
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316807
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Reviewed-by: default avatarErik Chen <erikchen@chromium.org>
Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792091}
parent 05971bd2
...@@ -10240,6 +10240,35 @@ buckets { ...@@ -10240,6 +10240,35 @@ buckets {
} }
} }
} }
builders {
name: "linux-ash-chrome-builder-rel"
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,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"mastername\":\"chromium.chromiumos\",\"recipe\":\"chromium\"}"
execution_timeout_secs: 10800
build_numbers: YES
service_account: "chromium-ci-builder@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: "linux-bfcache-rel" name: "linux-bfcache-rel"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
...@@ -330,6 +330,11 @@ consoles { ...@@ -330,6 +330,11 @@ consoles {
category: "chromium.chromiumos|default" category: "chromium.chromiumos|default"
short_name: "dbg" short_name: "dbg"
} }
builders {
name: "buildbucket/luci.chromium.ci/linux-ash-chrome-builder-rel"
category: "chromium.chromiumos|default"
short_name: "lcr"
}
builders { builders {
name: "buildbucket/luci.chromium.ci/chromeos-arm-generic-rel" name: "buildbucket/luci.chromium.ci/chromeos-arm-generic-rel"
category: "chromium.chromiumos|simple|release" category: "chromium.chromiumos|simple|release"
...@@ -6415,6 +6420,11 @@ consoles { ...@@ -6415,6 +6420,11 @@ consoles {
category: "default" category: "default"
short_name: "dbg" short_name: "dbg"
} }
builders {
name: "buildbucket/luci.chromium.ci/linux-ash-chrome-builder-rel"
category: "default"
short_name: "lcr"
}
builders { builders {
name: "buildbucket/luci.chromium.ci/chromeos-arm-generic-rel" name: "buildbucket/luci.chromium.ci/chromeos-arm-generic-rel"
category: "simple|release" category: "simple|release"
......
...@@ -2722,6 +2722,24 @@ notifiers { ...@@ -2722,6 +2722,24 @@ notifiers {
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update" failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
} }
} }
notifiers {
notifications {
on_occurrence: FAILURE
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
}
}
builders {
bucket: "ci"
name: "linux-ash-chrome-builder-rel"
repository: "https://chromium.googlesource.com/chromium/src"
}
tree_closers {
tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
......
...@@ -8780,6 +8780,16 @@ job { ...@@ -8780,6 +8780,16 @@ job {
builder: "linux-archive-rel" builder: "linux-archive-rel"
} }
} }
job {
id: "ci-linux-ash-chrome-builder-rel"
realm: "ci"
acl_sets: "ci"
buildbucket {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "linux-ash-chrome-builder-rel"
}
}
job { job {
id: "ci-linux-bfcache-rel" id: "ci-linux-bfcache-rel"
realm: "ci" realm: "ci"
...@@ -11772,6 +11782,16 @@ job { ...@@ -11772,6 +11782,16 @@ job {
builder: "linux-archive-rel-goma-rbe-latest" builder: "linux-archive-rel-goma-rbe-latest"
} }
} }
job {
id: "linux-ash-chrome-builder-rel"
realm: "ci"
acl_sets: "ci"
buildbucket {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "linux-ash-chrome-builder-rel"
}
}
job { job {
id: "linux-bfcache-rel" id: "linux-bfcache-rel"
realm: "ci" realm: "ci"
...@@ -12968,6 +12988,7 @@ trigger { ...@@ -12968,6 +12988,7 @@ trigger {
triggers: "linux-annotator-rel" triggers: "linux-annotator-rel"
triggers: "linux-archive-dbg" triggers: "linux-archive-dbg"
triggers: "linux-archive-rel" triggers: "linux-archive-rel"
triggers: "linux-ash-chrome-builder-rel"
triggers: "linux-bfcache-rel" triggers: "linux-bfcache-rel"
triggers: "linux-blink-animation-use-time-delta" triggers: "linux-blink-animation-use-time-delta"
triggers: "linux-blink-cors-rel" triggers: "linux-blink-cors-rel"
......
...@@ -560,6 +560,14 @@ ci.chromiumos_builder( ...@@ -560,6 +560,14 @@ ci.chromiumos_builder(
main_console_view = 'main', main_console_view = 'main',
) )
ci.chromiumos_builder(
name = 'linux-ash-chrome-builder-rel',
console_view_entry = ci.console_view_entry(
category = 'default',
short_name = 'lcr',
),
main_console_view = 'main',
)
ci.clang_builder( ci.clang_builder(
name = 'CFI Linux CF', name = 'CFI Linux CF',
......
...@@ -1642,6 +1642,11 @@ ...@@ -1642,6 +1642,11 @@
} }
] ]
}, },
"linux-ash-chrome-builder-rel": {
"additional_compile_targets": [
"chrome"
]
},
"linux-chrome": { "linux-chrome": {
"additional_compile_targets": [ "additional_compile_targets": [
"chrome", "chrome",
......
...@@ -1012,6 +1012,11 @@ ...@@ -1012,6 +1012,11 @@
} }
] ]
}, },
"linux-ash-chrome-builder-rel": {
"additional_compile_targets": [
"chrome"
]
},
"linux-chrome": { "linux-chrome": {
"additional_compile_targets": [ "additional_compile_targets": [
"chrome", "chrome",
......
...@@ -98,6 +98,14 @@ ...@@ -98,6 +98,14 @@
}, },
'os_type': 'chromeos' 'os_type': 'chromeos'
}, },
'linux-ash-chrome-builder-rel': {
'additional_compile_targets': [
'chrome',
],
'mixins': [
'chrome-swarming-pool',
],
},
'linux-chrome': { 'linux-chrome': {
'additional_compile_targets': [ 'additional_compile_targets': [
'chrome', 'chrome',
......
...@@ -132,6 +132,7 @@ ...@@ -132,6 +132,7 @@
'chromeos-arm-generic-dbg': 'chromeos_arm-generic_dbg', 'chromeos-arm-generic-dbg': 'chromeos_arm-generic_dbg',
'chromeos-arm-generic-rel': 'chromeos_arm-generic', 'chromeos-arm-generic-rel': 'chromeos_arm-generic',
'chromeos-kevin-rel': 'chromeos_kevin', 'chromeos-kevin-rel': 'chromeos_kevin',
'linux-ash-chrome-builder-rel': 'chromeos_with_codecs_release_bot',
'linux-chromeos-rel': 'chromeos_with_codecs_release_bot', 'linux-chromeos-rel': 'chromeos_with_codecs_release_bot',
'linux-chromeos-dbg': 'chromeos_with_codecs_debug_bot', 'linux-chromeos-dbg': 'chromeos_with_codecs_debug_bot',
}, },
......
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