Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: scripts/slave/recipes/skia/infra.expected/Infra-PerCommit.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 "[SLAVE_BUILD]/go/src", 7 "[SLAVE_BUILD]/go/src",
8 "511" 8 "511"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]",
10 "name": "makedirs makedirs go/src", 11 "name": "makedirs makedirs go/src",
11 "~followup_annotations": [ 12 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 13 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 14 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 15 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 16 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 18 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 19 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 20 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 ], 137 ],
137 "cwd": "[SLAVE_BUILD]/go/src/go.skia.org/infra", 138 "cwd": "[SLAVE_BUILD]/go/src/go.skia.org/infra",
138 "env": { 139 "env": {
139 "GIT_USER_AGENT": "git/1.9.1", 140 "GIT_USER_AGENT": "git/1.9.1",
140 "GOPATH": "[SLAVE_BUILD]/go", 141 "GOPATH": "[SLAVE_BUILD]/go",
141 "PATH": "[SLAVE_BUILD]/go/bin:%(PATH)s" 142 "PATH": "[SLAVE_BUILD]/go/bin:%(PATH)s"
142 }, 143 },
143 "name": "run_unittests" 144 "name": "run_unittests"
144 } 145 }
145 ] 146 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698