blob: f692f70106231fe521798c43eb8b989ca72f7650 [file] [log] [blame]
Bu Sun Kim65e33c02019-10-25 10:45:00 -07001import synthtool as s
2from synthtool import gcp
3
4common = gcp.CommonTemplates()
5
6# ----------------------------------------------------------------------------
7# Add templated files
8# ----------------------------------------------------------------------------
9templated_files = common.py_library(unit_cov_level=100, cov_level=100)
Yoshi Automation Bot218a1592020-07-06 13:59:22 -070010s.move(
11 templated_files / ".kokoro",
12 excludes=[
Bu Sun Kim621f54b2021-01-22 13:43:41 -070013 "continuous/common.cfg",
14 "presubmit/common.cfg",
15 "build.sh",
Yoshi Automation Bot218a1592020-07-06 13:59:22 -070016 ],
17) # just move kokoro configs