Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: masters/master.tryserver.chromium.linux/master.cfg

Issue 1170623002: Add some deterministic build trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Add the test expectation files. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.linux/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index 537b845293bbfe0c43f76a34bf458155164d8798..bddf9a78a5ea24d3982a78ef1bd5602393593d00 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -95,6 +95,11 @@ b_android_amp_rel_tests_recipe = {
'slavebuilddir': 'android',
}
+b_android_deterministic = {
+ 'name': 'android_deterministic',
+ 'factory': m_annotator.BaseFactory('deterministic_build'),
+}
+
# This builder is intended to be used to build and archive full builds (same as
# "Linux Builder" on chromium.linux) for a requested revision. These archived
# builds will then be downloaded and used to bisect test failures (similar to
@@ -291,6 +296,11 @@ chromium_builders.extend([{
},
])
+chromium_builders.append({
+ 'name': 'linux_deterministic',
+ 'factory': m_annotator.BaseFactory('deterministic_build')
+})
+
# Ozone builder
ozone_builders = [{
'name': 'linux_ecs_ozone',
@@ -358,6 +368,7 @@ c['builders'] = [
b_android_x86_dbg_recipe,
b_android_clang_dbg_recipe,
b_android_amp_rel_tests_recipe,
+ b_android_deterministic,
b_build_presubmit,
b_linux_chromium_asan_rel_ng,
b_linux_full_bisect_builder,
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698