5PYTHON_VERSION_COMPATIBILITY =
"PY3"
11 'recipe_engine/platform',
12 'recipe_engine/properties',
22 if 'NoDEPS' in api.properties[
'buildername']:
25 checkout_root = api.checkout.default_checkout_root
28 api.checkout.bot_update(
29 checkout_root=checkout_root)
31 api.checkout.git(checkout_root=api.path.start_dir)
32 api.file.ensure_directory(
'makedirs tmp_dir', api.vars.tmp_dir)
37 builder =
'Build-Debian10-Clang-x86_64-Release-NoDEPS'
40 api.properties(buildername=builder,
41 repository=
'https://skia.googlesource.com/skia.git',
43 path_config=
'kitchen',
44 swarm_out_dir=
'[SWARM_OUT_DIR]',
47 patch_ref=
'refs/changes/89/456789/12',
48 patch_repo=
'https://skia.googlesource.com/skia.git',
49 patch_storage=
'gerrit') +
50 api.path.exists(api.path.start_dir.join(
'skp_output'))
53 buildername =
'Build-Debian10-Clang-x86_64-Release'
55 api.test(
'cross_repo_trybot') +
57 repository=
'https://skia.googlesource.com/parent_repo.git',
58 buildername=buildername,
59 path_config=
'kitchen',
60 swarm_out_dir=
'[SWARM_OUT_DIR]',
64 patch_ref=
'refs/changes/89/456789/12',
65 patch_repo=
'https://skia.googlesource.com/skia.git',
66 patch_storage=
'gerrit')
70 api.properties(buildername=buildername,
71 repository=
'https://skia.googlesource.com/skia.git',
73 path_config=
'kitchen',
76 patch_ref=
'refs/changes/89/456789/12',
77 patch_repo=
'https://skia.googlesource.com/skia.git',
78 patch_storage=
'gerrit',
79 swarm_out_dir=
'[SWARM_OUT_DIR]')