prjxray/.github/kokoro/tests.cfg

20 lines
377 B
INI

build_file: "symbiflow-prjxray-tests/.github/kokoro/tests.sh"
timeout_mins: 10
action {
define_artifacts {
regex: "**/*.log"
regex: "**/*sponge_log.xml"
regex: "**/build/**/*.xml"
regex: "**/build/*.xml"
regex: "*result*.xml"
strip_prefix: "github/symbiflow-prjxray-tests/"
}
}
env_vars {
key: "KOKORO_DIR"
value: "symbiflow-prjxray-tests"
}