From 9f1a1bef457267ed789687b27b7340c9951ddb1a Mon Sep 17 00:00:00 2001 From: rghetia Date: Wed, 16 May 2018 09:45:53 -0700 Subject: To bring parity with travis build add missing tasks to kokoro build. - Each task is treated as separate job to run in parallel. - single script linux_presumbit.sh performs all task based TASK env. --- buildscripts/kokoro/linux_example_format.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 buildscripts/kokoro/linux_example_format.cfg (limited to 'buildscripts/kokoro/linux_example_format.cfg') diff --git a/buildscripts/kokoro/linux_example_format.cfg b/buildscripts/kokoro/linux_example_format.cfg new file mode 100644 index 00000000..6f9a3dc1 --- /dev/null +++ b/buildscripts/kokoro/linux_example_format.cfg @@ -0,0 +1,9 @@ +# Config file for child task CHECK_EXAMPLES_FORMAT +env_vars { + key: "TASK" + value: "CHECK_EXAMPLES_FORMAT" +} + +# Location of the continuous shell script in repository. +build_file: "opencensus-java/buildscripts/kokoro/linux_presubmit.sh" +timeout_mins: 60 -- cgit v1.2.3