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

Side by Side Diff: scripts/slave/recipes/mojo.expected/mojo_linux_dbg.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 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "Mojo Linux (dbg)", 10 "Mojo Linux (dbg)",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/mojo.git'}]", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/mojo.git'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
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 "src@HEAD", 22 "src@HEAD",
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\": \"src\", @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
35 "@@@STEP_LOG_LINE@json.output@}@@@", 36 "@@@STEP_LOG_LINE@json.output@}@@@",
36 "@@@STEP_LOG_END@json.output@@@" 37 "@@@STEP_LOG_END@json.output@@@"
37 ] 38 ]
38 }, 39 },
39 { 40 {
40 "cmd": [ 41 "cmd": [
41 "python", 42 "python",
42 "-u", 43 "-u",
43 "[DEPOT_TOOLS]/gclient.py", 44 "[DEPOT_TOOLS]/gclient.py",
44 "runhooks" 45 "runhooks"
45 ], 46 ],
47 "cwd": "[SLAVE_BUILD]",
46 "name": "gclient runhooks" 48 "name": "gclient runhooks"
47 }, 49 },
48 { 50 {
49 "cmd": [ 51 "cmd": [
50 "python", 52 "python",
51 "-u", 53 "-u",
52 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", 54 "[SLAVE_BUILD]/src/mojo/tools/mojob.py",
53 "gn", 55 "gn",
54 "--debug" 56 "--debug"
55 ], 57 ],
56 "cwd": "[SLAVE_BUILD]/src", 58 "cwd": "[SLAVE_BUILD]/src",
57 "env": { 59 "env": {
58 "GOMA_DIR": "[BUILD]/goma" 60 "GOMA_DIR": "[BUILD]/goma"
59 }, 61 },
60 "name": "mojob gn" 62 "name": "mojob gn"
61 }, 63 },
62 { 64 {
63 "cmd": [ 65 "cmd": [
64 "python", 66 "python",
65 "-u", 67 "-u",
66 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", 68 "[SLAVE_BUILD]/src/mojo/tools/mojob.py",
67 "build", 69 "build",
68 "--debug" 70 "--debug"
69 ], 71 ],
72 "cwd": "[SLAVE_BUILD]",
70 "env": { 73 "env": {
71 "GOMA_DIR": "[BUILD]/goma" 74 "GOMA_DIR": "[BUILD]/goma"
72 }, 75 },
73 "name": "mojob build" 76 "name": "mojob build"
74 }, 77 },
75 { 78 {
76 "cmd": [ 79 "cmd": [
77 "python", 80 "python",
78 "-u", 81 "-u",
79 "[SLAVE_BUILD]/src/mojo/tools/get_test_list.py", 82 "[SLAVE_BUILD]/src/mojo/tools/get_test_list.py",
80 "{\"build_number\": 571, \"builder_name\": \"Mojo Linux (dbg)\", \"dcheck_ always_on\": false, \"is_debug\": true, \"master_name\": \"chromium.testing.mast er\", \"target_os\": \"linux\", \"test_results_server\": \"test-results.appspot. com\", \"test_types\": [\"default\"]}", 83 "{\"build_number\": 571, \"builder_name\": \"Mojo Linux (dbg)\", \"dcheck_ always_on\": false, \"is_debug\": true, \"master_name\": \"chromium.testing.mast er\", \"target_os\": \"linux\", \"test_results_server\": \"test-results.appspot. com\", \"test_types\": [\"default\"]}",
81 "/path/to/tmp/json" 84 "/path/to/tmp/json"
82 ], 85 ],
86 "cwd": "[SLAVE_BUILD]",
83 "name": "get_test_list", 87 "name": "get_test_list",
84 "~followup_annotations": [ 88 "~followup_annotations": [
85 "@@@STEP_LOG_LINE@json.output@[@@@", 89 "@@@STEP_LOG_LINE@json.output@[@@@",
86 "@@@STEP_LOG_LINE@json.output@ {@@@", 90 "@@@STEP_LOG_LINE@json.output@ {@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@", 91 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@", 92 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@",
89 "@@@STEP_LOG_LINE@json.output@ ], @@@", 93 "@@@STEP_LOG_LINE@json.output@ ], @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@", 94 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@",
91 "@@@STEP_LOG_LINE@json.output@ }@@@", 95 "@@@STEP_LOG_LINE@json.output@ }@@@",
92 "@@@STEP_LOG_LINE@json.output@]@@@", 96 "@@@STEP_LOG_LINE@json.output@]@@@",
93 "@@@STEP_LOG_END@json.output@@@" 97 "@@@STEP_LOG_END@json.output@@@"
94 ] 98 ]
95 }, 99 },
96 { 100 {
97 "cmd": [ 101 "cmd": [
98 "world" 102 "world"
99 ], 103 ],
100 "cwd": "[SLAVE_BUILD]/src", 104 "cwd": "[SLAVE_BUILD]/src",
101 "name": "Hello" 105 "name": "Hello"
102 } 106 }
103 ] 107 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/mojo.expected/mojo_linux_asan_dbg.json ('k') | scripts/slave/recipes/mojo.expected/mojo_linux_nacl.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698