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

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/example.expected/basic.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 "TestBuilder", 10 "TestBuilder",
(...skipping 10 matching lines...) Expand all
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@HEAD", 28 "src@HEAD",
29 "--force" 29 "--force"
30 ], 30 ],
31 "cwd": "[SLAVE_BUILD]",
31 "name": "bot_update", 32 "name": "bot_update",
32 "~followup_annotations": [ 33 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 ] 84 ]
84 }, 85 },
85 { 86 {
86 "cmd": [ 87 "cmd": [
87 "python", 88 "python",
88 "-u", 89 "-u",
89 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
90 "[SLAVE_BUILD]/src/testing/buildbot/foo.json", 91 "[SLAVE_BUILD]/src/testing/buildbot/foo.json",
91 "/path/to/tmp/json" 92 "/path/to/tmp/json"
92 ], 93 ],
94 "cwd": "[SLAVE_BUILD]",
93 "name": "read filter exclusion spec", 95 "name": "read filter exclusion spec",
94 "~followup_annotations": [ 96 "~followup_annotations": [
95 "@@@STEP_TEXT@path: 'testing/buildbot/foo.json'@@@", 97 "@@@STEP_TEXT@path: 'testing/buildbot/foo.json'@@@",
96 "@@@STEP_LOG_LINE@json.output@{@@@", 98 "@@@STEP_LOG_LINE@json.output@{@@@",
97 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 99 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
98 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 100 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", 101 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
100 "@@@STEP_LOG_LINE@json.output@ ]@@@", 102 "@@@STEP_LOG_LINE@json.output@ ]@@@",
101 "@@@STEP_LOG_LINE@json.output@ }, @@@", 103 "@@@STEP_LOG_LINE@json.output@ }, @@@",
102 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 104 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
103 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 105 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
104 "@@@STEP_LOG_LINE@json.output@ }@@@", 106 "@@@STEP_LOG_LINE@json.output@ }@@@",
105 "@@@STEP_LOG_LINE@json.output@}@@@", 107 "@@@STEP_LOG_LINE@json.output@}@@@",
106 "@@@STEP_LOG_END@json.output@@@" 108 "@@@STEP_LOG_END@json.output@@@"
107 ] 109 ]
108 }, 110 },
109 { 111 {
110 "cmd": [ 112 "cmd": [
111 "python", 113 "python",
112 "-u", 114 "-u",
113 "import sys; sys.exit(0)" 115 "import sys; sys.exit(0)"
114 ], 116 ],
117 "cwd": "[SLAVE_BUILD]",
115 "name": "analyze", 118 "name": "analyze",
116 "~followup_annotations": [ 119 "~followup_annotations": [
117 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 120 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
118 "@@@STEP_LOG_END@excluded_files@@@", 121 "@@@STEP_LOG_END@excluded_files@@@",
119 "@@@STEP_LOG_LINE@analyze_details@{@@@", 122 "@@@STEP_LOG_LINE@analyze_details@{@@@",
120 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 123 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
121 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 124 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
122 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 125 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
123 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 126 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
124 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 127 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
125 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 128 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
126 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 129 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
127 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@", 130 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@",
128 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", 131 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
129 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 132 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
130 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 133 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
131 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 134 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
132 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 135 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
133 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": [@@@" , 136 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": [@@@" ,
134 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", 137 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
135 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 138 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
136 "@@@STEP_LOG_LINE@analyze_details@}@@@", 139 "@@@STEP_LOG_LINE@analyze_details@}@@@",
137 "@@@STEP_LOG_END@analyze_details@@@" 140 "@@@STEP_LOG_END@analyze_details@@@"
138 ] 141 ]
139 } 142 }
140 ] 143 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698