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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac__dbg_.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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTMac (dbg)", 10 "ClangToTMac (dbg)",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "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'}]", 14 "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'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"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\"}", 18 "{\"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\"}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "src@HEAD" 22 "src@HEAD"
23 ], 23 ],
24 "cwd": "[SLAVE_BUILD]",
24 "name": "bot_update", 25 "name": "bot_update",
25 "~followup_annotations": [ 26 "~followup_annotations": [
26 "@@@STEP_TEXT@Some step text@@@", 27 "@@@STEP_TEXT@Some step text@@@",
27 "@@@STEP_LOG_LINE@json.output@{@@@", 28 "@@@STEP_LOG_LINE@json.output@{@@@",
28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
61 ] 62 ]
62 }, 63 },
63 { 64 {
64 "cmd": [ 65 "cmd": [
65 "python", 66 "python",
66 "-u", 67 "-u",
67 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 68 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
68 "--version" 69 "--version"
69 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
70 "name": "swarming.py --version", 72 "name": "swarming.py --version",
71 "stdout": "/path/to/tmp/", 73 "stdout": "/path/to/tmp/",
72 "~followup_annotations": [ 74 "~followup_annotations": [
73 "@@@STEP_TEXT@0.4.10@@@" 75 "@@@STEP_TEXT@0.4.10@@@"
74 ] 76 ]
75 }, 77 },
76 { 78 {
77 "cmd": [ 79 "cmd": [
78 "python", 80 "python",
79 "-u", 81 "-u",
80 "[DEPOT_TOOLS]/gclient.py", 82 "[DEPOT_TOOLS]/gclient.py",
81 "runhooks" 83 "runhooks"
82 ], 84 ],
85 "cwd": "[SLAVE_BUILD]",
83 "env": { 86 "env": {
84 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar y target_arch=x64 test_isolation_mode=prepare werror=''", 87 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar y target_arch=x64 test_isolation_mode=prepare werror=''",
85 "LLVM_FORCE_HEAD_REVISION": "YES" 88 "LLVM_FORCE_HEAD_REVISION": "YES"
86 }, 89 },
87 "name": "gclient runhooks" 90 "name": "gclient runhooks"
88 }, 91 },
89 { 92 {
90 "cmd": [ 93 "cmd": [
91 "python", 94 "python",
92 "-u", 95 "-u",
93 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 96 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
94 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", 97 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
95 "/path/to/tmp/json" 98 "/path/to/tmp/json"
96 ], 99 ],
100 "cwd": "[SLAVE_BUILD]",
97 "name": "read test spec", 101 "name": "read test spec",
98 "~followup_annotations": [ 102 "~followup_annotations": [
99 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@ @", 103 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@ @",
100 "@@@STEP_LOG_LINE@json.output@{}@@@", 104 "@@@STEP_LOG_LINE@json.output@{}@@@",
101 "@@@STEP_LOG_END@json.output@@@" 105 "@@@STEP_LOG_END@json.output@@@"
102 ] 106 ]
103 }, 107 },
104 { 108 {
105 "cmd": [ 109 "cmd": [
106 "python", 110 "python",
107 "-u", 111 "-u",
108 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 112 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
109 "--output", 113 "--output",
110 "/path/to/tmp/json", 114 "/path/to/tmp/json",
111 "--", 115 "--",
112 "--build-config-fs", 116 "--build-config-fs",
113 "Debug", 117 "Debug",
114 "--paths", 118 "--paths",
115 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 119 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
116 "--properties", 120 "--properties",
117 "{\"buildername\": \"ClangToTMac (dbg)\", \"buildnumber\": 571, \"masterna me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \ "mac\"}" 121 "{\"buildername\": \"ClangToTMac (dbg)\", \"buildnumber\": 571, \"masterna me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \ "mac\"}"
118 ], 122 ],
123 "cwd": "[SLAVE_BUILD]",
119 "name": "get compile targets for scripts", 124 "name": "get compile targets for scripts",
120 "~followup_annotations": [ 125 "~followup_annotations": [
121 "@@@STEP_LOG_LINE@json.output@{}@@@", 126 "@@@STEP_LOG_LINE@json.output@{}@@@",
122 "@@@STEP_LOG_END@json.output@@@" 127 "@@@STEP_LOG_END@json.output@@@"
123 ] 128 ]
124 }, 129 },
125 { 130 {
126 "cmd": [ 131 "cmd": [
127 "python", 132 "python",
128 "-u", 133 "-u",
129 "[BUILD]/scripts/slave/cleanup_temp.py" 134 "[BUILD]/scripts/slave/cleanup_temp.py"
130 ], 135 ],
136 "cwd": "[SLAVE_BUILD]",
131 "name": "cleanup_temp" 137 "name": "cleanup_temp"
132 }, 138 },
133 { 139 {
134 "cmd": [ 140 "cmd": [
135 "python", 141 "python",
136 "-u", 142 "-u",
137 "[BUILD]/scripts/slave/compile.py", 143 "[BUILD]/scripts/slave/compile.py",
138 "--target", 144 "--target",
139 "Debug", 145 "Debug",
140 "--src-dir", 146 "--src-dir",
141 "[SLAVE_BUILD]/src", 147 "[SLAVE_BUILD]/src",
142 "--build-tool", 148 "--build-tool",
143 "ninja", 149 "ninja",
144 "--compiler", 150 "--compiler",
145 "clang", 151 "clang",
146 "--" 152 "--"
147 ], 153 ],
154 "cwd": "[SLAVE_BUILD]",
148 "env": { 155 "env": {
149 "LLVM_FORCE_HEAD_REVISION": "YES" 156 "LLVM_FORCE_HEAD_REVISION": "YES"
150 }, 157 },
151 "name": "compile" 158 "name": "compile"
152 }, 159 },
153 { 160 {
154 "allow_subannotations": true, 161 "allow_subannotations": true,
155 "cmd": [ 162 "cmd": [
156 "python", 163 "python",
157 "-u", 164 "-u",
158 "[BUILD]/scripts/slave/zip_build.py", 165 "[BUILD]/scripts/slave/zip_build.py",
159 "--target", 166 "--target",
160 "Debug", 167 "Debug",
161 "--build-url", 168 "--build-url",
162 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMac (dbg)", 169 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMac (dbg)",
163 "--build_revision", 170 "--build_revision",
164 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 171 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
165 "--factory-properties", 172 "--factory-properties",
166 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTMac (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTMac (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
167 "--build-properties", 174 "--build-properties",
168 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTMac (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 175 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTMac (dbg)\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
169 ], 176 ],
177 "cwd": "[SLAVE_BUILD]",
170 "name": "package build" 178 "name": "package build"
171 } 179 }
172 ] 180 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698