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

Side by Side Diff: scripts/slave/recipe_modules/ios/example.expected/clobber.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.fake", 8 "chromium.fake",
9 "--builder", 9 "--builder",
10 "ios", 10 "ios",
11 "--slave", 11 "--slave",
12 "fake-vm", 12 "fake-vm",
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'}, {'custom_deps': {'src/chrome/test/data/firefo x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/ chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 's rc/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/sele nium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data ': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': Non e, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': No ne}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn:/ /svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]\ntarget_os = ['ios']", 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'}, {'custom_deps': {'src/chrome/test/data/firefo x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/ chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 's rc/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/sele nium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data ': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': Non e, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': No ne}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn:/ /svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]\ntarget_os = ['ios']",
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 "--force" 23 "--force"
24 ], 24 ],
25 "cwd": "[SLAVE_BUILD]",
25 "name": "bot_update", 26 "name": "bot_update",
26 "~followup_annotations": [ 27 "~followup_annotations": [
27 "@@@STEP_TEXT@Some step text@@@", 28 "@@@STEP_TEXT@Some step text@@@",
28 "@@@STEP_LOG_LINE@json.output@{@@@", 29 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 27 matching lines...) Expand all
62 ] 63 ]
63 }, 64 },
64 { 65 {
65 "cmd": [ 66 "cmd": [
66 "python", 67 "python",
67 "-u", 68 "-u",
68 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 69 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
69 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", 70 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json",
70 "/path/to/tmp/json" 71 "/path/to/tmp/json"
71 ], 72 ],
73 "cwd": "[SLAVE_BUILD]",
72 "name": "read build config", 74 "name": "read build config",
73 "~followup_annotations": [ 75 "~followup_annotations": [
74 "@@@STEP_LOG_LINE@json.output@{@@@", 76 "@@@STEP_LOG_LINE@json.output@{@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@", 77 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", 78 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 79 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.1\", @@@", 80 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.1\", @@@",
79 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", 81 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@",
81 "@@@STEP_LOG_LINE@json.output@}@@@", 83 "@@@STEP_LOG_LINE@json.output@}@@@",
82 "@@@STEP_LOG_END@json.output@@@" 84 "@@@STEP_LOG_END@json.output@@@"
83 ] 85 ]
84 }, 86 },
85 { 87 {
86 "cmd": [ 88 "cmd": [
87 "echo", 89 "echo",
88 "-e", 90 "-e",
89 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"De bug\", \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [], \n \"triggered b ots\": {}, \n \"xcode version\": \"6.1.1\"\n}" 91 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"De bug\", \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [], \n \"triggered b ots\": {}, \n \"xcode version\": \"6.1.1\"\n}"
90 ], 92 ],
93 "cwd": "[SLAVE_BUILD]",
91 "name": "finalize build config" 94 "name": "finalize build config"
92 }, 95 },
93 { 96 {
94 "cmd": [ 97 "cmd": [
95 "[BUILD]/scripts/slave/ios/find_xcode.py", 98 "[BUILD]/scripts/slave/ios/find_xcode.py",
96 "--json-file", 99 "--json-file",
97 "/path/to/tmp/json", 100 "/path/to/tmp/json",
98 "--version", 101 "--version",
99 "6.1.1" 102 "6.1.1"
100 ], 103 ],
104 "cwd": "[SLAVE_BUILD]",
101 "name": "find xcode", 105 "name": "find xcode",
102 "~followup_annotations": [ 106 "~followup_annotations": [
103 "@@@STEP_LOG_LINE@json.output@{}@@@", 107 "@@@STEP_LOG_LINE@json.output@{}@@@",
104 "@@@STEP_LOG_END@json.output@@@" 108 "@@@STEP_LOG_END@json.output@@@"
105 ] 109 ]
106 }, 110 },
107 { 111 {
108 "cmd": [ 112 "cmd": [
109 "python", 113 "python",
110 "-u", 114 "-u",
111 "[DEPOT_TOOLS]/gclient.py", 115 "[DEPOT_TOOLS]/gclient.py",
112 "runhooks" 116 "runhooks"
113 ], 117 ],
118 "cwd": "[SLAVE_BUILD]",
114 "env": { 119 "env": {
115 "GYP_DEFINES": "component=static_library OS=ios", 120 "GYP_DEFINES": "component=static_library OS=ios",
116 "GYP_GENERATORS": "xcode", 121 "GYP_GENERATORS": "xcode",
117 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", 122 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2",
118 "LANDMINES_VERBOSE": "1" 123 "LANDMINES_VERBOSE": "1"
119 }, 124 },
120 "name": "gclient runhooks", 125 "name": "gclient runhooks",
121 "~followup_annotations": [ 126 "~followup_annotations": [
122 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios @@@" 127 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios @@@"
123 ] 128 ]
124 }, 129 },
125 { 130 {
126 "cmd": [ 131 "cmd": [
127 "xcodebuild", 132 "xcodebuild",
128 "-configuration", 133 "-configuration",
129 "Debug", 134 "Debug",
130 "-project", 135 "-project",
131 "[SLAVE_BUILD]/src/build/all.xcodeproj", 136 "[SLAVE_BUILD]/src/build/all.xcodeproj",
132 "-sdk", 137 "-sdk",
133 "iphonesimulator8.1" 138 "iphonesimulator8.1"
134 ], 139 ],
135 "cwd": "[SLAVE_BUILD]/src/xcodebuild", 140 "cwd": "[SLAVE_BUILD]/src/xcodebuild",
136 "name": "compile" 141 "name": "compile"
137 } 142 }
138 ] 143 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698