aboutsummaryrefslogtreecommitdiff
path: root/infra/kokoro_ci/linux/ci-clang-x86_64-asan_lsan_ubsan.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'infra/kokoro_ci/linux/ci-clang-x86_64-asan_lsan_ubsan.cfg')
-rw-r--r--infra/kokoro_ci/linux/ci-clang-x86_64-asan_lsan_ubsan.cfg30
1 files changed, 30 insertions, 0 deletions
diff --git a/infra/kokoro_ci/linux/ci-clang-x86_64-asan_lsan_ubsan.cfg b/infra/kokoro_ci/linux/ci-clang-x86_64-asan_lsan_ubsan.cfg
new file mode 100644
index 000000000..8aa1dbaea
--- /dev/null
+++ b/infra/kokoro_ci/linux/ci-clang-x86_64-asan_lsan_ubsan.cfg
@@ -0,0 +1,30 @@
+# Copyright (C) 2018 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+# Location of the shell script that is the entry point for continuous
+# integration jobs. The first directory in the path is where Kokoro will check
+# out the repository. The rest is the path relative to the repository's root.
+build_file: "perfetto/infra/kokoro_ci/kokoro_entry.sh"
+
+env_vars {
+ key: "PERFETTO_TEST_GN_ARGS"
+ value: "is_debug=false is_ubsan=true is_asan=true is_lsan=true"
+}
+
+env_vars {
+ key: "PERFETTO_TEST_ENTRYPT"
+ value: "infra/kokoro_ci/run_standalone_tests.sh"
+}
+