OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
7 "[CWD]/tmp_upload", | 7 "[CWD]/tmp_upload", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs tmp dir", | 10 "name": "makedirs tmp dir", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 ], | 92 ], |
93 "name": "upload images" | 93 "name": "upload images" |
94 }, | 94 }, |
95 { | 95 { |
96 "cmd": [ | 96 "cmd": [ |
97 "gsutil", | 97 "gsutil", |
98 "cp", | 98 "cp", |
99 "-z", | 99 "-z", |
100 "json,log", | 100 "json,log", |
101 "[CWD]/tmp_upload/*", | 101 "[CWD]/tmp_upload/*", |
102 "gs://skia-infra-gm/trybot/dm-json-v1/2012/05/14/12/abc123/Test-Ubuntu-GCC
-GCE-CPU-AVX2-x86_64-Debug-Trybot/1337000001/2100/2" | 102 "gs://skia-infra-gm/trybot/dm-json-v1/2012/05/14/12/abc123/Test-Ubuntu-GCC
-GCE-CPU-AVX2-x86_64-Debug-Trybot/1337000001/456789/12" |
103 ], | 103 ], |
104 "name": "upload JSON and logs" | 104 "name": "upload JSON and logs" |
105 }, | 105 }, |
106 { | 106 { |
107 "name": "$result", | 107 "name": "$result", |
108 "recipe_result": null, | 108 "recipe_result": null, |
109 "status_code": 0 | 109 "status_code": 0 |
110 } | 110 } |
111 ] | 111 ] |
OLD | NEW |