| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1088 }, | 1088 }, |
| 1089 { | 1089 { |
| 1090 "cmd": [ | 1090 "cmd": [ |
| 1091 "python", | 1091 "python", |
| 1092 "-u", | 1092 "-u", |
| 1093 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", | 1093 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", |
| 1094 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", | 1094 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", |
| 1095 "5", | 1095 "5", |
| 1096 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data", | 1096 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot
/data", |
| 1097 "9046e2e693bb92a76e972b694580e5d17ad10748", | 1097 "9046e2e693bb92a76e972b694580e5d17ad10748", |
| 1098 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", | 1098 "[DEPOT_TOOLS]/gsutil.py", |
| 1099 "500" | 1099 "500" |
| 1100 ], | 1100 ], |
| 1101 "cwd": "[SLAVE_BUILD]/skia", | 1101 "cwd": "[SLAVE_BUILD]/skia", |
| 1102 "env": { | 1102 "env": { |
| 1103 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 1103 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 1104 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1104 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1105 }, | 1105 }, |
| 1106 "name": "Upload perf results" | 1106 "name": "Upload perf results" |
| 1107 }, | 1107 }, |
| 1108 { | 1108 { |
| 1109 "name": "$result", | 1109 "name": "$result", |
| 1110 "recipe_result": null, | 1110 "recipe_result": null, |
| 1111 "status_code": 0 | 1111 "status_code": 0 |
| 1112 } | 1112 } |
| 1113 ] | 1113 ] |
| OLD | NEW |