| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "cmd": [ | 7 "cmd": [ |
| 8 "python", | 8 "python", |
| 9 "-u", | 9 "-u", |
| 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "env": { | 83 "env": { |
| 84 "GOMACTL_CRASH_REPORT_ID_FILE": "build_data_dir/crash_report_id_file", | 84 "GOMACTL_CRASH_REPORT_ID_FILE": "build_data_dir/crash_report_id_file", |
| 85 "GOMA_DUMP_STATS_FILE": "build_data_dir/goma_stats_proto", | 85 "GOMA_DUMP_STATS_FILE": "build_data_dir/goma_stats_proto", |
| 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 87 }, | 87 }, |
| 88 "name": "start cloudtail", | 88 "name": "start cloudtail", |
| 89 "stdout": "/path/to/tmp/" | 89 "stdout": "/path/to/tmp/" |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "cmd": [ | 92 "cmd": [ |
| 93 "echo", |
| 94 "80" |
| 95 ], |
| 96 "name": "echo goma jobs" |
| 97 }, |
| 98 { |
| 99 "cmd": [ |
| 100 "echo", |
| 101 "80" |
| 102 ], |
| 103 "name": "echo goma jobs second" |
| 104 }, |
| 105 { |
| 106 "cmd": [ |
| 93 "python", | 107 "python", |
| 94 "-u", | 108 "-u", |
| 95 "[CACHE]/cipd/goma/goma_ctl.py", | 109 "[CACHE]/cipd/goma/goma_ctl.py", |
| 96 "jsonstatus", | 110 "jsonstatus", |
| 97 "[CACHE]/cipd/goma/jsonstatus" | 111 "[CACHE]/cipd/goma/jsonstatus" |
| 98 ], | 112 ], |
| 99 "env": { | 113 "env": { |
| 100 "GOMACTL_CRASH_REPORT_ID_FILE": "build_data_dir/crash_report_id_file", | 114 "GOMACTL_CRASH_REPORT_ID_FILE": "build_data_dir/crash_report_id_file", |
| 101 "GOMA_DUMP_STATS_FILE": "build_data_dir/goma_stats_proto", | 115 "GOMA_DUMP_STATS_FILE": "build_data_dir/goma_stats_proto", |
| 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "12345" | 193 "12345" |
| 180 ], | 194 ], |
| 181 "name": "stop cloudtail" | 195 "name": "stop cloudtail" |
| 182 }, | 196 }, |
| 183 { | 197 { |
| 184 "name": "$result", | 198 "name": "$result", |
| 185 "recipe_result": null, | 199 "recipe_result": null, |
| 186 "status_code": 0 | 200 "status_code": 0 |
| 187 } | 201 } |
| 188 ] | 202 ] |
| OLD | NEW |