OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", | 6 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", |
7 "--json-file", | 7 "--json-file", |
8 "/path/to/tmp/json", | 8 "/path/to/tmp/json", |
9 "--url", | 9 "--url", |
10 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b
a61c4c0873d391e987982fbbd3?format=json", | 10 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b
a61c4c0873d391e987982fbbd3?format=json", |
11 "--attempts", | 11 "--attempts", |
12 "10" | 12 "10" |
13 ], | 13 ], |
| 14 "cwd": "[SLAVE_BUILD]", |
14 "name": "Fetch tryjob commit", | 15 "name": "Fetch tryjob commit", |
15 "~followup_annotations": [ | 16 "~followup_annotations": [ |
16 "@@@STEP_LOG_LINE@json.output@{@@@", | 17 "@@@STEP_LOG_LINE@json.output@{@@@", |
17 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", |
18 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or
g\", @@@", |
19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", |
20 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", | 21 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@
@", |
21 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 22 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
22 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", | 23 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391
e987982fbbd3\", @@@", |
23 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", | 24 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", |
(...skipping 24 matching lines...) Expand all Loading... |
48 "cmd": [ | 49 "cmd": [ |
49 "python", | 50 "python", |
50 "-u", | 51 "-u", |
51 "[BUILD]/scripts/tools/pycurl.py", | 52 "[BUILD]/scripts/tools/pycurl.py", |
52 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b
a61c4c0873d391e987982fbbd3/user/user.12345?format=text", | 53 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b
a61c4c0873d391e987982fbbd3/user/user.12345?format=text", |
53 "--outfile", | 54 "--outfile", |
54 "/path/to/tmp/", | 55 "/path/to/tmp/", |
55 "--attempts", | 56 "--attempts", |
56 "10" | 57 "10" |
57 ], | 58 ], |
| 59 "cwd": "[SLAVE_BUILD]", |
58 "name": "Fetch tryjob descriptor (user/user.12345)", | 60 "name": "Fetch tryjob descriptor (user/user.12345)", |
59 "~followup_annotations": [ | 61 "~followup_annotations": [ |
60 "@@@STEP_TEXT@extra_args: [u'--timeout', u'14400', u'--remote-trybot', u'-
-remote-version=4']<br/>name: 12345<br/>email: testauthor@fake.chromium.org@@@" | 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@@@" |
61 ] | 63 ] |
62 }, | 64 }, |
63 { | 65 { |
64 "cmd": [ | 66 "cmd": [ |
65 "python", | 67 "python", |
66 "-u", | 68 "-u", |
67 "[BUILD]/scripts/slave/bot_update.py", | 69 "[BUILD]/scripts/slave/bot_update.py", |
68 "--master", | 70 "--master", |
69 "chromiumos.tryserver", | 71 "chromiumos.tryserver", |
70 "--builder", | 72 "--builder", |
71 "etc", | 73 "etc", |
72 "--slave", | 74 "--slave", |
73 "test", | 75 "test", |
74 "--spec", | 76 "--spec", |
75 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g
it'}]", | 77 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g
it'}]", |
76 "--root", | 78 "--root", |
77 "chromite", | 79 "chromite", |
78 "--revision_mapping_file", | 80 "--revision_mapping_file", |
79 "{}", | 81 "{}", |
80 "--output_json", | 82 "--output_json", |
81 "/path/to/tmp/json", | 83 "/path/to/tmp/json", |
82 "--revision", | 84 "--revision", |
83 "chromite@master:", | 85 "chromite@master:", |
84 "--force" | 86 "--force" |
85 ], | 87 ], |
| 88 "cwd": "[SLAVE_BUILD]", |
86 "name": "bot_update", | 89 "name": "bot_update", |
87 "~followup_annotations": [ | 90 "~followup_annotations": [ |
88 "@@@STEP_TEXT@Some step text@@@", | 91 "@@@STEP_TEXT@Some step text@@@", |
89 "@@@STEP_LOG_LINE@json.output@{@@@", | 92 "@@@STEP_LOG_LINE@json.output@{@@@", |
90 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 93 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
91 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 94 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
92 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@", | 95 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@", |
93 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 96 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
94 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", | 97 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", |
95 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 98 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
(...skipping 12 matching lines...) Expand all Loading... |
108 "--clobber", | 111 "--clobber", |
109 "--timeout", | 112 "--timeout", |
110 "14400", | 113 "14400", |
111 "--remote-trybot", | 114 "--remote-trybot", |
112 "--remote-version=4", | 115 "--remote-version=4", |
113 "etc" | 116 "etc" |
114 ], | 117 ], |
115 "name": "cbuildbot [etc]" | 118 "name": "cbuildbot [etc]" |
116 } | 119 } |
117 ] | 120 ] |
OLD | NEW |