OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/git_setup.py", | 6 "RECIPE_PACKAGE[build]/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" |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 "@@@STEP_LOG_LINE@json.output@ \"test1\", @@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"test1\", @@@", |
77 "@@@STEP_LOG_LINE@json.output@ \"test2\"@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"test2\"@@@", |
78 "@@@STEP_LOG_LINE@json.output@]@@@", | 78 "@@@STEP_LOG_LINE@json.output@]@@@", |
79 "@@@STEP_LOG_END@json.output@@@" | 79 "@@@STEP_LOG_END@json.output@@@" |
80 ] | 80 ] |
81 }, | 81 }, |
82 { | 82 { |
83 "cmd": [ | 83 "cmd": [ |
84 "python", | 84 "python", |
85 "-u", | 85 "-u", |
86 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 86 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
87 "--build-dir", | 87 "--build-dir", |
88 "[BUILD]", | 88 "[BUILD]", |
89 "--output-json", | 89 "--output-json", |
90 "/path/to/tmp/json" | 90 "/path/to/tmp/json" |
91 ], | 91 ], |
92 "cwd": "[SLAVE_BUILD]", | 92 "cwd": "[SLAVE_BUILD]", |
93 "name": "find isolated tests", | 93 "name": "find isolated tests", |
94 "~followup_annotations": [ | 94 "~followup_annotations": [ |
95 "@@@STEP_LOG_LINE@json.output@{@@@", | 95 "@@@STEP_LOG_LINE@json.output@{@@@", |
96 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", | 96 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", |
97 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", | 97 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", |
98 "@@@STEP_LOG_LINE@json.output@}@@@", | 98 "@@@STEP_LOG_LINE@json.output@}@@@", |
99 "@@@STEP_LOG_END@json.output@@@", | 99 "@@@STEP_LOG_END@json.output@@@", |
100 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" | 100 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" |
101 ] | 101 ] |
102 }, | 102 }, |
103 { | 103 { |
104 "cmd": [ | 104 "cmd": [ |
105 "python", | 105 "python", |
106 "-u", | 106 "-u", |
107 "RECIPE_MODULE[isolate]/resources/isolate.py", | 107 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
108 "[SLAVE_BUILD]/swarming.client", | 108 "[SLAVE_BUILD]/swarming.client", |
109 "batcharchive", | 109 "batcharchive", |
110 "--dump-json", | 110 "--dump-json", |
111 "/path/to/tmp/json", | 111 "/path/to/tmp/json", |
112 "--isolate-server", | 112 "--isolate-server", |
113 "https://isolateserver-dev.appspot.com", | 113 "https://isolateserver-dev.appspot.com", |
114 "[BUILD]/test1.isolated.gen.json", | 114 "[BUILD]/test1.isolated.gen.json", |
115 "[BUILD]/test2.isolated.gen.json" | 115 "[BUILD]/test2.isolated.gen.json" |
116 ], | 116 ], |
117 "cwd": "[SLAVE_BUILD]", | 117 "cwd": "[SLAVE_BUILD]", |
118 "name": "isolate tests", | 118 "name": "isolate tests", |
119 "~followup_annotations": [ | 119 "~followup_annotations": [ |
120 "@@@STEP_LOG_LINE@json.output@{@@@", | 120 "@@@STEP_LOG_LINE@json.output@{@@@", |
121 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", | 121 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", |
122 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", | 122 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", |
123 "@@@STEP_LOG_LINE@json.output@}@@@", | 123 "@@@STEP_LOG_LINE@json.output@}@@@", |
124 "@@@STEP_LOG_END@json.output@@@", | 124 "@@@STEP_LOG_END@json.output@@@", |
125 "@@@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]\"}@@@" |
126 ] | 126 ] |
127 }, | 127 }, |
128 { | 128 { |
129 "name": "$result", | 129 "name": "$result", |
130 "recipe_result": null, | 130 "recipe_result": null, |
131 "status_code": 0 | 131 "status_code": 0 |
132 } | 132 } |
133 ] | 133 ] |
OLD | NEW |