Bu Sun Kim | 65e33c0 | 2019-10-25 10:45:00 -0700 | [diff] [blame] | 1 | import synthtool as s |
| 2 | from synthtool import gcp |
| 3 | |
| 4 | common = gcp.CommonTemplates() |
| 5 | |
| 6 | # ---------------------------------------------------------------------------- |
| 7 | # Add templated files |
| 8 | # ---------------------------------------------------------------------------- |
| 9 | templated_files = common.py_library(unit_cov_level=100, cov_level=100) |
Yoshi Automation Bot | 218a159 | 2020-07-06 13:59:22 -0700 | [diff] [blame^] | 10 | s.move( |
| 11 | templated_files / ".kokoro", |
| 12 | excludes=[ |
| 13 | ".kokoro/continuous/common.cfg", |
| 14 | ".kokoro/presubmit/common.cfg", |
| 15 | ".kokoro/build.sh", |
| 16 | ], |
| 17 | ) # just move kokoro configs |