summaryrefslogtreecommitdiffhomepage
path: root/kokoro/continuous.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/continuous.cfg')
-rw-r--r--kokoro/continuous.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/kokoro/continuous.cfg b/kokoro/continuous.cfg
deleted file mode 100644
index 8da47736a..000000000
--- a/kokoro/continuous.cfg
+++ /dev/null
@@ -1,13 +0,0 @@
-# Location of bash script that runs the test. The first directory in the path
-# is the directory where Kokoro will check out the repo. The rest is the path
-# is the path to the test script.
-build_file: "repo/kokoro/run_tests.sh"
-
-action {
- define_artifacts {
- regex: "**/sponge_log.xml"
- regex: "**/sponge_log.log"
- regex: "**/outputs.zip"
- regex: "**/runsc-logs.tar.gz"
- }
-}