8PYTHON_VERSION_COMPATIBILITY =
"PY3"
12 'recipe_engine/context',
15 'recipe_engine/properties',
24 with api.context(env=api.infra.go_env):
25 api.step(
'hello', cmd=[
'echo',
'hello world'])
30 api.test(
'infra_tests') +
31 api.properties(buildername=
'Housekeeper-PerCommit-InfraTests',
32 repository=
'https://skia.googlesource.com/skia.git',
34 path_config=
'kitchen',
35 swarm_out_dir=
'[SWARM_OUT_DIR]') +
36 api.path.exists(api.path.start_dir.join(
'localpath'))