8PYTHON_VERSION_COMPATIBILITY =
"PY3"
13 'recipe_engine/properties',
22 api.gsutil.cp(
'test file',
'/foo/file',
'gs://bar-bucket/file',
23 extra_gsutil_args=[
'--blah'], extra_args=[
'-Z'],
28 api.test(
'gsutil_tests') +
29 api.properties(buildername=
'Housekeeper-PerCommit-InfraTests',
30 repository=
'https://skia.googlesource.com/skia.git',
32 path_config=
'kitchen',
33 swarm_out_dir=
'[SWARM_OUT_DIR]')
37 api.test(
'gsutil_win_tests') +
38 api.properties(buildername=
'Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All',
39 repository=
'https://skia.googlesource.com/skia.git',
41 path_config=
'kitchen',
42 swarm_out_dir=
'[SWARM_OUT_DIR]')
46 api.test(
'failed_one_upload') +
47 api.properties(buildername=
'Housekeeper-PerCommit-InfraTests',
48 repository=
'https://skia.googlesource.com/skia.git',
50 path_config=
'kitchen',
51 swarm_out_dir=
'[SWARM_OUT_DIR]') +
52 api.step_data(
'upload test file', retcode=1)
56 api.test(
'failed_all_uploads') +
57 api.properties(buildername=
'Housekeeper-PerCommit-InfraTests',
58 repository=
'https://skia.googlesource.com/skia.git',
60 path_config=
'kitchen',
61 swarm_out_dir=
'[SWARM_OUT_DIR]') +
62 api.step_data(
'upload test file', retcode=1) +
63 api.step_data(
'upload test file (attempt 2)', retcode=1) +
64 api.step_data(
'upload test file (attempt 3)', retcode=1) +
65 api.step_data(
'upload test file (attempt 4)', retcode=1) +
66 api.step_data(
'upload test file (attempt 5)', retcode=1)