| 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"
|
| },
|
|
|