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

Side by Side Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json

Issue 615373002: bot_update: Add --rietveld_server flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 6 years, 2 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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "infra_tester", 10 "infra_tester",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra /infra.git'}]", 14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra /infra.git'}]",
15 "--root", 15 "--root",
16 "infra", 16 "infra",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"infra\": \"got_revision\"}", 18 "{\"infra\": \"got_revision\"}",
19 "--issue", 19 "--issue",
20 "12853011", 20 "12853011",
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server",
24 "https://codereview.chromium.org",
23 "--output_json", 25 "--output_json",
24 "/path/to/tmp/json", 26 "/path/to/tmp/json",
25 "--revision", 27 "--revision",
26 "infra@HEAD", 28 "infra@HEAD",
27 "--force" 29 "--force"
28 ], 30 ],
29 "name": "bot_update", 31 "name": "bot_update",
30 "~followup_annotations": [ 32 "~followup_annotations": [
31 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
32 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "https://codereview.chromium.org", 127 "https://codereview.chromium.org",
126 "--rietveld_email", 128 "--rietveld_email",
127 "", 129 "",
128 "--rietveld_fetch", 130 "--rietveld_fetch",
129 "--upstream", 131 "--upstream",
130 "197293" 132 "197293"
131 ], 133 ],
132 "name": "presubmit" 134 "name": "presubmit"
133 } 135 }
134 ] 136 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698