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 "[CUSTOM_/_B_WORK]", | 7 "[CUSTOM_/_B_WORK]", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 { | 122 { |
123 "cmd": [ | 123 "cmd": [ |
124 "go", | 124 "go", |
125 "get", | 125 "get", |
126 "-u", | 126 "-u", |
127 "go.skia.org/infra/..." | 127 "go.skia.org/infra/..." |
128 ], | 128 ], |
129 "env": { | 129 "env": { |
130 "GOPATH": "[CUSTOM_/_B_WORK]/gopath" | 130 "GOPATH": "[CUSTOM_/_B_WORK]/gopath" |
131 }, | 131 }, |
132 "name": "update_go_pkgs" | 132 "name": "update go pkgs" |
133 }, | 133 }, |
134 { | 134 { |
135 "cmd": [ | 135 "cmd": [ |
136 "python", | 136 "python", |
137 "[CUSTOM_/_B_WORK]/skia/infra/bots/infra_tests.py" | 137 "[CUSTOM_/_B_WORK]/skia/infra/bots/infra_tests.py" |
138 ], | 138 ], |
139 "cwd": "[CUSTOM_/_B_WORK]/skia", | 139 "cwd": "[CUSTOM_/_B_WORK]/skia", |
140 "env": { | 140 "env": { |
141 "GOPATH": "[CUSTOM_/_B_WORK]/gopath" | 141 "GOPATH": "[CUSTOM_/_B_WORK]/gopath" |
142 }, | 142 }, |
143 "name": "infra_tests" | 143 "name": "infra_tests" |
144 }, | 144 }, |
145 { | 145 { |
146 "name": "$result", | 146 "name": "$result", |
147 "recipe_result": null, | 147 "recipe_result": null, |
148 "status_code": 0 | 148 "status_code": 0 |
149 } | 149 } |
150 ] | 150 ] |
OLD | NEW |