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

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/example.expected/analyze_matches_compile_targets.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@ }, @@@", 101 "@@@STEP_LOG_LINE@json.output@ }, @@@",
100 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 102 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
101 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 103 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
102 "@@@STEP_LOG_LINE@json.output@ }, @@@", 104 "@@@STEP_LOG_LINE@json.output@ }, @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 105 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
104 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 106 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
105 "@@@STEP_LOG_LINE@json.output@ }@@@", 107 "@@@STEP_LOG_LINE@json.output@ }@@@",
106 "@@@STEP_LOG_LINE@json.output@}@@@", 108 "@@@STEP_LOG_LINE@json.output@}@@@",
107 "@@@STEP_LOG_END@json.output@@@" 109 "@@@STEP_LOG_END@json.output@@@"
108 ] 110 ]
109 }, 111 },
110 { 112 {
111 "cmd": [ 113 "cmd": [
112 "python", 114 "python",
113 "-u", 115 "-u",
114 "[SLAVE_BUILD]/src/build/gyp_chromium", 116 "[SLAVE_BUILD]/src/build/gyp_chromium",
115 "--analyzer", 117 "--analyzer",
116 "{\"files\": [\"foo.cc\"], \"targets\": [\"exe0\", \"exe1\"]}", 118 "{\"files\": [\"foo.cc\"], \"targets\": [\"exe0\", \"exe1\"]}",
117 "/path/to/tmp/json" 119 "/path/to/tmp/json"
118 ], 120 ],
121 "cwd": "[SLAVE_BUILD]",
119 "env": { 122 "env": {
120 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1" 123 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1"
121 }, 124 },
122 "name": "analyze", 125 "name": "analyze",
123 "~followup_annotations": [ 126 "~followup_annotations": [
124 "@@@STEP_LOG_LINE@json.output@{@@@", 127 "@@@STEP_LOG_LINE@json.output@{@@@",
125 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 128 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
126 "@@@STEP_LOG_LINE@json.output@ \"target0\", @@@", 129 "@@@STEP_LOG_LINE@json.output@ \"target0\", @@@",
127 "@@@STEP_LOG_LINE@json.output@ \"target1\", @@@", 130 "@@@STEP_LOG_LINE@json.output@ \"target1\", @@@",
128 "@@@STEP_LOG_LINE@json.output@ \"target2\"@@@", 131 "@@@STEP_LOG_LINE@json.output@ \"target2\"@@@",
(...skipping 24 matching lines...) Expand all
153 "@@@STEP_LOG_LINE@analyze_details@ \"target2\"@@@", 156 "@@@STEP_LOG_LINE@analyze_details@ \"target2\"@@@",
154 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 157 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
155 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": [@@@" , 158 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": [@@@" ,
156 "@@@STEP_LOG_LINE@analyze_details@ \"exe0\"@@@", 159 "@@@STEP_LOG_LINE@analyze_details@ \"exe0\"@@@",
157 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 160 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
158 "@@@STEP_LOG_LINE@analyze_details@}@@@", 161 "@@@STEP_LOG_LINE@analyze_details@}@@@",
159 "@@@STEP_LOG_END@analyze_details@@@" 162 "@@@STEP_LOG_END@analyze_details@@@"
160 ] 163 ]
161 } 164 }
162 ] 165 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698