| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "env": { | 114 "env": { |
| 115 "BUILDTYPE": "Release", | 115 "BUILDTYPE": "Release", |
| 116 "CHROME_HEADLESS": "1", | 116 "CHROME_HEADLESS": "1", |
| 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", | 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
| 118 "SKIA_OUT": "[SLAVE_BUILD]/out" | 118 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 119 }, | 119 }, |
| 120 "name": "gclient recurse (git config user.email)" | 120 "name": "gclient recurse (git config user.email)" |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 "cmd": [ | 123 "cmd": [ |
| 124 "git", | 124 "go", |
| 125 "status" | 125 "get", |
| 126 "-u", |
| 127 "go.skia.org/infra/..." |
| 126 ], | 128 ], |
| 127 "cwd": "[CUSTOM_/_B_WORK]/skia", | 129 "env": { |
| 128 "name": "git status" | 130 "GOPATH": "[CUSTOM_/_B_WORK]/gopath" |
| 131 }, |
| 132 "name": "update_go_pkgs" |
| 129 }, | 133 }, |
| 130 { | 134 { |
| 131 "cmd": [ | 135 "cmd": [ |
| 132 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | 136 "python", |
| 133 "--commit", | 137 "[CUSTOM_/_B_WORK]/skia/infra/bots/infra_tests.py" |
| 134 "--upstream=HEAD^", | |
| 135 "-v", | |
| 136 "-v" | |
| 137 ], | 138 ], |
| 138 "cwd": "[CUSTOM_/_B_WORK]/skia", | 139 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 139 "env": { | 140 "env": { |
| 140 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" | 141 "GOPATH": "[CUSTOM_/_B_WORK]/gopath" |
| 141 }, | 142 }, |
| 142 "name": "presubmit" | 143 "name": "infra_tests" |
| 143 }, | 144 }, |
| 144 { | 145 { |
| 145 "name": "$result", | 146 "name": "$result", |
| 146 "recipe_result": null, | 147 "recipe_result": null, |
| 147 "status_code": 0 | 148 "status_code": 0 |
| 148 } | 149 } |
| 149 ] | 150 ] |
| OLD | NEW |