commit | 621f54bd70eded4f68d2caa9b894d5504117452b | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <[email protected]> | Fri Jan 22 13:43:41 2021 -0700 |
committer | GitHub <[email protected]> | Fri Jan 22 13:43:41 2021 -0700 |
tree | de847889bf849147c10efcfe3c38836ccc7ccf23 | |
parent | 694e5580d37968f415b347a4310bb01cfa72f0e3 [diff] [blame] |
test: re-enable system tests (#670)
diff --git a/synth.py b/synth.py index 49bf2dd..f692f70 100644 --- a/synth.py +++ b/synth.py
@@ -10,8 +10,8 @@ s.move( templated_files / ".kokoro", excludes=[ - ".kokoro/continuous/common.cfg", - ".kokoro/presubmit/common.cfg", - ".kokoro/build.sh", + "continuous/common.cfg", + "presubmit/common.cfg", + "build.sh", ], ) # just move kokoro configs