mirror of https://github.com/openXC7/prjxray.git
33 lines
508 B
INI
33 lines
508 B
INI
# Format: //devtools/kokoro/config/proto/build.proto
|
|
|
|
build_file: "symbiflow-prjxray-continuous-db-kintex7-quick/.github/kokoro/db-quick.sh"
|
|
|
|
timeout_mins: 180
|
|
|
|
action {
|
|
define_artifacts {
|
|
regex: "**/*result*.xml"
|
|
regex: "**/*.log"
|
|
}
|
|
}
|
|
|
|
env_vars {
|
|
key: "KOKORO_TYPE"
|
|
value: "continuous"
|
|
}
|
|
|
|
env_vars {
|
|
key: "KOKORO_DIR"
|
|
value: "symbiflow-prjxray-continuous-db-kintex7-quick"
|
|
}
|
|
|
|
env_vars {
|
|
key: "XRAY_SETTINGS"
|
|
value: "kintex7"
|
|
}
|
|
|
|
env_vars {
|
|
key: "XRAY_BUILD_TYPE"
|
|
value: "quick"
|
|
}
|