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 "client.boringssl", | 8 "client.boringssl", |
9 "--builder", | 9 "--builder", |
10 "win32", | 10 "win32", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'deps_file': 'util/bot/DEPS', 'managed':
True, 'name': 'boringssl', 'url': 'https://boringssl.googlesource.com/boringssl.
git'}]", | 14 "cache_dir = None\nsolutions = [{'deps_file': 'util/bot/DEPS', 'managed':
True, 'name': 'boringssl', 'url': 'https://boringssl.googlesource.com/boringssl.
git'}]", |
15 "--root", | 15 "--root", |
16 "boringssl", | 16 "boringssl", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "boringssl@HEAD", | 22 "boringssl@HEAD", |
23 "--force" | 23 "--force" |
24 ], | 24 ], |
| 25 "cwd": "[SLAVE_BUILD]", |
25 "name": "bot_update", | 26 "name": "bot_update", |
26 "~followup_annotations": [ | 27 "~followup_annotations": [ |
27 "@@@STEP_TEXT@Some step text@@@", | 28 "@@@STEP_TEXT@Some step text@@@", |
28 "@@@STEP_LOG_LINE@json.output@{@@@", | 29 "@@@STEP_LOG_LINE@json.output@{@@@", |
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"boringssl\", @@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"boringssl\", @@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"root\": \"boringssl\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"boringssl\", @@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
35 "@@@STEP_LOG_LINE@json.output@}@@@", | 36 "@@@STEP_LOG_LINE@json.output@}@@@", |
36 "@@@STEP_LOG_END@json.output@@@" | 37 "@@@STEP_LOG_END@json.output@@@" |
37 ] | 38 ] |
38 }, | 39 }, |
39 { | 40 { |
40 "cmd": [ | 41 "cmd": [ |
41 "python", | 42 "python", |
42 "-u", | 43 "-u", |
43 "[DEPOT_TOOLS]\\gclient.py", | 44 "[DEPOT_TOOLS]\\gclient.py", |
44 "runhooks" | 45 "runhooks" |
45 ], | 46 ], |
| 47 "cwd": "[SLAVE_BUILD]", |
46 "name": "gclient runhooks" | 48 "name": "gclient runhooks" |
47 }, | 49 }, |
48 { | 50 { |
49 "cmd": [ | 51 "cmd": [ |
50 "python", | 52 "python", |
51 "-u", | 53 "-u", |
52 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 54 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
53 "[SLAVE_BUILD]\\boringssl\\build", | 55 "[SLAVE_BUILD]\\boringssl\\build", |
54 "511" | 56 "511" |
55 ], | 57 ], |
| 58 "cwd": "[SLAVE_BUILD]", |
56 "name": "makedirs mkdir", | 59 "name": "makedirs mkdir", |
57 "~followup_annotations": [ | 60 "~followup_annotations": [ |
58 "@@@STEP_LOG_LINE@python.inline@@@@", | 61 "@@@STEP_LOG_LINE@python.inline@@@@", |
59 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 62 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
60 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 63 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
61 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 64 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
62 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 65 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
63 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 66 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
64 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 67 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
65 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 68 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
89 "python", | 92 "python", |
90 "-u", | 93 "-u", |
91 "[SLAVE_BUILD]\\boringssl\\util\\bot\\go\\env.py", | 94 "[SLAVE_BUILD]\\boringssl\\util\\bot\\go\\env.py", |
92 "python", | 95 "python", |
93 "[SLAVE_BUILD]\\boringssl\\util\\bot\\vs_env.py", | 96 "[SLAVE_BUILD]\\boringssl\\util\\bot\\vs_env.py", |
94 "x86", | 97 "x86", |
95 "ninja", | 98 "ninja", |
96 "-C", | 99 "-C", |
97 "[SLAVE_BUILD]\\boringssl\\build" | 100 "[SLAVE_BUILD]\\boringssl\\build" |
98 ], | 101 ], |
| 102 "cwd": "[SLAVE_BUILD]", |
99 "name": "ninja" | 103 "name": "ninja" |
100 }, | 104 }, |
101 { | 105 { |
102 "cmd": [ | 106 "cmd": [ |
103 "python", | 107 "python", |
104 "-u", | 108 "-u", |
105 "[SLAVE_BUILD]\\boringssl\\util\\bot\\go\\env.py", | 109 "[SLAVE_BUILD]\\boringssl\\util\\bot\\go\\env.py", |
106 "python", | 110 "python", |
107 "[SLAVE_BUILD]\\boringssl\\util\\bot\\vs_env.py", | 111 "[SLAVE_BUILD]\\boringssl\\util\\bot\\vs_env.py", |
108 "x86", | 112 "x86", |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", | 223 "@@@STEP_LOG_LINE@test_utils.test_results@ \"actual\": \"PASS\", @@
@", |
220 "@@@STEP_LOG_LINE@test_utils.test_results@ \"expected\": \"PASS\"@@
@", | 224 "@@@STEP_LOG_LINE@test_utils.test_results@ \"expected\": \"PASS\"@@
@", |
221 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 225 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
222 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 226 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
223 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", | 227 "@@@STEP_LOG_LINE@test_utils.test_results@ }@@@", |
224 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", | 228 "@@@STEP_LOG_LINE@test_utils.test_results@}@@@", |
225 "@@@STEP_LOG_END@test_utils.test_results@@@" | 229 "@@@STEP_LOG_END@test_utils.test_results@@@" |
226 ] | 230 ] |
227 } | 231 } |
228 ] | 232 ] |
OLD | NEW |