Index: infra/bots/recipes/upload_nano_results.expected/normal_bot.json |
diff --git a/infra/bots/recipes/upload_nano_results.expected/normal_bot.json b/infra/bots/recipes/upload_nano_results.expected/normal_bot.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0668361bc33d19943910ab279e965ad25f3edf2e |
--- /dev/null |
+++ b/infra/bots/recipes/upload_nano_results.expected/normal_bot.json |
@@ -0,0 +1,31 @@ |
+[ |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('\\n'.join(glob.glob(sys.argv[2])))\n", |
+ "/path/to/tmp/", |
+ "nanobench*.json" |
+ ], |
+ "cwd": "[CWD]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data", |
+ "name": "find results" |
+ }, |
+ { |
+ "cmd": [ |
+ "gsutil", |
+ "cp", |
+ "-a", |
+ "public-read", |
+ "-z", |
+ "json", |
+ "[CWD]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data/nanobench_abc123.json", |
+ "gs://skia-perf/nano-json-v1/2012/05/14/12/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/nanobench_abc123.json" |
+ ], |
+ "name": "upload" |
+ }, |
+ { |
+ "name": "$result", |
+ "recipe_result": null, |
+ "status_code": 0 |
+ } |
+] |