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

Side by Side Diff: scripts/slave/recipes/nacl/sdk.expected/basic.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.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
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 "--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 26 matching lines...) Expand all
61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
62 ] 63 ]
63 }, 64 },
64 { 65 {
65 "cmd": [ 66 "cmd": [
66 "python", 67 "python",
67 "-u", 68 "-u",
68 "[DEPOT_TOOLS]/gclient.py", 69 "[DEPOT_TOOLS]/gclient.py",
69 "runhooks" 70 "runhooks"
70 ], 71 ],
72 "cwd": "[SLAVE_BUILD]",
71 "env": { 73 "env": {
72 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1" 74 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1"
73 }, 75 },
74 "name": "gclient runhooks" 76 "name": "gclient runhooks"
75 }, 77 },
76 { 78 {
77 "cmd": [ 79 "cmd": [
78 "python", 80 "python",
79 "-u", 81 "-u",
80 "[BUILD]/scripts/slave/cleanup_temp.py" 82 "[BUILD]/scripts/slave/cleanup_temp.py"
81 ], 83 ],
84 "cwd": "[SLAVE_BUILD]",
82 "name": "cleanup_temp" 85 "name": "cleanup_temp"
83 }, 86 },
84 { 87 {
85 "cmd": [ 88 "cmd": [
86 "python", 89 "python",
87 "-u", 90 "-u",
88 "[BUILD]/scripts/slave/compile.py", 91 "[BUILD]/scripts/slave/compile.py",
89 "--target", 92 "--target",
90 "Release", 93 "Release",
91 "--src-dir", 94 "--src-dir",
92 "[SLAVE_BUILD]/src", 95 "[SLAVE_BUILD]/src",
93 "--build-tool", 96 "--build-tool",
94 "ninja", 97 "ninja",
95 "--compiler", 98 "--compiler",
96 "goma", 99 "goma",
97 "--goma-dir", 100 "--goma-dir",
98 "[BUILD]/goma", 101 "[BUILD]/goma",
99 "--", 102 "--",
100 "chromium_builder_tests" 103 "chromium_builder_tests"
101 ], 104 ],
105 "cwd": "[SLAVE_BUILD]",
102 "name": "compile" 106 "name": "compile"
103 }, 107 },
104 { 108 {
105 "allow_subannotations": true, 109 "allow_subannotations": true,
106 "cmd": [ 110 "cmd": [
107 "python", 111 "python",
108 "-u", 112 "-u",
109 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" 113 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py"
110 ], 114 ],
115 "cwd": "[SLAVE_BUILD]",
111 "name": "annotated_steps" 116 "name": "annotated_steps"
112 } 117 }
113 ] 118 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/mojo.expected/mojo_win_dbg.json ('k') | scripts/slave/recipes/nacl/sdk_build.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698