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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac_asan.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Mac Asan", 10 "Mac Asan",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googles ource.com/external/libyuv'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googles ource.com/external/libyuv'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "src@12345", 22 "src@12345",
23 "--force" 23 "--force"
24 ], 24 ],
25 "cwd": "[SLAVE_BUILD]",
25 "name": "bot_update", 26 "name": "bot_update",
26 "~followup_annotations": [ 27 "~followup_annotations": [
27 "@@@STEP_TEXT@Some step text@@@", 28 "@@@STEP_TEXT@Some step text@@@",
28 "@@@STEP_LOG_LINE@json.output@{@@@", 29 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
35 "@@@STEP_LOG_LINE@json.output@}@@@", 36 "@@@STEP_LOG_LINE@json.output@}@@@",
36 "@@@STEP_LOG_END@json.output@@@" 37 "@@@STEP_LOG_END@json.output@@@"
37 ] 38 ]
38 }, 39 },
39 { 40 {
40 "cmd": [ 41 "cmd": [
41 "python", 42 "python",
42 "-u", 43 "-u",
43 "[DEPOT_TOOLS]/gclient.py", 44 "[DEPOT_TOOLS]/gclient.py",
44 "runhooks" 45 "runhooks"
45 ], 46 ],
47 "cwd": "[SLAVE_BUILD]",
46 "env": { 48 "env": {
47 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[BUILD]/goma' lsan=1 target_arch=ia32 use_goma=1" 49 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[BUILD]/goma' lsan=1 target_arch=ia32 use_goma=1"
48 }, 50 },
49 "name": "gclient runhooks" 51 "name": "gclient runhooks"
50 }, 52 },
51 { 53 {
52 "cmd": [ 54 "cmd": [
53 "python", 55 "python",
54 "-u", 56 "-u",
55 "[BUILD]/scripts/slave/compile.py", 57 "[BUILD]/scripts/slave/compile.py",
56 "--target", 58 "--target",
57 "Release", 59 "Release",
58 "--src-dir", 60 "--src-dir",
59 "[SLAVE_BUILD]/src", 61 "[SLAVE_BUILD]/src",
60 "--build-tool", 62 "--build-tool",
61 "ninja", 63 "ninja",
62 "--compiler", 64 "--compiler",
63 "goma-clang", 65 "goma-clang",
64 "--goma-dir", 66 "--goma-dir",
65 "[BUILD]/goma", 67 "[BUILD]/goma",
66 "--", 68 "--",
67 "All" 69 "All"
68 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
69 "name": "compile" 72 "name": "compile"
70 }, 73 },
71 { 74 {
72 "cmd": [ 75 "cmd": [
73 "python", 76 "python",
74 "-u", 77 "-u",
75 "[BUILD]/scripts/slave/runtest.py", 78 "[BUILD]/scripts/slave/runtest.py",
76 "--target", 79 "--target",
77 "Release", 80 "Release",
78 "--factory-properties", 81 "--factory-properties",
79 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"masterna me\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 82 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"masterna me\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
80 "--build-properties", 83 "--build-properties",
81 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"masterna me\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 84 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac Asan\", \"masterna me\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
82 "--builder-name=Mac Asan", 85 "--builder-name=Mac Asan",
83 "--slave-name=slavename", 86 "--slave-name=slavename",
84 "--enable-asan", 87 "--enable-asan",
85 "--enable-lsan", 88 "--enable-lsan",
86 "libyuv_unittest", 89 "libyuv_unittest",
87 "--test-launcher-print-test-stdio=always", 90 "--test-launcher-print-test-stdio=always",
88 "--test-launcher-batch-limit=1" 91 "--test-launcher-batch-limit=1"
89 ], 92 ],
93 "cwd": "[SLAVE_BUILD]",
90 "name": "libyuv_unittest" 94 "name": "libyuv_unittest"
91 } 95 }
92 ] 96 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698