OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/git_setup.py", | 6 "[BUILD]/scripts/slave/git_setup.py", |
7 "--path", | 7 "--path", |
8 "[SLAVE_BUILD]/swarming.client", | 8 "[SLAVE_BUILD]/swarming.client", |
9 "--url", | 9 "--url", |
10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
11 ], | 11 ], |
| 12 "cwd": "[SLAVE_BUILD]", |
12 "name": "git setup (swarming_client)" | 13 "name": "git setup (swarming_client)" |
13 }, | 14 }, |
14 { | 15 { |
15 "cmd": [ | 16 "cmd": [ |
16 "git", | 17 "git", |
17 "retry", | 18 "retry", |
18 "fetch", | 19 "fetch", |
19 "origin", | 20 "origin", |
20 "master" | 21 "master" |
21 ], | 22 ], |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 "--init", | 61 "--init", |
61 "--recursive" | 62 "--recursive" |
62 ], | 63 ], |
63 "cwd": "[SLAVE_BUILD]/swarming.client", | 64 "cwd": "[SLAVE_BUILD]/swarming.client", |
64 "name": "submodule update (swarming_client)" | 65 "name": "submodule update (swarming_client)" |
65 }, | 66 }, |
66 { | 67 { |
67 "cmd": [ | 68 "cmd": [ |
68 "cat" | 69 "cat" |
69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
70 "name": "read test spec", | 72 "name": "read test spec", |
71 "stdout": "/path/to/tmp/json", | 73 "stdout": "/path/to/tmp/json", |
72 "~followup_annotations": [ | 74 "~followup_annotations": [ |
73 "@@@STEP_LOG_LINE@json.output@[@@@", | 75 "@@@STEP_LOG_LINE@json.output@[@@@", |
74 "@@@STEP_LOG_LINE@json.output@ \"test1\", @@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"test1\", @@@", |
75 "@@@STEP_LOG_LINE@json.output@ \"test2\"@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"test2\"@@@", |
76 "@@@STEP_LOG_LINE@json.output@]@@@", | 78 "@@@STEP_LOG_LINE@json.output@]@@@", |
77 "@@@STEP_LOG_END@json.output@@@" | 79 "@@@STEP_LOG_END@json.output@@@" |
78 ] | 80 ] |
79 }, | 81 }, |
80 { | 82 { |
81 "cmd": [ | 83 "cmd": [ |
82 "python", | 84 "python", |
83 "-u", | 85 "-u", |
84 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 86 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
85 "--build-dir", | 87 "--build-dir", |
86 "[BUILD]", | 88 "[BUILD]", |
87 "--output-json", | 89 "--output-json", |
88 "/path/to/tmp/json" | 90 "/path/to/tmp/json" |
89 ], | 91 ], |
| 92 "cwd": "[SLAVE_BUILD]", |
90 "name": "find isolated tests", | 93 "name": "find isolated tests", |
91 "~followup_annotations": [ | 94 "~followup_annotations": [ |
92 "@@@STEP_LOG_LINE@json.output@{@@@", | 95 "@@@STEP_LOG_LINE@json.output@{@@@", |
93 "@@@STEP_LOG_LINE@json.output@ \"extra_test\": \"[dummy hash for extra_te
st]\", @@@", | 96 "@@@STEP_LOG_LINE@json.output@ \"extra_test\": \"[dummy hash for extra_te
st]\", @@@", |
94 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", | 97 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", |
95 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", | 98 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", |
96 "@@@STEP_LOG_LINE@json.output@}@@@", | 99 "@@@STEP_LOG_LINE@json.output@}@@@", |
97 "@@@STEP_LOG_END@json.output@@@", | 100 "@@@STEP_LOG_END@json.output@@@", |
98 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" | 101 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" |
99 ] | 102 ] |
100 }, | 103 }, |
101 { | 104 { |
102 "cmd": [ | 105 "cmd": [ |
103 "python", | 106 "python", |
104 "-u", | 107 "-u", |
105 "[SLAVE_BUILD]/swarming.client/isolate.py", | 108 "[SLAVE_BUILD]/swarming.client/isolate.py", |
106 "batcharchive", | 109 "batcharchive", |
107 "--dump-json", | 110 "--dump-json", |
108 "/path/to/tmp/json", | 111 "/path/to/tmp/json", |
109 "--isolate-server", | 112 "--isolate-server", |
110 "https://isolateserver-dev.appspot.com", | 113 "https://isolateserver-dev.appspot.com", |
111 "[BUILD]/test1.isolated.gen.json", | 114 "[BUILD]/test1.isolated.gen.json", |
112 "[BUILD]/test2.isolated.gen.json" | 115 "[BUILD]/test2.isolated.gen.json" |
113 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
114 "name": "isolate tests", | 118 "name": "isolate tests", |
115 "~followup_annotations": [ | 119 "~followup_annotations": [ |
116 "@@@STEP_LOG_LINE@json.output@{@@@", | 120 "@@@STEP_LOG_LINE@json.output@{@@@", |
117 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", | 121 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", |
118 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", | 122 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", |
119 "@@@STEP_LOG_LINE@json.output@}@@@", | 123 "@@@STEP_LOG_LINE@json.output@}@@@", |
120 "@@@STEP_LOG_END@json.output@@@", | 124 "@@@STEP_LOG_END@json.output@@@", |
121 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" | 125 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" |
122 ] | 126 ] |
123 } | 127 } |
124 ] | 128 ] |
OLD | NEW |