OLD | NEW |
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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "win_x64_gn", | 10 "win_x64_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 "--issue", | 19 "--issue", |
20 "666666", | 20 "666666", |
21 "--patchset", | 21 "--patchset", |
22 "1", | 22 "1", |
23 "--rietveld_server", | 23 "--rietveld_server", |
24 "https://fake.rietveld.url", | 24 "https://fake.rietveld.url", |
25 "--output_json", | 25 "--output_json", |
26 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
27 "--revision", | 27 "--revision", |
28 "src@12345" | 28 "src@12345" |
29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
30 "name": "bot_update", | 31 "name": "bot_update", |
31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\"@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\"@@@", |
40 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
43 "@@@STEP_LOG_LINE@json.output@}@@@", | 44 "@@@STEP_LOG_LINE@json.output@}@@@", |
44 "@@@STEP_LOG_END@json.output@@@", | 45 "@@@STEP_LOG_END@json.output@@@", |
45 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 46 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
46 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 47 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
47 ] | 48 ] |
48 }, | 49 }, |
49 { | 50 { |
50 "cmd": [ | 51 "cmd": [ |
51 "python", | 52 "python", |
52 "-u", | 53 "-u", |
53 "RECIPE_MODULE[webrtc]\\resources\\cleanup_files.py", | 54 "RECIPE_MODULE[webrtc]\\resources\\cleanup_files.py", |
54 "[SLAVE_BUILD]\\src\\out" | 55 "[SLAVE_BUILD]\\src\\out" |
55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
56 "name": "clean test output files" | 58 "name": "clean test output files" |
57 }, | 59 }, |
58 { | 60 { |
59 "cmd": [ | 61 "cmd": [ |
60 "python", | 62 "python", |
61 "-u", | 63 "-u", |
62 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 64 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
63 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
64 "name": "cleanup_temp" | 67 "name": "cleanup_temp" |
65 }, | 68 }, |
66 { | 69 { |
67 "cmd": [ | 70 "cmd": [ |
68 "python", | 71 "python", |
69 "-u", | 72 "-u", |
70 "[DEPOT_TOOLS]\\gclient.py", | 73 "[DEPOT_TOOLS]\\gclient.py", |
71 "runhooks" | 74 "runhooks" |
72 ], | 75 ], |
| 76 "cwd": "[SLAVE_BUILD]", |
73 "env": { | 77 "env": { |
74 "GYP_CHROMIUM_NO_ACTION": "1" | 78 "GYP_CHROMIUM_NO_ACTION": "1" |
75 }, | 79 }, |
76 "name": "gclient runhooks" | 80 "name": "gclient runhooks" |
77 }, | 81 }, |
78 { | 82 { |
79 "cmd": [ | 83 "cmd": [ |
80 "python", | 84 "python", |
81 "-u", | 85 "-u", |
82 "[DEPOT_TOOLS]\\gn.py", | 86 "[DEPOT_TOOLS]\\gn.py", |
83 "--root=[SLAVE_BUILD]\\src", | 87 "--root=[SLAVE_BUILD]\\src", |
84 "gen", | 88 "gen", |
85 "//out/Debug_x64", | 89 "//out/Debug_x64", |
86 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\
\goma\" build_with_chromium=false" | 90 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\
\goma\" build_with_chromium=false" |
87 ], | 91 ], |
| 92 "cwd": "[SLAVE_BUILD]", |
88 "name": "gn" | 93 "name": "gn" |
89 }, | 94 }, |
90 { | 95 { |
91 "cmd": [ | 96 "cmd": [ |
92 "python", | 97 "python", |
93 "-u", | 98 "-u", |
94 "[BUILD]\\scripts\\slave\\compile.py", | 99 "[BUILD]\\scripts\\slave\\compile.py", |
95 "--target", | 100 "--target", |
96 "Debug_x64", | 101 "Debug_x64", |
97 "--src-dir", | 102 "--src-dir", |
98 "[SLAVE_BUILD]\\src", | 103 "[SLAVE_BUILD]\\src", |
99 "--build-tool", | 104 "--build-tool", |
100 "ninja", | 105 "ninja", |
101 "--compiler", | 106 "--compiler", |
102 "goma", | 107 "goma", |
103 "--goma-dir", | 108 "--goma-dir", |
104 "[BUILD]\\goma", | 109 "[BUILD]\\goma", |
105 "--", | 110 "--", |
106 "all" | 111 "all" |
107 ], | 112 ], |
| 113 "cwd": "[SLAVE_BUILD]", |
108 "name": "compile" | 114 "name": "compile" |
109 } | 115 } |
110 ] | 116 ] |
OLD | NEW |