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

Side by Side Diff: scripts/slave/recipes/mojo.expected/mojo_win_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 Win (dbg)", 10 "Mojo Win (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 "name": "mojob gn" 59 "name": "mojob gn"
58 }, 60 },
59 { 61 {
60 "cmd": [ 62 "cmd": [
61 "python", 63 "python",
62 "-u", 64 "-u",
63 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", 65 "[SLAVE_BUILD]/src/mojo/tools/mojob.py",
64 "build", 66 "build",
65 "--debug" 67 "--debug"
66 ], 68 ],
69 "cwd": "[SLAVE_BUILD]",
67 "name": "mojob build" 70 "name": "mojob build"
68 }, 71 },
69 { 72 {
70 "cmd": [ 73 "cmd": [
71 "python", 74 "python",
72 "-u", 75 "-u",
73 "[SLAVE_BUILD]/src/mojo/tools/get_test_list.py", 76 "[SLAVE_BUILD]/src/mojo/tools/get_test_list.py",
74 "{\"build_number\": 571, \"builder_name\": \"Mojo Win (dbg)\", \"dcheck_al ways_on\": false, \"is_debug\": true, \"master_name\": \"chromium.testing.master \", \"target_os\": \"windows\", \"test_results_server\": \"test-results.appspot. com\", \"test_types\": [\"default\"]}", 77 "{\"build_number\": 571, \"builder_name\": \"Mojo Win (dbg)\", \"dcheck_al ways_on\": false, \"is_debug\": true, \"master_name\": \"chromium.testing.master \", \"target_os\": \"windows\", \"test_results_server\": \"test-results.appspot. com\", \"test_types\": [\"default\"]}",
75 "/path/to/tmp/json" 78 "/path/to/tmp/json"
76 ], 79 ],
80 "cwd": "[SLAVE_BUILD]",
77 "name": "get_test_list", 81 "name": "get_test_list",
78 "~followup_annotations": [ 82 "~followup_annotations": [
79 "@@@STEP_LOG_LINE@json.output@[@@@", 83 "@@@STEP_LOG_LINE@json.output@[@@@",
80 "@@@STEP_LOG_LINE@json.output@ {@@@", 84 "@@@STEP_LOG_LINE@json.output@ {@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@", 85 "@@@STEP_LOG_LINE@json.output@ \"command\": [@@@",
82 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@", 86 "@@@STEP_LOG_LINE@json.output@ \"world\"@@@",
83 "@@@STEP_LOG_LINE@json.output@ ], @@@", 87 "@@@STEP_LOG_LINE@json.output@ ], @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Hello\"@@@",
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_END@json.output@@@" 91 "@@@STEP_LOG_END@json.output@@@"
88 ] 92 ]
89 }, 93 },
90 { 94 {
91 "cmd": [ 95 "cmd": [
92 "world" 96 "world"
93 ], 97 ],
94 "cwd": "[SLAVE_BUILD]/src", 98 "cwd": "[SLAVE_BUILD]/src",
95 "name": "Hello" 99 "name": "Hello"
96 } 100 }
97 ] 101 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/mojo.expected/mojo_linux_try.json ('k') | scripts/slave/recipes/nacl/sdk.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698