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