5PYTHON_VERSION_COMPATIBILITY =
"PY3"
9 'recipe_engine/platform',
10 'recipe_engine/properties',
19 api.vars.swarming_bot_id,
20 api.vars.swarming_task_id,
24 s = api.step(
'show', cmd=
None)
30 'internal_hardware_label',
42 s.presentation.properties[p] = str(getattr(api.vars, p))
46 'Build-Debian10-Clang-x86_64-Release-SKNX_NO_SIMD',
47 'Housekeeper-Weekly-RecreateSKPs',
52 for buildername
in TEST_BUILDERS:
54 api.test(buildername) +
55 api.properties(buildername=buildername,
56 repository=
'https://skia.googlesource.com/skia.git',
58 path_config=
'kitchen',
59 swarm_out_dir=
'[SWARM_OUT_DIR]')
62 buildername =
'Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All'
64 api.test(
'win_test') +
65 api.properties(buildername=buildername,
66 repository=
'https://skia.googlesource.com/skia.git',
68 path_config=
'kitchen',
69 swarm_out_dir=
'[SWARM_OUT_DIR]',
70 patch_storage=
'gerrit') +
71 api.platform(
'win', 64) +
72 api.properties.tryserver(
73 buildername=buildername,
74 gerrit_project=
'skia',
75 gerrit_url=
'https://skia-review.googlesource.com/',
79 buildername =
'Upload-Test-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN_Vulkan'
81 api.test(
'integer_issue') +
82 api.properties(buildername=buildername,
83 repository=
'https://skia.googlesource.com/skia.git',
85 path_config=
'kitchen',