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

Unified Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_Linux_ASan_LSan_Builder.json

Issue 449993005: Converted the tryserver.chromium.linux asan builder to a recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Using chromium_trybot recipe and dropped compile_targets/tests. Created 6 years, 4 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
Index: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_Linux_ASan_LSan_Builder.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Clang__dbg_.json b/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_Linux_ASan_LSan_Builder.json
similarity index 92%
copy from scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Clang__dbg_.json
copy to scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_Linux_ASan_LSan_Builder.json
index e03a97b1dc25fd6afa37096e8085485ee0c84bc6..ecb14268344acfb3c986b94e9c67d2bc10c19681 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Clang__dbg_.json
+++ b/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_linux_Linux_ASan_LSan_Builder.json
@@ -5,9 +5,9 @@
"-u",
"[BUILD]/scripts/slave/bot_update.py",
"--master",
- "chromium.linux",
+ "tryserver.chromium.linux",
"--builder",
- "Linux Clang (dbg)",
+ "Linux ASan LSan Builder",
"--slave",
"TestSlavename",
"--spec",
@@ -66,7 +66,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
+ "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_allocator=none use_goma=1"
},
"name": "gclient runhooks"
},
@@ -75,12 +75,12 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
+ "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.linux.json",
"/path/to/tmp/json"
],
"name": "read test spec",
"~followup_annotations": [
- "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json@@@",
+ "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.linux.json@@@",
"@@@STEP_LOG_LINE@json.output@{}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -99,7 +99,7 @@
"-u",
"[BUILD]/scripts/slave/compile.py",
"--target",
- "Debug",
+ "Release",
"--src-dir",
"[SLAVE_BUILD]/src",
"--build-tool",
@@ -108,8 +108,7 @@
"goma-clang",
"--goma-dir",
"[BUILD]/goma",
- "--",
- "all"
+ "--"
],
"name": "compile"
},

Powered by Google App Engine
This is Rietveld 408576698