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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_linux_release.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.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-linux-release", 10 "v8-linux-release",
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@refs/branch-heads/4.2:20123", 22 "v8@refs/branch-heads/4.2:20123",
23 "--no_shallow", 23 "--no_shallow",
24 "--output_manifest", 24 "--output_manifest",
25 "--with_branch_heads" 25 "--with_branch_heads"
26 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
27 "name": "bot_update", 28 "name": "bot_update",
28 "~followup_annotations": [ 29 "~followup_annotations": [
29 "@@@STEP_TEXT@Some step text@@@", 30 "@@@STEP_TEXT@Some step text@@@",
30 "@@@STEP_LOG_LINE@json.output@{@@@", 31 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@",
36 "@@@STEP_LOG_LINE@json.output@ }@@@", 37 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 12 matching lines...) Expand all
49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 50 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
50 ] 51 ]
51 }, 52 },
52 { 53 {
53 "cmd": [ 54 "cmd": [
54 "python", 55 "python",
55 "-u", 56 "-u",
56 "[DEPOT_TOOLS]/gclient.py", 57 "[DEPOT_TOOLS]/gclient.py",
57 "runhooks" 58 "runhooks"
58 ], 59 ],
60 "cwd": "[SLAVE_BUILD]",
59 "env": { 61 "env": {
60 "GYP_DEFINES": "target_arch=ia32 v8_enable_disassembler=1 v8_target_arch=i a32" 62 "GYP_DEFINES": "target_arch=ia32 v8_enable_disassembler=1 v8_target_arch=i a32"
61 }, 63 },
62 "name": "gclient runhooks" 64 "name": "gclient runhooks"
63 }, 65 },
64 { 66 {
65 "cmd": [ 67 "cmd": [
66 "python", 68 "python",
67 "-u", 69 "-u",
68 "[BUILD]/scripts/slave/cleanup_temp.py" 70 "[BUILD]/scripts/slave/cleanup_temp.py"
69 ], 71 ],
72 "cwd": "[SLAVE_BUILD]",
70 "name": "cleanup_temp" 73 "name": "cleanup_temp"
71 }, 74 },
72 { 75 {
73 "cmd": [ 76 "cmd": [
74 "python", 77 "python",
75 "-u", 78 "-u",
76 "[BUILD]/scripts/slave/compile.py", 79 "[BUILD]/scripts/slave/compile.py",
77 "--target", 80 "--target",
78 "Release", 81 "Release",
79 "--src-dir", 82 "--src-dir",
80 "[SLAVE_BUILD]/v8", 83 "[SLAVE_BUILD]/v8",
81 "--build-tool", 84 "--build-tool",
82 "make", 85 "make",
83 "--" 86 "--"
84 ], 87 ],
88 "cwd": "[SLAVE_BUILD]",
85 "name": "compile" 89 "name": "compile"
86 }, 90 },
87 { 91 {
88 "allow_subannotations": true, 92 "allow_subannotations": true,
89 "cmd": [ 93 "cmd": [
90 "python", 94 "python",
91 "-u", 95 "-u",
92 "[BUILD]/scripts/slave/zip_build.py", 96 "[BUILD]/scripts/slave/zip_build.py",
93 "--target", 97 "--target",
94 "Release", 98 "Release",
95 "--build-url", 99 "--build-url",
96 "gs://chromium-v8/v8-for-dart-rel", 100 "gs://chromium-v8/v8-for-dart-rel",
97 "--src-dir", 101 "--src-dir",
98 "v8", 102 "v8",
99 "--factory-properties", 103 "--factory-properties",
100 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}", 104 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}",
101 "--build-properties", 105 "--build-properties",
102 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}" 106 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}"
103 ], 107 ],
108 "cwd": "[SLAVE_BUILD]",
104 "name": "package build" 109 "name": "package build"
105 } 110 }
106 ] 111 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698