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

Side by Side Diff: scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Windows.json

Issue 1506703003: Build mash/wm:tests on the Mojo FYI waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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
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 "chromium.mojo", 8 "chromium.mojo",
9 "--builder", 9 "--builder",
10 "Chromium Mojo Windows", 10 "Chromium Mojo Windows",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "[SLAVE_BUILD]\\src", 133 "[SLAVE_BUILD]\\src",
134 "--build-tool", 134 "--build-tool",
135 "ninja", 135 "ninja",
136 "--compiler", 136 "--compiler",
137 "goma", 137 "goma",
138 "--goma-jsonstatus", 138 "--goma-jsonstatus",
139 "/path/to/tmp/json", 139 "/path/to/tmp/json",
140 "--goma-dir", 140 "--goma-dir",
141 "[BUILD]\\goma", 141 "[BUILD]\\goma",
142 "--", 142 "--",
143 "mandoline:all" 143 "mandoline:all",
144 "mash/wm:tests"
144 ], 145 ],
145 "cwd": "[SLAVE_BUILD]", 146 "cwd": "[SLAVE_BUILD]",
146 "name": "compile", 147 "name": "compile",
147 "~followup_annotations": [ 148 "~followup_annotations": [
148 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
149 "@@@STEP_LOG_END@json.output (invalid)@@@" 150 "@@@STEP_LOG_END@json.output (invalid)@@@"
150 ] 151 ]
151 }, 152 },
152 { 153 {
153 "cmd": [ 154 "cmd": [
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 "~followup_annotations": [ 566 "~followup_annotations": [
566 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat est/win/stamp@@@" 567 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat est/win/stamp@@@"
567 ] 568 ]
568 }, 569 },
569 { 570 {
570 "name": "$result", 571 "name": "$result",
571 "recipe_result": null, 572 "recipe_result": null,
572 "status_code": 0 573 "status_code": 0
573 } 574 }
574 ] 575 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698