mirror of https://github.com/openXC7/prjxray.git
45 lines
896 B
INI
45 lines
896 B
INI
# Format: //devtools/kokoro/config/proto/build.proto
|
|
|
|
build_file: "symbiflow-prjxray-presubmit-db-artix7/.github/kokoro/db-full.sh"
|
|
|
|
timeout_mins: 4320
|
|
|
|
action {
|
|
define_artifacts {
|
|
# File types
|
|
regex: "**/diff.html"
|
|
regex: "**/diff.json"
|
|
regex: "**/diff.patch"
|
|
regex: "**/*result*.xml"
|
|
regex: "**/*sponge_log.xml"
|
|
regex: "**/fuzzers/*.tgz"
|
|
# Whole directories
|
|
# regex: "**/build/**" - Currently kokoro dies on number of artifacts.
|
|
regex: "**/build/*.log"
|
|
regex: "**/logs/**"
|
|
# The database
|
|
regex: "**/database/artix7/**"
|
|
strip_prefix: "github/symbiflow-prjxray-presubmit-db-artix7/"
|
|
}
|
|
}
|
|
|
|
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: "full"
|
|
}
|