mirror of https://github.com/openXC7/prjxray.git
36 lines
620 B
INI
36 lines
620 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 {
|
|
regex: "**/*result*.xml"
|
|
regex: "**/logs/**"
|
|
regex: "**/build/*.log"
|
|
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"
|
|
}
|