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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug__gn_.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.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Mac64 Debug (GN)", 10 "Mac64 Debug (GN)",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 18 "{\"src\": \"got_revision\"}",
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 ], 23 ],
24 "cwd": "[SLAVE_BUILD]",
24 "name": "bot_update", 25 "name": "bot_update",
25 "~followup_annotations": [ 26 "~followup_annotations": [
26 "@@@STEP_TEXT@Some step text@@@", 27 "@@@STEP_TEXT@Some step text@@@",
27 "@@@STEP_LOG_LINE@json.output@{@@@", 28 "@@@STEP_LOG_LINE@json.output@{@@@",
28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@",
34 "@@@STEP_LOG_LINE@json.output@ }, @@@", 35 "@@@STEP_LOG_LINE@json.output@ }, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
37 "@@@STEP_LOG_LINE@json.output@}@@@", 38 "@@@STEP_LOG_LINE@json.output@}@@@",
38 "@@@STEP_LOG_END@json.output@@@", 39 "@@@STEP_LOG_END@json.output@@@",
39 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 40 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
40 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 41 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
41 ] 42 ]
42 }, 43 },
43 { 44 {
44 "cmd": [ 45 "cmd": [
45 "python", 46 "python",
46 "-u", 47 "-u",
47 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", 48 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
48 "[SLAVE_BUILD]/src/out" 49 "[SLAVE_BUILD]/src/out"
49 ], 50 ],
51 "cwd": "[SLAVE_BUILD]",
50 "name": "clean test output files" 52 "name": "clean test output files"
51 }, 53 },
52 { 54 {
53 "cmd": [ 55 "cmd": [
54 "python", 56 "python",
55 "-u", 57 "-u",
56 "[BUILD]/scripts/slave/cleanup_temp.py" 58 "[BUILD]/scripts/slave/cleanup_temp.py"
57 ], 59 ],
60 "cwd": "[SLAVE_BUILD]",
58 "name": "cleanup_temp" 61 "name": "cleanup_temp"
59 }, 62 },
60 { 63 {
61 "cmd": [ 64 "cmd": [
62 "python", 65 "python",
63 "-u", 66 "-u",
64 "[DEPOT_TOOLS]/gclient.py", 67 "[DEPOT_TOOLS]/gclient.py",
65 "runhooks" 68 "runhooks"
66 ], 69 ],
70 "cwd": "[SLAVE_BUILD]",
67 "env": { 71 "env": {
68 "GYP_CHROMIUM_NO_ACTION": "1" 72 "GYP_CHROMIUM_NO_ACTION": "1"
69 }, 73 },
70 "name": "gclient runhooks" 74 "name": "gclient runhooks"
71 }, 75 },
72 { 76 {
73 "cmd": [ 77 "cmd": [
74 "python", 78 "python",
75 "-u", 79 "-u",
76 "[DEPOT_TOOLS]/gn.py", 80 "[DEPOT_TOOLS]/gn.py",
77 "--root=[SLAVE_BUILD]/src", 81 "--root=[SLAVE_BUILD]/src",
78 "gen", 82 "gen",
79 "//out/Debug", 83 "//out/Debug",
80 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/ goma\" build_with_chromium=false" 84 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/ goma\" build_with_chromium=false"
81 ], 85 ],
86 "cwd": "[SLAVE_BUILD]",
82 "name": "gn" 87 "name": "gn"
83 }, 88 },
84 { 89 {
85 "cmd": [ 90 "cmd": [
86 "python", 91 "python",
87 "-u", 92 "-u",
88 "[BUILD]/scripts/slave/compile.py", 93 "[BUILD]/scripts/slave/compile.py",
89 "--target", 94 "--target",
90 "Debug", 95 "Debug",
91 "--src-dir", 96 "--src-dir",
92 "[SLAVE_BUILD]/src", 97 "[SLAVE_BUILD]/src",
93 "--build-tool", 98 "--build-tool",
94 "ninja", 99 "ninja",
95 "--compiler", 100 "--compiler",
96 "goma-clang", 101 "goma-clang",
97 "--goma-dir", 102 "--goma-dir",
98 "[BUILD]/goma", 103 "[BUILD]/goma",
99 "--", 104 "--",
100 "all" 105 "all"
101 ], 106 ],
107 "cwd": "[SLAVE_BUILD]",
102 "name": "compile" 108 "name": "compile"
103 } 109 }
104 ] 110 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698