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

Side by Side Diff: scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit-Trybot.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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
11 "name": "gclient setup" 12 "name": "gclient setup"
12 }, 13 },
13 { 14 {
14 "cmd": [ 15 "cmd": [
15 "python", 16 "python",
16 "-u", 17 "-u",
17 "[DEPOT_TOOLS]/gclient.py", 18 "[DEPOT_TOOLS]/gclient.py",
18 "sync", 19 "sync",
19 "--nohooks", 20 "--nohooks",
20 "--force", 21 "--force",
21 "--verbose", 22 "--verbose",
22 "--delete_unversioned_trees", 23 "--delete_unversioned_trees",
23 "--output-json", 24 "--output-json",
24 "/path/to/tmp/json" 25 "/path/to/tmp/json"
25 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
26 "name": "gclient sync", 28 "name": "gclient sync",
27 "~followup_annotations": [ 29 "~followup_annotations": [
28 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
32 "@@@STEP_LOG_LINE@json.output@ }@@@", 34 "@@@STEP_LOG_LINE@json.output@ }@@@",
33 "@@@STEP_LOG_LINE@json.output@ }@@@", 35 "@@@STEP_LOG_LINE@json.output@ }@@@",
34 "@@@STEP_LOG_LINE@json.output@}@@@", 36 "@@@STEP_LOG_LINE@json.output@}@@@",
35 "@@@STEP_LOG_END@json.output@@@", 37 "@@@STEP_LOG_END@json.output@@@",
36 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 38 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
37 ] 39 ]
38 }, 40 },
39 { 41 {
40 "cmd": [ 42 "cmd": [
41 "python", 43 "python",
42 "-u", 44 "-u",
43 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os. path.join(os.path.expanduser('~'), 'src'))\n", 45 "\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os. path.join(os.path.expanduser('~'), 'src'))\n",
44 "/path/to/tmp/" 46 "/path/to/tmp/"
45 ], 47 ],
48 "cwd": "[SLAVE_BUILD]",
46 "name": "get CHROME_PATH", 49 "name": "get CHROME_PATH",
47 "~followup_annotations": [ 50 "~followup_annotations": [
48 "@@@STEP_LOG_LINE@python.inline@@@@", 51 "@@@STEP_LOG_LINE@python.inline@@@@",
49 "@@@STEP_LOG_LINE@python.inline@import os@@@", 52 "@@@STEP_LOG_LINE@python.inline@import os@@@",
50 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 53 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
51 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 54 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
52 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser( '~'), 'src'))@@@", 55 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser( '~'), 'src'))@@@",
53 "@@@STEP_LOG_END@python.inline@@@" 56 "@@@STEP_LOG_END@python.inline@@@"
54 ] 57 ]
55 }, 58 },
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "1408633190", 101 "1408633190",
99 "--gsutil_path", 102 "--gsutil_path",
100 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", 103 "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
101 "--issue_number", 104 "--issue_number",
102 "500" 105 "500"
103 ], 106 ],
104 "cwd": "[SLAVE_BUILD]/skia", 107 "cwd": "[SLAVE_BUILD]/skia",
105 "name": "generate and upload binary size data" 108 "name": "generate and upload binary size data"
106 } 109 }
107 ] 110 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698