mirror of https://github.com/openXC7/prjxray.git
36 lines
619 B
INI
36 lines
619 B
INI
# Format: //devtools/kokoro/config/proto/build.proto
|
|
|
|
build_file: "symbiflow-prjxray-continuous-db-zynq7/.github/kokoro/db-full.sh"
|
|
|
|
timeout_mins: 4320
|
|
|
|
action {
|
|
define_artifacts {
|
|
regex: "**/*result*.xml"
|
|
regex: "**/build/*.log"
|
|
regex: "**/logs/**"
|
|
regex: "**/database/zynq7/**"
|
|
strip_prefix: "github/symbiflow-prjxray-continuous-db-zynq7/"
|
|
}
|
|
}
|
|
|
|
env_vars {
|
|
key: "KOKORO_TYPE"
|
|
value: "continuous"
|
|
}
|
|
|
|
env_vars {
|
|
key: "KOKORO_DIR"
|
|
value: "symbiflow-prjxray-continuous-db-zynq7"
|
|
}
|
|
|
|
env_vars {
|
|
key: "XRAY_SETTINGS"
|
|
value: "zynq7"
|
|
}
|
|
|
|
env_vars {
|
|
key: "XRAY_BUILD_TYPE"
|
|
value: "full"
|
|
}
|