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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - nosnap builder", 10 "V8 Linux - nosnap builder",
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 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "v8@20123", 22 "v8@20123",
23 "--no_shallow", 23 "--no_shallow",
24 "--output_manifest" 24 "--output_manifest"
25 ], 25 ],
26 "cwd": "[SLAVE_BUILD]",
26 "name": "bot_update", 27 "name": "bot_update",
27 "~followup_annotations": [ 28 "~followup_annotations": [
28 "@@@STEP_TEXT@Some step text@@@", 29 "@@@STEP_TEXT@Some step text@@@",
29 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@",
35 "@@@STEP_LOG_LINE@json.output@ }@@@", 36 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 12 matching lines...) Expand all
48 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
49 ] 50 ]
50 }, 51 },
51 { 52 {
52 "cmd": [ 53 "cmd": [
53 "python", 54 "python",
54 "-u", 55 "-u",
55 "[DEPOT_TOOLS]/gclient.py", 56 "[DEPOT_TOOLS]/gclient.py",
56 "runhooks" 57 "runhooks"
57 ], 58 ],
59 "cwd": "[SLAVE_BUILD]",
58 "env": { 60 "env": {
59 "GYP_DEFINES": "gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1 v8_targ et_arch=ia32 v8_use_snapshot=false" 61 "GYP_DEFINES": "gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1 v8_targ et_arch=ia32 v8_use_snapshot=false"
60 }, 62 },
61 "name": "gclient runhooks" 63 "name": "gclient runhooks"
62 }, 64 },
63 { 65 {
64 "cmd": [ 66 "cmd": [
65 "python", 67 "python",
66 "-u", 68 "-u",
67 "[BUILD]/scripts/slave/cleanup_temp.py" 69 "[BUILD]/scripts/slave/cleanup_temp.py"
68 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
69 "name": "cleanup_temp" 72 "name": "cleanup_temp"
70 }, 73 },
71 { 74 {
72 "cmd": [ 75 "cmd": [
73 "python", 76 "python",
74 "-u", 77 "-u",
75 "[BUILD]/scripts/slave/compile.py", 78 "[BUILD]/scripts/slave/compile.py",
76 "--target", 79 "--target",
77 "Release", 80 "Release",
78 "--src-dir", 81 "--src-dir",
79 "[SLAVE_BUILD]/v8", 82 "[SLAVE_BUILD]/v8",
80 "--build-tool", 83 "--build-tool",
81 "make", 84 "make",
82 "--compiler", 85 "--compiler",
83 "goma", 86 "goma",
84 "--goma-dir", 87 "--goma-dir",
85 "[BUILD]/goma", 88 "[BUILD]/goma",
86 "--" 89 "--"
87 ], 90 ],
91 "cwd": "[SLAVE_BUILD]",
88 "name": "compile" 92 "name": "compile"
89 }, 93 },
90 { 94 {
91 "allow_subannotations": true, 95 "allow_subannotations": true,
92 "cmd": [ 96 "cmd": [
93 "python", 97 "python",
94 "-u", 98 "-u",
95 "[BUILD]/scripts/slave/zip_build.py", 99 "[BUILD]/scripts/slave/zip_build.py",
96 "--target", 100 "--target",
97 "Release", 101 "Release",
98 "--build-url", 102 "--build-url",
99 "gs://chromium-v8/v8-linux-nosnap-rel", 103 "gs://chromium-v8/v8-linux-nosnap-rel",
100 "--src-dir", 104 "--src-dir",
101 "v8", 105 "v8",
102 "--factory-properties", 106 "--factory-properties",
103 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux - nosnap builder\", \"buildnum ber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recip e\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}", 107 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux - nosnap builder\", \"buildnum ber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recip e\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}",
104 "--build-properties", 108 "--build-properties",
105 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux - nosnap builder\", \"buildnum ber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recip e\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}" 109 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux - nosnap builder\", \"buildnum ber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recip e\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}"
106 ], 110 ],
111 "cwd": "[SLAVE_BUILD]",
107 "name": "package build" 112 "name": "package build"
108 }, 113 },
109 { 114 {
110 "cmd": [], 115 "cmd": [],
116 "cwd": "[SLAVE_BUILD]",
111 "name": "trigger", 117 "name": "trigger",
112 "trigger_specs": [ 118 "trigger_specs": [
113 { 119 {
114 "builder_name": "V8 Linux - nosnap", 120 "builder_name": "V8 Linux - nosnap",
115 "properties": { 121 "properties": {
116 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 122 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
117 "parent_got_revision_cp": "refs/heads/master@{#50110}", 123 "parent_got_revision_cp": "refs/heads/master@{#50110}",
118 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" 124 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c"
119 } 125 }
120 } 126 }
121 ], 127 ],
122 "~followup_annotations": [ 128 "~followup_annotations": [
123 "@@@STEP_TEXT@V8 Linux - nosnap@@@" 129 "@@@STEP_TEXT@V8 Linux - nosnap@@@"
124 ] 130 ]
125 } 131 }
126 ] 132 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698