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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/unittest_basic.json

Issue 211473006: Add GN (the build tool) to the chromium.linux buildbots and try jobs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update w/ review feedback Created 6 years, 8 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
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "[DEPOT_TOOLS]/gclient.py",
7 "config",
8 "--spec",
9 "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'}]"
10 ],
11 "name": "gclient setup"
12 },
13 {
14 "abort_on_failure": true,
15 "cmd": [
16 "python",
17 "-u",
18 "[BUILD]/scripts/slave/gclient_safe_revert.py",
19 ".",
20 "[DEPOT_TOOLS]/gclient"
21 ],
22 "name": "gclient revert"
23 },
24 {
25 "abort_on_failure": true,
26 "cmd": [
27 "python",
28 "-u",
29 "[DEPOT_TOOLS]/gclient.py",
30 "sync",
31 "--nohooks",
32 "--delete_unversioned_trees",
33 "--force",
34 "--output-json",
35 "/path/to/tmp/json"
36 ],
37 "name": "gclient sync",
38 "~followup_annotations": [
39 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
43 "@@@STEP_LOG_LINE@json.output@ }, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@",
46 "@@@STEP_LOG_LINE@json.output@ }, @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit/\": {@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"revision\": 124383@@@",
49 "@@@STEP_LOG_LINE@json.output@ }, @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@",
52 "@@@STEP_LOG_LINE@json.output@ }, @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarm_client/\": {@@@",
54 "@@@STEP_LOG_LINE@json.output@ \"revision\": 200767@@@",
55 "@@@STEP_LOG_LINE@json.output@ }, @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@",
58 "@@@STEP_LOG_LINE@json.output@ }@@@",
59 "@@@STEP_LOG_LINE@json.output@ }@@@",
60 "@@@STEP_LOG_LINE@json.output@}@@@",
61 "@@@STEP_LOG_END@json.output@@@",
62 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@",
63 "@@@SET_BUILD_PROPERTY@got_webkit_revision@124383@@@",
64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@",
65 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@",
66 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@",
67 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@"
68 ]
69 },
70 {
71 "cmd": [
72 "python",
73 "-u",
74 "[DEPOT_TOOLS]/gclient.py",
75 "runhooks"
76 ],
77 "env": {
78 "GYP_CHROMIUM_NO_ACTION": "1"
79 },
80 "name": "gclient runhooks"
81 },
82 {
83 "cmd": [
84 "python",
85 "-u",
86 "[DEPOT_TOOLS]/gn.py",
87 "--root=[SLAVE_BUILD]/src",
88 "gen",
89 "//out/Debug",
90 "--args=is_debug=true"
91 ],
92 "name": "gn"
93 },
94 {
95 "cmd": [
96 "[DEPOT_TOOLS]/ninja",
97 "-C",
98 "[SLAVE_BUILD]/src/out/Debug"
99 ],
100 "name": "compile"
101 }
102 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698