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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_ios_arm64_rel.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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "ios_arm64_rel", 10 "ios_arm64_rel",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = ['ios', 'm ac']", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = ['ios', 'm ac']",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 18 "{\"src\": \"got_revision\"}",
19 "--issue", 19 "--issue",
20 "666666", 20 "666666",
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://fake.rietveld.url", 24 "https://fake.rietveld.url",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@12345" 28 "src@12345"
29 ], 29 ],
30 "cwd": "[SLAVE_BUILD]",
30 "name": "bot_update", 31 "name": "bot_update",
31 "~followup_annotations": [ 32 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@",
40 "@@@STEP_LOG_LINE@json.output@ }, @@@", 41 "@@@STEP_LOG_LINE@json.output@ }, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
43 "@@@STEP_LOG_LINE@json.output@}@@@", 44 "@@@STEP_LOG_LINE@json.output@}@@@",
44 "@@@STEP_LOG_END@json.output@@@", 45 "@@@STEP_LOG_END@json.output@@@",
45 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 46 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
46 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 47 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
47 ] 48 ]
48 }, 49 },
49 { 50 {
50 "cmd": [ 51 "cmd": [
51 "python", 52 "python",
52 "-u", 53 "-u",
53 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", 54 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
54 "[SLAVE_BUILD]/src/out" 55 "[SLAVE_BUILD]/src/out"
55 ], 56 ],
57 "cwd": "[SLAVE_BUILD]",
56 "name": "clean test output files" 58 "name": "clean test output files"
57 }, 59 },
58 { 60 {
59 "cmd": [ 61 "cmd": [
60 "python", 62 "python",
61 "-u", 63 "-u",
62 "[BUILD]/scripts/slave/cleanup_temp.py" 64 "[BUILD]/scripts/slave/cleanup_temp.py"
63 ], 65 ],
66 "cwd": "[SLAVE_BUILD]",
64 "name": "cleanup_temp" 67 "name": "cleanup_temp"
65 }, 68 },
66 { 69 {
67 "cmd": [ 70 "cmd": [
68 "python", 71 "python",
69 "-u", 72 "-u",
70 "[DEPOT_TOOLS]/gclient.py", 73 "[DEPOT_TOOLS]/gclient.py",
71 "runhooks" 74 "runhooks"
72 ], 75 ],
76 "cwd": "[SLAVE_BUILD]",
73 "env": { 77 "env": {
74 "GYP_CROSSCOMPILE": "1", 78 "GYP_CROSSCOMPILE": "1",
75 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang =1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma ' key_id='' mac_sdk=10.9 target_arch=arm64 use_goma=1", 79 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang =1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma ' key_id='' mac_sdk=10.9 target_arch=arm64 use_goma=1",
76 "GYP_GENERATORS": "ninja" 80 "GYP_GENERATORS": "ninja"
77 }, 81 },
78 "name": "gclient runhooks" 82 "name": "gclient runhooks"
79 }, 83 },
80 { 84 {
81 "cmd": [ 85 "cmd": [
82 "python", 86 "python",
83 "-u", 87 "-u",
84 "[BUILD]/scripts/slave/compile.py", 88 "[BUILD]/scripts/slave/compile.py",
85 "--target", 89 "--target",
86 "Release-iphoneos", 90 "Release-iphoneos",
87 "--src-dir", 91 "--src-dir",
88 "[SLAVE_BUILD]/src", 92 "[SLAVE_BUILD]/src",
89 "--build-tool", 93 "--build-tool",
90 "ninja", 94 "ninja",
91 "--compiler", 95 "--compiler",
92 "goma-clang", 96 "goma-clang",
93 "--goma-dir", 97 "--goma-dir",
94 "[BUILD]/goma", 98 "[BUILD]/goma",
95 "--", 99 "--",
96 "All" 100 "All"
97 ], 101 ],
102 "cwd": "[SLAVE_BUILD]",
98 "name": "compile" 103 "name": "compile"
99 } 104 }
100 ] 105 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698