From 6441a4645be53e124ec88b8f6c59b8ca2ca4b427 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Fri, 13 Jan 2017 13:37:53 -0500 Subject: Move recipe modules to shared repo BUG=skia:6070 Change-Id: I6c487e77ddfddb6164b983981dff5ee8ae870376 Reviewed-on: https://skia-review.googlesource.com/6946 Commit-Queue: Eric Boren Reviewed-by: Ravi Mistry Reviewed-by: Stephan Altmueller --- .../example.expected/normal_bot.json | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 infra/bots/recipe_modules/upload_nano_results/example.expected/normal_bot.json (limited to 'infra/bots/recipe_modules/upload_nano_results/example.expected/normal_bot.json') diff --git a/infra/bots/recipe_modules/upload_nano_results/example.expected/normal_bot.json b/infra/bots/recipe_modules/upload_nano_results/example.expected/normal_bot.json deleted file mode 100644 index e004853974..0000000000 --- a/infra/bots/recipe_modules/upload_nano_results/example.expected/normal_bot.json +++ /dev/null @@ -1,31 +0,0 @@ -[ - { - "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/", - "*.json" - ], - "cwd": "[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data", - "name": "find results" - }, - { - "cmd": [ - "gsutil", - "cp", - "-a", - "public-read", - "-z", - "json", - "[START_DIR]/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 - } -] \ No newline at end of file -- cgit v1.2.3