| Index: scripts/slave/recipes/skia/swarm_perf.py
|
| diff --git a/scripts/slave/recipes/skia/swarm_perf.py b/scripts/slave/recipes/skia/swarm_perf.py
|
| index 7f0603f2b1203c4ffb36cdd10a914a9c4716ccaf..d04a97415ffcbe12810871f232cd0712f7527cae 100644
|
| --- a/scripts/slave/recipes/skia/swarm_perf.py
|
| +++ b/scripts/slave/recipes/skia/swarm_perf.py
|
| @@ -73,6 +73,8 @@ def GenTests(api):
|
| swarm_out_dir='[SWARM_OUT_DIR]') +
|
| api.path.exists(
|
| api.path['slave_build'].join('skia'),
|
| + api.path['slave_build'].join('skia', 'infra', 'bots', 'assets',
|
| + 'skimage', 'VERSION'),
|
| api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
|
| )
|
| )
|
| @@ -89,19 +91,22 @@ def GenTests(api):
|
|
|
| yield test
|
|
|
| + builder = 'Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot'
|
| yield (
|
| api.test('big_issue_number') +
|
| - api.properties(buildername='Build-Win-MSVC-x86-Debug',
|
| - mastername='client.skia.compile',
|
| - slavename='skiabot-linux-swarm-000',
|
| - buildnumber=5,
|
| - revision='abc123',
|
| - swarm_out_dir='[SWARM_OUT_DIR]',
|
| - rietveld='https://codereview.chromium.org',
|
| - patchset=1,
|
| - issue=2147533002L) +
|
| + api.properties(buildername=builder,
|
| + mastername='client.skia.compile',
|
| + slavename='skiabot-linux-swarm-000',
|
| + buildnumber=5,
|
| + revision='abc123',
|
| + swarm_out_dir='[SWARM_OUT_DIR]',
|
| + rietveld='https://codereview.chromium.org',
|
| + patchset=1,
|
| + issue=2147533002L) +
|
| api.path.exists(
|
| api.path['slave_build'].join('skia'),
|
| + api.path['slave_build'].join('skia', 'infra', 'bots', 'assets',
|
| + 'skimage', 'VERSION'),
|
| api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
|
| ) +
|
| api.platform('win', 64)
|
|
|