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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "taskkill" 9 "name": "taskkill"
9 }, 10 },
10 { 11 {
11 "cmd": [ 12 "cmd": [
12 "python", 13 "python",
13 "-u", 14 "-u",
14 "[BUILD]\\scripts\\slave\\bot_update.py", 15 "[BUILD]\\scripts\\slave\\bot_update.py",
15 "--master", 16 "--master",
16 "chromium.fyi", 17 "chromium.fyi",
17 "--builder", 18 "--builder",
18 "Site Isolation Win", 19 "Site Isolation Win",
19 "--slave", 20 "--slave",
20 "TestSlavename", 21 "TestSlavename",
21 "--spec", 22 "--spec",
22 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 23 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
23 "--root", 24 "--root",
24 "src", 25 "src",
25 "--revision_mapping_file", 26 "--revision_mapping_file",
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
27 "--output_json", 28 "--output_json",
28 "/path/to/tmp/json", 29 "/path/to/tmp/json",
29 "--revision", 30 "--revision",
30 "src@HEAD" 31 "src@HEAD"
31 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
32 "name": "bot_update", 34 "name": "bot_update",
33 "~followup_annotations": [ 35 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 36 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 37 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
69 ] 71 ]
70 }, 72 },
71 { 73 {
72 "cmd": [ 74 "cmd": [
73 "python", 75 "python",
74 "-u", 76 "-u",
75 "[DEPOT_TOOLS]\\gclient.py", 77 "[DEPOT_TOOLS]\\gclient.py",
76 "runhooks" 78 "runhooks"
77 ], 79 ],
80 "cwd": "[SLAVE_BUILD]",
78 "env": { 81 "env": {
79 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1" 82 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1"
80 }, 83 },
81 "name": "gclient runhooks" 84 "name": "gclient runhooks"
82 }, 85 },
83 { 86 {
84 "cmd": [ 87 "cmd": [
85 "python", 88 "python",
86 "-u", 89 "-u",
87 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
88 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", 91 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json",
89 "/path/to/tmp/json" 92 "/path/to/tmp/json"
90 ], 93 ],
94 "cwd": "[SLAVE_BUILD]",
91 "name": "read test spec", 95 "name": "read test spec",
92 "~followup_annotations": [ 96 "~followup_annotations": [
93 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@", 97 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@",
94 "@@@STEP_LOG_LINE@json.output@{}@@@", 98 "@@@STEP_LOG_LINE@json.output@{}@@@",
95 "@@@STEP_LOG_END@json.output@@@" 99 "@@@STEP_LOG_END@json.output@@@"
96 ] 100 ]
97 }, 101 },
98 { 102 {
99 "cmd": [ 103 "cmd": [
100 "python", 104 "python",
101 "-u", 105 "-u",
102 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 106 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
103 "--output", 107 "--output",
104 "/path/to/tmp/json", 108 "/path/to/tmp/json",
105 "--", 109 "--",
106 "--build-config-fs", 110 "--build-config-fs",
107 "Release_x64", 111 "Release_x64",
108 "--paths", 112 "--paths",
109 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 113 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
110 "--properties", 114 "--properties",
111 "{\"buildername\": \"Site Isolation Win\", \"buildnumber\": 571, \"mastern ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" 115 "{\"buildername\": \"Site Isolation Win\", \"buildnumber\": 571, \"mastern ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
112 ], 116 ],
117 "cwd": "[SLAVE_BUILD]",
113 "name": "get compile targets for scripts", 118 "name": "get compile targets for scripts",
114 "~followup_annotations": [ 119 "~followup_annotations": [
115 "@@@STEP_LOG_LINE@json.output@{}@@@", 120 "@@@STEP_LOG_LINE@json.output@{}@@@",
116 "@@@STEP_LOG_END@json.output@@@" 121 "@@@STEP_LOG_END@json.output@@@"
117 ] 122 ]
118 }, 123 },
119 { 124 {
120 "cmd": [ 125 "cmd": [
121 "python", 126 "python",
122 "-u", 127 "-u",
123 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 128 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
124 ], 129 ],
130 "cwd": "[SLAVE_BUILD]",
125 "name": "cleanup_temp" 131 "name": "cleanup_temp"
126 }, 132 },
127 { 133 {
128 "cmd": [ 134 "cmd": [
129 "python", 135 "python",
130 "-u", 136 "-u",
131 "[BUILD]\\scripts\\slave\\compile.py", 137 "[BUILD]\\scripts\\slave\\compile.py",
132 "--target", 138 "--target",
133 "Release_x64", 139 "Release_x64",
134 "--src-dir", 140 "--src-dir",
135 "[SLAVE_BUILD]\\src", 141 "[SLAVE_BUILD]\\src",
136 "--build-tool", 142 "--build-tool",
137 "ninja", 143 "ninja",
138 "--compiler", 144 "--compiler",
139 "goma", 145 "goma",
140 "--goma-dir", 146 "--goma-dir",
141 "[BUILD]\\goma", 147 "[BUILD]\\goma",
142 "--", 148 "--",
143 "content_browsertests", 149 "content_browsertests",
144 "content_unittests", 150 "content_unittests",
145 "crash_service" 151 "crash_service"
146 ], 152 ],
153 "cwd": "[SLAVE_BUILD]",
147 "name": "compile" 154 "name": "compile"
148 } 155 }
149 ] 156 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698