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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot.expected/chromiumos_chromium_builder.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 "chromiumos.chromium", 8 "chromiumos.chromium",
9 "--builder", 9 "--builder",
10 "Test", 10 "Test",
11 "--slave", 11 "--slave",
12 "test", 12 "test",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g it'}]", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g it'}]",
15 "--root", 15 "--root",
16 "chromite", 16 "chromite",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "chromite@master:", 22 "chromite@master:",
23 "--force" 23 "--force"
24 ], 24 ],
25 "cwd": "[SLAVE_BUILD]",
25 "name": "bot_update", 26 "name": "bot_update",
26 "~followup_annotations": [ 27 "~followup_annotations": [
27 "@@@STEP_TEXT@Some step text@@@", 28 "@@@STEP_TEXT@Some step text@@@",
28 "@@@STEP_LOG_LINE@json.output@{@@@", 29 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
(...skipping 12 matching lines...) Expand all
47 "master", 48 "master",
48 "--buildnumber", 49 "--buildnumber",
49 "12345", 50 "12345",
50 "--chrome_version", 51 "--chrome_version",
51 "b8819267417da248aa4fe829c5fcf0965e17b0c3", 52 "b8819267417da248aa4fe829c5fcf0965e17b0c3",
52 "x86-generic-tot-chrome-pfq-informational" 53 "x86-generic-tot-chrome-pfq-informational"
53 ], 54 ],
54 "name": "cbuildbot [x86-generic-tot-chrome-pfq-informational]" 55 "name": "cbuildbot [x86-generic-tot-chrome-pfq-informational]"
55 } 56 }
56 ] 57 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698