prjxray/.github/kokoro/presubmit-db-artix7.cfg

33 lines
490 B
INI

# Format: //devtools/kokoro/config/proto/build.proto
build_file: "symbiflow-prjxray-presubmit-db-artix7/.github/kokoro/db-quick.sh"
timeout_mins: 180
action {
define_artifacts {
regex: "**/*result*.xml"
regex: "**/*.log"
}
}
env_vars {
key: "KOKORO_TYPE"
value: "presubmit"
}
env_vars {
key: "KOKORO_DIR"
value: "symbiflow-prjxray-presubmit-db-artix7"
}
env_vars {
key: "XRAY_SETTINGS"
value: "artix7"
}
env_vars {
key: "XRAY_BUILD_TYPE"
value: "quick"
}