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 "chromium.gpu.testing", | 17 "chromium.gpu.testing", |
17 "--builder", | 18 "--builder", |
18 "win release builder", | 19 "win release builder", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/dat
a/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'sr
c/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cyc
ler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src
/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/web
kit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/we
bkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'sr
c-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/sr
c-internal'}]", | 23 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/dat
a/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'sr
c/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cyc
ler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src
/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/web
kit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/we
bkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'sr
c-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/sr
c-internal'}]", |
23 "--root", | 24 "--root", |
24 "src", | 25 "src", |
25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
27 "--output_json", | 28 "--output_json", |
28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
29 "--revision", | 30 "--revision", |
30 "src@204787", | 31 "src@204787", |
31 "--force" | 32 "--force" |
32 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
33 "name": "bot_update", | 35 "name": "bot_update", |
34 "~followup_annotations": [ | 36 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 37 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 71 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
70 ] | 72 ] |
71 }, | 73 }, |
72 { | 74 { |
73 "cmd": [ | 75 "cmd": [ |
74 "python", | 76 "python", |
75 "-u", | 77 "-u", |
76 "[DEPOT_TOOLS]\\gclient.py", | 78 "[DEPOT_TOOLS]\\gclient.py", |
77 "runhooks" | 79 "runhooks" |
78 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]", |
79 "env": { | 82 "env": { |
80 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" | 83 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C
hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" |
81 }, | 84 }, |
82 "name": "gclient runhooks" | 85 "name": "gclient runhooks" |
83 }, | 86 }, |
84 { | 87 { |
85 "cmd": [ | 88 "cmd": [ |
86 "python", | 89 "python", |
87 "-u", | 90 "-u", |
88 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 91 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
89 "--build-dir", | 92 "--build-dir", |
90 "[SLAVE_BUILD]\\src\\out\\Release", | 93 "[SLAVE_BUILD]\\src\\out\\Release", |
91 "--clean-isolated-files" | 94 "--clean-isolated-files" |
92 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
93 "name": "clean isolated files" | 97 "name": "clean isolated files" |
94 }, | 98 }, |
95 { | 99 { |
96 "cmd": [ | 100 "cmd": [ |
97 "python", | 101 "python", |
98 "-u", | 102 "-u", |
99 "[BUILD]\\scripts\\slave\\compile.py", | 103 "[BUILD]\\scripts\\slave\\compile.py", |
100 "--target", | 104 "--target", |
101 "Release", | 105 "Release", |
102 "--src-dir", | 106 "--src-dir", |
103 "[SLAVE_BUILD]\\src", | 107 "[SLAVE_BUILD]\\src", |
104 "--build-tool", | 108 "--build-tool", |
105 "ninja", | 109 "ninja", |
106 "--compiler", | 110 "--compiler", |
107 "goma", | 111 "goma", |
108 "--goma-dir", | 112 "--goma-dir", |
109 "[BUILD]\\goma", | 113 "[BUILD]\\goma", |
110 "--", | 114 "--", |
111 "angle_unittests_run", | 115 "angle_unittests_run", |
112 "content_gl_tests_run", | 116 "content_gl_tests_run", |
113 "content_unittests_run", | 117 "content_unittests_run", |
114 "gl_tests_run", | 118 "gl_tests_run", |
115 "gles2_conform_test_run", | 119 "gles2_conform_test_run", |
116 "gpu_unittests_run", | 120 "gpu_unittests_run", |
117 "media_unittests_run", | 121 "media_unittests_run", |
118 "tab_capture_end2end_tests_run", | 122 "tab_capture_end2end_tests_run", |
119 "telemetry_gpu_test_run" | 123 "telemetry_gpu_test_run" |
120 ], | 124 ], |
| 125 "cwd": "[SLAVE_BUILD]", |
121 "name": "compile" | 126 "name": "compile" |
122 }, | 127 }, |
123 { | 128 { |
124 "cmd": [ | 129 "cmd": [ |
125 "python", | 130 "python", |
126 "-u", | 131 "-u", |
127 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", | 132 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", |
128 "batcharchive", | 133 "batcharchive", |
129 "--dump-json", | 134 "--dump-json", |
130 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
131 "--isolate-server", | 136 "--isolate-server", |
132 "https://isolateserver.appspot.com", | 137 "https://isolateserver.appspot.com", |
133 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json", | 138 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json", |
134 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json", | 139 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json", |
135 "[SLAVE_BUILD]\\src\\out\\Release\\content_unittests.isolated.gen.json", | 140 "[SLAVE_BUILD]\\src\\out\\Release\\content_unittests.isolated.gen.json", |
136 "[SLAVE_BUILD]\\src\\out\\Release\\gl_tests.isolated.gen.json", | 141 "[SLAVE_BUILD]\\src\\out\\Release\\gl_tests.isolated.gen.json", |
137 "[SLAVE_BUILD]\\src\\out\\Release\\gles2_conform_test.isolated.gen.json", | 142 "[SLAVE_BUILD]\\src\\out\\Release\\gles2_conform_test.isolated.gen.json", |
138 "[SLAVE_BUILD]\\src\\out\\Release\\gpu_unittests.isolated.gen.json", | 143 "[SLAVE_BUILD]\\src\\out\\Release\\gpu_unittests.isolated.gen.json", |
139 "[SLAVE_BUILD]\\src\\out\\Release\\media_unittests.isolated.gen.json", | 144 "[SLAVE_BUILD]\\src\\out\\Release\\media_unittests.isolated.gen.json", |
140 "[SLAVE_BUILD]\\src\\out\\Release\\tab_capture_end2end_tests.isolated.gen.
json", | 145 "[SLAVE_BUILD]\\src\\out\\Release\\tab_capture_end2end_tests.isolated.gen.
json", |
141 "[SLAVE_BUILD]\\src\\out\\Release\\telemetry_gpu_test.isolated.gen.json" | 146 "[SLAVE_BUILD]\\src\\out\\Release\\telemetry_gpu_test.isolated.gen.json" |
142 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", |
143 "name": "isolate tests", | 149 "name": "isolate tests", |
144 "~followup_annotations": [ | 150 "~followup_annotations": [ |
145 "@@@STEP_LOG_LINE@json.output@{@@@", | 151 "@@@STEP_LOG_LINE@json.output@{@@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", |
147 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", |
148 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", |
149 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
150 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
151 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
152 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", |
153 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", |
154 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", |
155 "@@@STEP_LOG_LINE@json.output@}@@@", | 161 "@@@STEP_LOG_LINE@json.output@}@@@", |
156 "@@@STEP_LOG_END@json.output@@@", | 162 "@@@STEP_LOG_END@json.output@@@", |
157 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"content_unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\":
\"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_c
onform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_u
nittests\": \"[dummy hash for media_unittests]\", \"tab_capture_end2end_tests\":
\"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dumm
y hash for telemetry_gpu_test]\"}@@@" | 163 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"content_unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\":
\"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_c
onform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_u
nittests\": \"[dummy hash for media_unittests]\", \"tab_capture_end2end_tests\":
\"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dumm
y hash for telemetry_gpu_test]\"}@@@" |
158 ] | 164 ] |
159 } | 165 } |
160 ] | 166 ] |
OLD | NEW |