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/cros/cbuildbot_tryjob.expected/etc.json

Issue 1344673003: CrOS: Switch tryserver over to recipes, Gitiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Clean up comments. Created 5 years, 3 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 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py",
7 "--json-file",
8 "/path/to/tmp/json",
9 "--url",
10 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b a61c4c0873d391e987982fbbd3?format=json",
11 "--attempts",
12 "10"
13 ],
14 "cwd": "[SLAVE_BUILD]",
15 "name": "Fetch tryjob commit",
16 "~followup_annotations": [
17 "@@@STEP_LOG_LINE@json.output@{@@@",
18 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@",
19 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or g\", @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@",
21 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@ @",
22 "@@@STEP_LOG_LINE@json.output@ }, @@@",
23 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391 e987982fbbd3\", @@@",
24 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@",
25 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or g\", @@@",
26 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@",
27 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@ @",
28 "@@@STEP_LOG_LINE@json.output@ }, @@@",
29 "@@@STEP_LOG_LINE@json.output@ \"message\": \"Commit message!\", @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"parents\": [@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"36786b4475350efa4e9e48de5ef516cc15e91a 47\"@@@",
32 "@@@STEP_LOG_LINE@json.output@ ], @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"tree\": \"d610084188c1248718d7541809f26d 53384e9ade\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"tree_diff\": [@@@",
35 "@@@STEP_LOG_LINE@json.output@ {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"new_id\": \"fea6c78404ca28a470dea34f dd6b19407796dcfd\", @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"new_mode\": 33188, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"new_path\": \"user/user.12345\", @@@ ",
39 "@@@STEP_LOG_LINE@json.output@ \"old_id\": \"000000000000000000000000 0000000000000000\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"old_mode\": 0, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"type\": \"add\"@@@",
42 "@@@STEP_LOG_LINE@json.output@ }@@@",
43 "@@@STEP_LOG_LINE@json.output@ ]@@@",
44 "@@@STEP_LOG_LINE@json.output@}@@@",
45 "@@@STEP_LOG_END@json.output@@@"
46 ]
47 },
48 {
49 "cmd": [
50 "python",
51 "-u",
52 "[BUILD]/scripts/tools/pycurl.py",
53 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b a61c4c0873d391e987982fbbd3/user/user.12345?format=text",
54 "--outfile",
55 "/path/to/tmp/",
56 "--attempts",
57 "10"
58 ],
59 "cwd": "[SLAVE_BUILD]",
60 "name": "Fetch tryjob descriptor (user/user.12345)",
61 "~followup_annotations": [
62 "@@@STEP_TEXT@extra_args: [u'--timeout', u'14400', u'--remote-trybot', u'- -remote-version=4']<br/>name: 12345<br/>email: testauthor@fake.chromium.org@@@"
63 ]
64 },
65 {
66 "cmd": [
67 "python",
68 "-u",
69 "[BUILD]/scripts/slave/bot_update.py",
70 "--master",
71 "chromiumos.tryserver",
72 "--builder",
73 "etc",
74 "--slave",
75 "test",
76 "--spec",
77 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g it'}]",
78 "--root",
79 "chromite",
80 "--revision_mapping_file",
81 "{}",
82 "--output_json",
83 "/path/to/tmp/json",
84 "--revision",
85 "chromite@master:",
86 "--force"
87 ],
88 "cwd": "[SLAVE_BUILD]",
89 "name": "bot_update",
90 "~followup_annotations": [
91 "@@@STEP_TEXT@Some step text@@@",
92 "@@@STEP_LOG_LINE@json.output@{@@@",
93 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
99 "@@@STEP_LOG_LINE@json.output@}@@@",
100 "@@@STEP_LOG_END@json.output@@@"
101 ]
102 },
103 {
104 "allow_subannotations": true,
105 "cmd": [
106 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
107 "--buildroot",
108 "[ROOT]/cbuild/etc_master",
109 "--branch",
110 "master",
111 "--clobber",
112 "--timeout",
113 "14400",
114 "--remote-trybot",
115 "--remote-version=4",
116 "etc"
117 ],
118 "name": "cbuildbot [etc]"
119 }
120 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698