| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 6 "RECIPE_MODULE[depot_tools::git]/resources/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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 { | 82 { |
| 83 "cmd": [ | 83 "cmd": [ |
| 84 "python", | 84 "python", |
| 85 "-u", | 85 "-u", |
| 86 "[SLAVE_BUILD]/swarming.client/swarming.py", | 86 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 87 "--version" | 87 "--version" |
| 88 ], | 88 ], |
| 89 "name": "swarming.py --version", | 89 "name": "swarming.py --version", |
| 90 "stdout": "/path/to/tmp/", | 90 "stdout": "/path/to/tmp/", |
| 91 "~followup_annotations": [ | 91 "~followup_annotations": [ |
| 92 "@@@STEP_TEXT@0.8.6@@@" | 92 "@@@STEP_TEXT@0.4.10@@@" |
| 93 ] | 93 ] |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 "cmd": [ | 96 "cmd": [ |
| 97 "python", | 97 "python", |
| 98 "-u", | 98 "-u", |
| 99 "[SLAVE_BUILD]/swarming.client/swarming.py", | 99 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 100 "trigger", | 100 "trigger", |
| 101 "--swarming", | 101 "--swarming", |
| 102 "https://chromium-swarm.appspot.com", | 102 "https://chromium-swarm.appspot.com", |
| (...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 939 { | 939 { |
| 940 "cmd": [ | 940 "cmd": [ |
| 941 "python", | 941 "python", |
| 942 "-u", | 942 "-u", |
| 943 "[SLAVE_BUILD]/swarming.client/swarming.py", | 943 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 944 "collect", | 944 "collect", |
| 945 "--swarming", | 945 "--swarming", |
| 946 "https://chromium-swarm.appspot.com", | 946 "https://chromium-swarm.appspot.com", |
| 947 "--decorate", | 947 "--decorate", |
| 948 "--print-status-updates", | 948 "--print-status-updates", |
| 949 "--json", | 949 "--shards", |
| 950 "{\"base_task_name\": \"Static-Initializers/Ubuntu-12.04/[dummy has/V8 Lin
ux64/571\", \"tasks\": {\"Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux64
/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chr
omium-swarm.appspot.com/user/task/10000\"}}}", | 950 "1", |
| 951 "Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux64/571", |
| 951 "--task-summary-json", | 952 "--task-summary-json", |
| 952 "/path/to/tmp/json" | 953 "/path/to/tmp/json" |
| 953 ], | 954 ], |
| 954 "name": "Static-Initializers on Ubuntu-12.04", | 955 "name": "Static-Initializers on Ubuntu-12.04", |
| 955 "~followup_annotations": [ | 956 "~followup_annotations": [ |
| 956 "@@@STEP_TEXT@swarming pending 71s@@@", | 957 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 957 "@@@STEP_LOG_LINE@json.output@{@@@", | 958 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 958 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 959 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 959 "@@@STEP_LOG_LINE@json.output@ {@@@", | 960 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 960 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 961 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1006 "--temp-root-dir", | 1007 "--temp-root-dir", |
| 1007 "[TMP_BASE]", | 1008 "[TMP_BASE]", |
| 1008 "--merged-test-output", | 1009 "--merged-test-output", |
| 1009 "/path/to/tmp/json", | 1010 "/path/to/tmp/json", |
| 1010 "--", | 1011 "--", |
| 1011 "collect", | 1012 "collect", |
| 1012 "--swarming", | 1013 "--swarming", |
| 1013 "https://chromium-swarm.appspot.com", | 1014 "https://chromium-swarm.appspot.com", |
| 1014 "--decorate", | 1015 "--decorate", |
| 1015 "--print-status-updates", | 1016 "--print-status-updates", |
| 1016 "--json", | 1017 "--shards", |
| 1017 "{\"base_task_name\": \"Check/Ubuntu-12.04/[dummy has/V8 Linux64/571\", \"
tasks\": {\"Check/Ubuntu-12.04/[dummy has/V8 Linux64/571\": {\"shard_index\": 0,
\"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user
/task/10000\"}}}" | 1018 "1", |
| 1019 "Check/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1018 ], | 1020 ], |
| 1019 "name": "Check", | 1021 "name": "Check", |
| 1020 "~followup_annotations": [ | 1022 "~followup_annotations": [ |
| 1021 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1023 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1022 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1024 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1023 "@@@STEP_LOG_LINE@durations@@@@", | 1025 "@@@STEP_LOG_LINE@durations@@@@", |
| 1024 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1026 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1025 "@@@STEP_LOG_LINE@durations@@@@", | 1027 "@@@STEP_LOG_LINE@durations@@@@", |
| 1026 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1028 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1027 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1029 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1045 "--temp-root-dir", | 1047 "--temp-root-dir", |
| 1046 "[TMP_BASE]", | 1048 "[TMP_BASE]", |
| 1047 "--merged-test-output", | 1049 "--merged-test-output", |
| 1048 "/path/to/tmp/json", | 1050 "/path/to/tmp/json", |
| 1049 "--", | 1051 "--", |
| 1050 "collect", | 1052 "collect", |
| 1051 "--swarming", | 1053 "--swarming", |
| 1052 "https://chromium-swarm.appspot.com", | 1054 "https://chromium-swarm.appspot.com", |
| 1053 "--decorate", | 1055 "--decorate", |
| 1054 "--print-status-updates", | 1056 "--print-status-updates", |
| 1055 "--json", | 1057 "--shards", |
| 1056 "{\"base_task_name\": \"OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux64
/571\", \"tasks\": {\"OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux64/571\":
{\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw
arm.appspot.com/user/task/10000\"}}}" | 1058 "1", |
| 1059 "OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1057 ], | 1060 ], |
| 1058 "name": "OptimizeForSize", | 1061 "name": "OptimizeForSize", |
| 1059 "~followup_annotations": [ | 1062 "~followup_annotations": [ |
| 1060 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1063 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1061 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1064 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1062 "@@@STEP_LOG_LINE@durations@@@@", | 1065 "@@@STEP_LOG_LINE@durations@@@@", |
| 1063 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1066 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1064 "@@@STEP_LOG_LINE@durations@@@@", | 1067 "@@@STEP_LOG_LINE@durations@@@@", |
| 1065 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1068 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1066 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1069 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1084 "--temp-root-dir", | 1087 "--temp-root-dir", |
| 1085 "[TMP_BASE]", | 1088 "[TMP_BASE]", |
| 1086 "--merged-test-output", | 1089 "--merged-test-output", |
| 1087 "/path/to/tmp/json", | 1090 "/path/to/tmp/json", |
| 1088 "--", | 1091 "--", |
| 1089 "collect", | 1092 "collect", |
| 1090 "--swarming", | 1093 "--swarming", |
| 1091 "https://chromium-swarm.appspot.com", | 1094 "https://chromium-swarm.appspot.com", |
| 1092 "--decorate", | 1095 "--decorate", |
| 1093 "--print-status-updates", | 1096 "--print-status-updates", |
| 1094 "--json", | 1097 "--shards", |
| 1095 "{\"base_task_name\": \"Test262/Ubuntu-12.04/[dummy has/V8 Linux64/571\",
\"tasks\": {\"Test262/Ubuntu-12.04/[dummy has/V8 Linux64/571:2:0\": {\"shard_ind
ex\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.
com/user/task/10000\"}, \"Test262/Ubuntu-12.04/[dummy has/V8 Linux64/571:2:1\":
{\"shard_index\": 1, \"task_id\": \"10100\", \"view_url\": \"https://chromium-sw
arm.appspot.com/user/task/10100\"}}}" | 1098 "2", |
| 1099 "Test262/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1096 ], | 1100 ], |
| 1097 "name": "Test262", | 1101 "name": "Test262", |
| 1098 "~followup_annotations": [ | 1102 "~followup_annotations": [ |
| 1099 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1103 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1100 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1104 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1101 "@@@STEP_LOG_LINE@durations@@@@", | 1105 "@@@STEP_LOG_LINE@durations@@@@", |
| 1102 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1106 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1103 "@@@STEP_LOG_LINE@durations@@@@", | 1107 "@@@STEP_LOG_LINE@durations@@@@", |
| 1104 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1108 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1105 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1109 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1123 "--temp-root-dir", | 1127 "--temp-root-dir", |
| 1124 "[TMP_BASE]", | 1128 "[TMP_BASE]", |
| 1125 "--merged-test-output", | 1129 "--merged-test-output", |
| 1126 "/path/to/tmp/json", | 1130 "/path/to/tmp/json", |
| 1127 "--", | 1131 "--", |
| 1128 "collect", | 1132 "collect", |
| 1129 "--swarming", | 1133 "--swarming", |
| 1130 "https://chromium-swarm.appspot.com", | 1134 "https://chromium-swarm.appspot.com", |
| 1131 "--decorate", | 1135 "--decorate", |
| 1132 "--print-status-updates", | 1136 "--print-status-updates", |
| 1133 "--json", | 1137 "--shards", |
| 1134 "{\"base_task_name\": \"Mozilla/Ubuntu-12.04/[dummy has/V8 Linux64/571\",
\"tasks\": {\"Mozilla/Ubuntu-12.04/[dummy has/V8 Linux64/571\": {\"shard_index\"
: 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/
user/task/10000\"}}}" | 1138 "1", |
| 1139 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1135 ], | 1140 ], |
| 1136 "name": "Mozilla", | 1141 "name": "Mozilla", |
| 1137 "~followup_annotations": [ | 1142 "~followup_annotations": [ |
| 1138 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1143 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1139 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1144 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1140 "@@@STEP_LOG_LINE@durations@@@@", | 1145 "@@@STEP_LOG_LINE@durations@@@@", |
| 1141 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1146 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1142 "@@@STEP_LOG_LINE@durations@@@@", | 1147 "@@@STEP_LOG_LINE@durations@@@@", |
| 1143 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1148 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1144 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1149 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1162 "--temp-root-dir", | 1167 "--temp-root-dir", |
| 1163 "[TMP_BASE]", | 1168 "[TMP_BASE]", |
| 1164 "--merged-test-output", | 1169 "--merged-test-output", |
| 1165 "/path/to/tmp/json", | 1170 "/path/to/tmp/json", |
| 1166 "--", | 1171 "--", |
| 1167 "collect", | 1172 "collect", |
| 1168 "--swarming", | 1173 "--swarming", |
| 1169 "https://chromium-swarm.appspot.com", | 1174 "https://chromium-swarm.appspot.com", |
| 1170 "--decorate", | 1175 "--decorate", |
| 1171 "--print-status-updates", | 1176 "--print-status-updates", |
| 1172 "--json", | 1177 "--shards", |
| 1173 "{\"base_task_name\": \"SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux64/57
1\", \"tasks\": {\"SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux64/571\": {\"sha
rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap
pspot.com/user/task/10000\"}}}" | 1178 "1", |
| 1179 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1174 ], | 1180 ], |
| 1175 "name": "SimdJs - all", | 1181 "name": "SimdJs - all", |
| 1176 "~followup_annotations": [ | 1182 "~followup_annotations": [ |
| 1177 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1183 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1178 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1184 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1179 "@@@STEP_LOG_LINE@durations@@@@", | 1185 "@@@STEP_LOG_LINE@durations@@@@", |
| 1180 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1186 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1181 "@@@STEP_LOG_LINE@durations@@@@", | 1187 "@@@STEP_LOG_LINE@durations@@@@", |
| 1182 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1188 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1183 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1189 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1201 "--temp-root-dir", | 1207 "--temp-root-dir", |
| 1202 "[TMP_BASE]", | 1208 "[TMP_BASE]", |
| 1203 "--merged-test-output", | 1209 "--merged-test-output", |
| 1204 "/path/to/tmp/json", | 1210 "/path/to/tmp/json", |
| 1205 "--", | 1211 "--", |
| 1206 "collect", | 1212 "collect", |
| 1207 "--swarming", | 1213 "--swarming", |
| 1208 "https://chromium-swarm.appspot.com", | 1214 "https://chromium-swarm.appspot.com", |
| 1209 "--decorate", | 1215 "--decorate", |
| 1210 "--print-status-updates", | 1216 "--print-status-updates", |
| 1211 "--json", | 1217 "--shards", |
| 1212 "{\"base_task_name\": \"Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Lin
ux64/571\", \"tasks\": {\"Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux64
/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chr
omium-swarm.appspot.com/user/task/10000\"}}}" | 1218 "1", |
| 1219 "Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1213 ], | 1220 ], |
| 1214 "name": "Ignition - turbofan", | 1221 "name": "Ignition - turbofan", |
| 1215 "~followup_annotations": [ | 1222 "~followup_annotations": [ |
| 1216 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1223 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1217 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1224 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1218 "@@@STEP_LOG_LINE@durations@@@@", | 1225 "@@@STEP_LOG_LINE@durations@@@@", |
| 1219 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1226 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1220 "@@@STEP_LOG_LINE@durations@@@@", | 1227 "@@@STEP_LOG_LINE@durations@@@@", |
| 1221 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1228 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1222 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1229 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1240 "--temp-root-dir", | 1247 "--temp-root-dir", |
| 1241 "[TMP_BASE]", | 1248 "[TMP_BASE]", |
| 1242 "--merged-test-output", | 1249 "--merged-test-output", |
| 1243 "/path/to/tmp/json", | 1250 "/path/to/tmp/json", |
| 1244 "--", | 1251 "--", |
| 1245 "collect", | 1252 "collect", |
| 1246 "--swarming", | 1253 "--swarming", |
| 1247 "https://chromium-swarm.appspot.com", | 1254 "https://chromium-swarm.appspot.com", |
| 1248 "--decorate", | 1255 "--decorate", |
| 1249 "--print-status-updates", | 1256 "--print-status-updates", |
| 1250 "--json", | 1257 "--shards", |
| 1251 "{\"base_task_name\": \"Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/
V8 Linux64/571\", \"tasks\": {\"Mjsunit - sp frame access/Ubuntu-12.04/[dummy ha
s/V8 Linux64/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \
"https://chromium-swarm.appspot.com/user/task/10000\"}}}" | 1258 "1", |
| 1259 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1252 ], | 1260 ], |
| 1253 "name": "Mjsunit - sp frame access", | 1261 "name": "Mjsunit - sp frame access", |
| 1254 "~followup_annotations": [ | 1262 "~followup_annotations": [ |
| 1255 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1263 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1256 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1264 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1257 "@@@STEP_LOG_LINE@durations@@@@", | 1265 "@@@STEP_LOG_LINE@durations@@@@", |
| 1258 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1266 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1259 "@@@STEP_LOG_LINE@durations@@@@", | 1267 "@@@STEP_LOG_LINE@durations@@@@", |
| 1260 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1268 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1261 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1269 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1279 "--temp-root-dir", | 1287 "--temp-root-dir", |
| 1280 "[TMP_BASE]", | 1288 "[TMP_BASE]", |
| 1281 "--merged-test-output", | 1289 "--merged-test-output", |
| 1282 "/path/to/tmp/json", | 1290 "/path/to/tmp/json", |
| 1283 "--", | 1291 "--", |
| 1284 "collect", | 1292 "collect", |
| 1285 "--swarming", | 1293 "--swarming", |
| 1286 "https://chromium-swarm.appspot.com", | 1294 "https://chromium-swarm.appspot.com", |
| 1287 "--decorate", | 1295 "--decorate", |
| 1288 "--print-status-updates", | 1296 "--print-status-updates", |
| 1289 "--json", | 1297 "--shards", |
| 1290 "{\"base_task_name\": \"Test262 - ignition - turbofan/Ubuntu-12.04/[dummy
has/V8 Linux64/571\", \"tasks\": {\"Test262 - ignition - turbofan/Ubuntu-12.04/[
dummy has/V8 Linux64/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_
url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" | 1298 "1", |
| 1299 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux64/571" |
| 1291 ], | 1300 ], |
| 1292 "name": "Test262 - ignition - turbofan", | 1301 "name": "Test262 - ignition - turbofan", |
| 1293 "~followup_annotations": [ | 1302 "~followup_annotations": [ |
| 1294 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1303 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 1295 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1304 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 1296 "@@@STEP_LOG_LINE@durations@@@@", | 1305 "@@@STEP_LOG_LINE@durations@@@@", |
| 1297 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1306 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 1298 "@@@STEP_LOG_LINE@durations@@@@", | 1307 "@@@STEP_LOG_LINE@durations@@@@", |
| 1299 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1308 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 1300 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1309 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 1301 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1310 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 1302 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1311 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1303 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1312 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1304 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1313 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1305 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1314 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1306 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1315 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1307 "@@@STEP_LOG_END@durations@@@" | 1316 "@@@STEP_LOG_END@durations@@@" |
| 1308 ] | 1317 ] |
| 1309 }, | 1318 }, |
| 1310 { | 1319 { |
| 1311 "name": "$result", | 1320 "name": "$result", |
| 1312 "recipe_result": null, | 1321 "recipe_result": null, |
| 1313 "status_code": 0 | 1322 "status_code": 0 |
| 1314 } | 1323 } |
| 1315 ] | 1324 ] |
| OLD | NEW |