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 "chromium.memory", | 8 "chromium.memory", |
9 "--builder", | 9 "--builder", |
10 "Linux ASan LSan Builder", | 10 "Linux ASan LSan Builder", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "src@123456" | 22 "src@123456" |
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_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
61 ] | 62 ] |
62 }, | 63 }, |
63 { | 64 { |
64 "cmd": [ | 65 "cmd": [ |
65 "python", | 66 "python", |
66 "-u", | 67 "-u", |
67 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 68 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
68 "--version" | 69 "--version" |
69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
70 "name": "swarming.py --version", | 72 "name": "swarming.py --version", |
71 "stdout": "/path/to/tmp/", | 73 "stdout": "/path/to/tmp/", |
72 "~followup_annotations": [ | 74 "~followup_annotations": [ |
73 "@@@STEP_TEXT@0.4.10@@@" | 75 "@@@STEP_TEXT@0.4.10@@@" |
74 ] | 76 ] |
75 }, | 77 }, |
76 { | 78 { |
77 "cmd": [ | 79 "cmd": [ |
78 "python", | 80 "python", |
79 "-u", | 81 "-u", |
80 "[DEPOT_TOOLS]/gclient.py", | 82 "[DEPOT_TOOLS]/gclient.py", |
81 "runhooks" | 83 "runhooks" |
82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
83 "env": { | 86 "env": { |
84 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g
oma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 87 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g
oma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
85 }, | 88 }, |
86 "name": "gclient runhooks" | 89 "name": "gclient runhooks" |
87 }, | 90 }, |
88 { | 91 { |
89 "cmd": [ | 92 "cmd": [ |
90 "python", | 93 "python", |
91 "-u", | 94 "-u", |
92 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 95 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
93 "[SLAVE_BUILD]/src/testing/buildbot/chromium.memory.json", | 96 "[SLAVE_BUILD]/src/testing/buildbot/chromium.memory.json", |
94 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
96 "name": "read test spec", | 100 "name": "read test spec", |
97 "~followup_annotations": [ | 101 "~followup_annotations": [ |
98 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.memory.jso
n@@@", | 102 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.memory.jso
n@@@", |
99 "@@@STEP_LOG_LINE@json.output@{@@@", | 103 "@@@STEP_LOG_LINE@json.output@{@@@", |
100 "@@@STEP_LOG_LINE@json.output@ \"Linux ASan Tests (sandboxed)\": {@@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"Linux ASan Tests (sandboxed)\": {@@@", |
101 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
102 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\"@@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\"@@@", |
103 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 107 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
104 "@@@STEP_LOG_LINE@json.output@ }@@@", | 108 "@@@STEP_LOG_LINE@json.output@ }@@@", |
105 "@@@STEP_LOG_LINE@json.output@}@@@", | 109 "@@@STEP_LOG_LINE@json.output@}@@@", |
106 "@@@STEP_LOG_END@json.output@@@" | 110 "@@@STEP_LOG_END@json.output@@@" |
107 ] | 111 ] |
108 }, | 112 }, |
109 { | 113 { |
110 "cmd": [ | 114 "cmd": [ |
111 "python", | 115 "python", |
112 "-u", | 116 "-u", |
113 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 117 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
114 "--output", | 118 "--output", |
115 "/path/to/tmp/json", | 119 "/path/to/tmp/json", |
116 "--", | 120 "--", |
117 "--build-config-fs", | 121 "--build-config-fs", |
118 "Release", | 122 "Release", |
119 "--paths", | 123 "--paths", |
120 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 124 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
121 "--properties", | 125 "--properties", |
122 "{\"buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"ma
stername\": \"chromium.memory\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"linux\"}" | 126 "{\"buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"ma
stername\": \"chromium.memory\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"linux\"}" |
123 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]", |
124 "name": "get compile targets for scripts", | 129 "name": "get compile targets for scripts", |
125 "~followup_annotations": [ | 130 "~followup_annotations": [ |
126 "@@@STEP_LOG_LINE@json.output@{}@@@", | 131 "@@@STEP_LOG_LINE@json.output@{}@@@", |
127 "@@@STEP_LOG_END@json.output@@@" | 132 "@@@STEP_LOG_END@json.output@@@" |
128 ] | 133 ] |
129 }, | 134 }, |
130 { | 135 { |
131 "cmd": [ | 136 "cmd": [ |
132 "python", | 137 "python", |
133 "-u", | 138 "-u", |
134 "[BUILD]/scripts/slave/cleanup_temp.py" | 139 "[BUILD]/scripts/slave/cleanup_temp.py" |
135 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
136 "name": "cleanup_temp" | 142 "name": "cleanup_temp" |
137 }, | 143 }, |
138 { | 144 { |
139 "cmd": [ | 145 "cmd": [ |
140 "python", | 146 "python", |
141 "-u", | 147 "-u", |
142 "[BUILD]/scripts/slave/compile.py", | 148 "[BUILD]/scripts/slave/compile.py", |
143 "--target", | 149 "--target", |
144 "Release", | 150 "Release", |
145 "--src-dir", | 151 "--src-dir", |
146 "[SLAVE_BUILD]/src", | 152 "[SLAVE_BUILD]/src", |
147 "--build-tool", | 153 "--build-tool", |
148 "ninja", | 154 "ninja", |
149 "--compiler", | 155 "--compiler", |
150 "goma-clang", | 156 "goma-clang", |
151 "--goma-dir", | 157 "--goma-dir", |
152 "[BUILD]/goma", | 158 "[BUILD]/goma", |
153 "--", | 159 "--", |
154 "browser_tests" | 160 "browser_tests" |
155 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", |
156 "name": "compile" | 163 "name": "compile" |
157 }, | 164 }, |
158 { | 165 { |
159 "allow_subannotations": true, | 166 "allow_subannotations": true, |
160 "cmd": [ | 167 "cmd": [ |
161 "python", | 168 "python", |
162 "-u", | 169 "-u", |
163 "[BUILD]/scripts/slave/zip_build.py", | 170 "[BUILD]/scripts/slave/zip_build.py", |
164 "--target", | 171 "--target", |
165 "Release", | 172 "Release", |
166 "--build-url", | 173 "--build-url", |
167 "gs://chromium-memory-archive/chromium.memory/Linux ASan LSan Builder", | 174 "gs://chromium-memory-archive/chromium.memory/Linux ASan LSan Builder", |
168 "--build_revision", | 175 "--build_revision", |
169 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 176 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
170 "--factory-properties", | 177 "--factory-properties", |
171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"mastername\"
: \"chromium.memory\", \"recipe\": \"chromium\", \"revision\": \"123456\", \"sla
vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 178 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"mastername\"
: \"chromium.memory\", \"recipe\": \"chromium\", \"revision\": \"123456\", \"sla
vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
172 "--build-properties", | 179 "--build-properties", |
173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"mastername\"
: \"chromium.memory\", \"recipe\": \"chromium\", \"revision\": \"123456\", \"sla
vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ASan LSan Builder\", \"buildnumber\": 571, \"mastername\"
: \"chromium.memory\", \"recipe\": \"chromium\", \"revision\": \"123456\", \"sla
vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
174 ], | 181 ], |
| 182 "cwd": "[SLAVE_BUILD]", |
175 "name": "package build" | 183 "name": "package build" |
176 } | 184 } |
177 ] | 185 ] |
OLD | NEW |