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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_nacl_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.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_nacl_rel", 10 "v8_linux64_nacl_rel",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
15 "--root", 15 "--root",
16 "v8", 16 "v8",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"v8\": \"got_revision\"}", 18 "{\"v8\": \"got_revision\"}",
19 "--patch_url", 19 "--patch_url",
20 "svn://svn-mirror.golo.chromium.org/patch", 20 "svn://svn-mirror.golo.chromium.org/patch",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "v8@12345", 24 "v8@12345",
25 "--no_shallow", 25 "--no_shallow",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
28 "name": "bot_update", 29 "name": "bot_update",
29 "~followup_annotations": [ 30 "~followup_annotations": [
30 "@@@STEP_TEXT@Some step text@@@", 31 "@@@STEP_TEXT@Some step text@@@",
31 "@@@STEP_LOG_LINE@json.output@{@@@", 32 "@@@STEP_LOG_LINE@json.output@{@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@",
37 "@@@STEP_LOG_LINE@json.output@ }@@@", 38 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 12 matching lines...) Expand all
50 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 51 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
51 ] 52 ]
52 }, 53 },
53 { 54 {
54 "cmd": [ 55 "cmd": [
55 "python", 56 "python",
56 "-u", 57 "-u",
57 "[DEPOT_TOOLS]/gclient.py", 58 "[DEPOT_TOOLS]/gclient.py",
58 "runhooks" 59 "runhooks"
59 ], 60 ],
61 "cwd": "[SLAVE_BUILD]",
60 "env": { 62 "env": {
61 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 target_arch=x64 v8_enable_i 18n_support=0 v8_target_arch=nacl_x64" 63 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 target_arch=x64 v8_enable_i 18n_support=0 v8_target_arch=nacl_x64"
62 }, 64 },
63 "name": "gclient runhooks" 65 "name": "gclient runhooks"
64 }, 66 },
65 { 67 {
66 "cmd": [ 68 "cmd": [
67 "python", 69 "python",
68 "-u", 70 "-u",
69 "[BUILD]/scripts/slave/cleanup_temp.py" 71 "[BUILD]/scripts/slave/cleanup_temp.py"
70 ], 72 ],
73 "cwd": "[SLAVE_BUILD]",
71 "name": "cleanup_temp" 74 "name": "cleanup_temp"
72 }, 75 },
73 { 76 {
74 "cmd": [ 77 "cmd": [
75 "python", 78 "python",
76 "-u", 79 "-u",
77 "[BUILD]/scripts/slave/update_nacl_sdk.py", 80 "[BUILD]/scripts/slave/update_nacl_sdk.py",
78 "--pepper-channel", 81 "--pepper-channel",
79 "canary" 82 "canary"
80 ], 83 ],
81 "cwd": "[SLAVE_BUILD]", 84 "cwd": "[SLAVE_BUILD]",
82 "name": "update NaCl SDK" 85 "name": "update NaCl SDK"
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]/v8", 95 "[SLAVE_BUILD]/v8",
93 "--build-tool", 96 "--build-tool",
94 "make", 97 "make",
95 "--", 98 "--",
96 "-C", 99 "-C",
97 "..", 100 "..",
98 "nacl_x64.release" 101 "nacl_x64.release"
99 ], 102 ],
103 "cwd": "[SLAVE_BUILD]",
100 "env": { 104 "env": {
101 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" 105 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current"
102 }, 106 },
103 "name": "compile" 107 "name": "compile"
104 }, 108 },
105 { 109 {
106 "cmd": [ 110 "cmd": [
107 "python", 111 "python",
108 "-u", 112 "-u",
109 "RECIPE_MODULE[v8]/resources/v8testing.py", 113 "RECIPE_MODULE[v8]/resources/v8testing.py",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 189 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
186 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 190 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
187 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 191 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
188 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 192 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
189 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 193 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
190 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 194 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
191 "@@@STEP_LOG_END@durations@@@" 195 "@@@STEP_LOG_END@durations@@@"
192 ] 196 ]
193 } 197 }
194 ] 198 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698