OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
8 "name": "cleanup temp" | 9 "name": "cleanup temp" |
9 }, | 10 }, |
10 { | 11 { |
11 "cmd": [ | 12 "cmd": [ |
12 "python", | 13 "python", |
13 "-u", | 14 "-u", |
14 "[BUILD]/scripts/slave/bot_update.py", | 15 "[BUILD]/scripts/slave/bot_update.py", |
15 "--master", | 16 "--master", |
16 "tryserver.chromium.win", | 17 "tryserver.chromium.win", |
17 "--builder", | 18 "--builder", |
(...skipping 11 matching lines...) Expand all Loading... |
29 "--patchset", | 30 "--patchset", |
30 "1", | 31 "1", |
31 "--rietveld_server", | 32 "--rietveld_server", |
32 "https://codereview.chromium.org", | 33 "https://codereview.chromium.org", |
33 "--output_json", | 34 "--output_json", |
34 "/path/to/tmp/json", | 35 "/path/to/tmp/json", |
35 "--revision", | 36 "--revision", |
36 "src@HEAD", | 37 "src@HEAD", |
37 "--force" | 38 "--force" |
38 ], | 39 ], |
| 40 "cwd": "[SLAVE_BUILD]", |
39 "name": "bot_update", | 41 "name": "bot_update", |
40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
48 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
75 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
76 ] | 78 ] |
77 }, | 79 }, |
78 { | 80 { |
79 "cmd": [ | 81 "cmd": [ |
80 "python", | 82 "python", |
81 "-u", | 83 "-u", |
82 "[DEPOT_TOOLS]/gclient.py", | 84 "[DEPOT_TOOLS]/gclient.py", |
83 "runhooks" | 85 "runhooks" |
84 ], | 86 ], |
| 87 "cwd": "[SLAVE_BUILD]", |
85 "env": { | 88 "env": { |
86 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" | 89 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" |
87 }, | 90 }, |
88 "name": "gclient runhooks" | 91 "name": "gclient runhooks" |
89 }, | 92 }, |
90 { | 93 { |
91 "cmd": [ | 94 "cmd": [ |
92 "python", | 95 "python", |
93 "-u", | 96 "-u", |
94 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 97 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
95 "--build-dir", | 98 "--build-dir", |
96 "[SLAVE_BUILD]/src/out/Release", | 99 "[SLAVE_BUILD]/src/out/Release", |
97 "--clean-isolated-files" | 100 "--clean-isolated-files" |
98 ], | 101 ], |
| 102 "cwd": "[SLAVE_BUILD]", |
99 "name": "clean isolated files" | 103 "name": "clean isolated files" |
100 }, | 104 }, |
101 { | 105 { |
102 "cmd": [ | 106 "cmd": [ |
103 "git", | 107 "git", |
104 "diff", | 108 "diff", |
105 "--cached", | 109 "--cached", |
106 "--name-only" | 110 "--name-only" |
107 ], | 111 ], |
108 "cwd": "[SLAVE_BUILD]/src", | 112 "cwd": "[SLAVE_BUILD]/src", |
109 "name": "git diff to analyze patch", | 113 "name": "git diff to analyze patch", |
110 "stdout": "/path/to/tmp/", | 114 "stdout": "/path/to/tmp/", |
111 "~followup_annotations": [ | 115 "~followup_annotations": [ |
112 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 116 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
113 "@@@STEP_LOG_END@files@@@" | 117 "@@@STEP_LOG_END@files@@@" |
114 ] | 118 ] |
115 }, | 119 }, |
116 { | 120 { |
117 "cmd": [ | 121 "cmd": [ |
118 "python", | 122 "python", |
119 "-u", | 123 "-u", |
120 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 124 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
121 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 125 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
122 "/path/to/tmp/json" | 126 "/path/to/tmp/json" |
123 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]", |
124 "name": "read filter exclusion spec", | 129 "name": "read filter exclusion spec", |
125 "~followup_annotations": [ | 130 "~followup_annotations": [ |
126 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 131 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | 132 "@@@STEP_LOG_LINE@json.output@{@@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
129 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
130 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 135 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
131 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
132 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
133 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 138 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
134 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
135 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
136 "@@@STEP_LOG_LINE@json.output@ }@@@", | 141 "@@@STEP_LOG_LINE@json.output@ }@@@", |
137 "@@@STEP_LOG_LINE@json.output@}@@@", | 142 "@@@STEP_LOG_LINE@json.output@}@@@", |
138 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
139 ] | 144 ] |
140 }, | 145 }, |
141 { | 146 { |
142 "cmd": [ | 147 "cmd": [ |
143 "python", | 148 "python", |
144 "-u", | 149 "-u", |
145 "[SLAVE_BUILD]/src/build/gyp_chromium", | 150 "[SLAVE_BUILD]/src/build/gyp_chromium", |
146 "--analyzer", | 151 "--analyzer", |
147 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"conten
t_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_t
est_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end
_tests_run\", \"telemetry_gpu_test_run\"]}", | 152 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"conten
t_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_t
est_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end
_tests_run\", \"telemetry_gpu_test_run\"]}", |
148 "/path/to/tmp/json" | 153 "/path/to/tmp/json" |
149 ], | 154 ], |
| 155 "cwd": "[SLAVE_BUILD]", |
150 "env": { | 156 "env": { |
151 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" | 157 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" |
152 }, | 158 }, |
153 "name": "analyze", | 159 "name": "analyze", |
154 "~followup_annotations": [ | 160 "~followup_annotations": [ |
155 "@@@STEP_TEXT@No compile necessary@@@", | 161 "@@@STEP_TEXT@No compile necessary@@@", |
156 "@@@STEP_LOG_LINE@json.output@{@@@", | 162 "@@@STEP_LOG_LINE@json.output@{@@@", |
157 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
158 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
160 "@@@STEP_LOG_LINE@json.output@}@@@", | 166 "@@@STEP_LOG_LINE@json.output@}@@@", |
161 "@@@STEP_LOG_END@json.output@@@" | 167 "@@@STEP_LOG_END@json.output@@@" |
162 ] | 168 ] |
163 } | 169 } |
164 ] | 170 ] |
OLD | NEW |