# 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_tsan=true"
}
env_vars {
key: "PERFETTO_TEST_ENTRYPT"
value: "infra/kokoro_ci/run_standalone_tests.sh"
}