mirror of https://github.com/openXC7/prjxray.git
infra: Only collect log files for now.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
c12d3a02b1
commit
7412a1b695
|
|
@ -7,7 +7,7 @@ timeout_mins: 4320
|
||||||
action {
|
action {
|
||||||
define_artifacts {
|
define_artifacts {
|
||||||
regex: "**/*result*.xml"
|
regex: "**/*result*.xml"
|
||||||
regex: "**/build/**"
|
regex: "**/build/*.log"
|
||||||
regex: "**/logs/**"
|
regex: "**/logs/**"
|
||||||
regex: "**/database/zynq7/**"
|
regex: "**/database/zynq7/**"
|
||||||
strip_prefix: "github/symbiflow-prjxray-continuous-db-artix7/"
|
strip_prefix: "github/symbiflow-prjxray-continuous-db-artix7/"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ timeout_mins: 4320
|
||||||
action {
|
action {
|
||||||
define_artifacts {
|
define_artifacts {
|
||||||
regex: "**/*result*.xml"
|
regex: "**/*result*.xml"
|
||||||
regex: "**/build/**"
|
regex: "**/build/*.log"
|
||||||
regex: "**/logs/**"
|
regex: "**/logs/**"
|
||||||
regex: "**/database/zynq7/**"
|
regex: "**/database/zynq7/**"
|
||||||
strip_prefix: "github/symbiflow-prjxray-continuous-db-kintex7/"
|
strip_prefix: "github/symbiflow-prjxray-continuous-db-kintex7/"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ timeout_mins: 4320
|
||||||
action {
|
action {
|
||||||
define_artifacts {
|
define_artifacts {
|
||||||
regex: "**/*result*.xml"
|
regex: "**/*result*.xml"
|
||||||
regex: "**/build/**"
|
regex: "**/build/*.log"
|
||||||
regex: "**/logs/**"
|
regex: "**/logs/**"
|
||||||
regex: "**/database/zynq7/**"
|
regex: "**/database/zynq7/**"
|
||||||
strip_prefix: "github/symbiflow-prjxray-continuous-db-zynq7/"
|
strip_prefix: "github/symbiflow-prjxray-continuous-db-zynq7/"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ timeout_mins: 10
|
||||||
action {
|
action {
|
||||||
define_artifacts {
|
define_artifacts {
|
||||||
regex: "**/*result*.xml"
|
regex: "**/*result*.xml"
|
||||||
regex: "**/logs/**"
|
regex: "**/build/*.log"
|
||||||
regex: "**/build/**"
|
regex: "**/build/**"
|
||||||
regex: "**/database/**"
|
regex: "**/database/**"
|
||||||
strip_prefix: "github/symbiflow-prjxray-db/"
|
strip_prefix: "github/symbiflow-prjxray-db/"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ action {
|
||||||
define_artifacts {
|
define_artifacts {
|
||||||
regex: "**/*result*.xml"
|
regex: "**/*result*.xml"
|
||||||
regex: "**/logs/**"
|
regex: "**/logs/**"
|
||||||
regex: "**/build/**"
|
regex: "**/build/*.log"
|
||||||
regex: "**/database/artix7/**"
|
regex: "**/database/artix7/**"
|
||||||
strip_prefix: "github/symbiflow-prjxray-presubmit-db-artix7/"
|
strip_prefix: "github/symbiflow-prjxray-presubmit-db-artix7/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ action {
|
||||||
define_artifacts {
|
define_artifacts {
|
||||||
regex: "**/*result*.xml"
|
regex: "**/*result*.xml"
|
||||||
regex: "**/logs/**"
|
regex: "**/logs/**"
|
||||||
regex: "**/build/**"
|
regex: "**/build/*.log"
|
||||||
regex: "**/database/kintex7/**"
|
regex: "**/database/kintex7/**"
|
||||||
strip_prefix: "github/symbiflow-prjxray-presubmit-db-kintex7/"
|
strip_prefix: "github/symbiflow-prjxray-presubmit-db-kintex7/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ action {
|
||||||
define_artifacts {
|
define_artifacts {
|
||||||
regex: "**/*result*.xml"
|
regex: "**/*result*.xml"
|
||||||
regex: "**/logs/**"
|
regex: "**/logs/**"
|
||||||
regex: "**/build/**"
|
regex: "**/build/*.log"
|
||||||
regex: "**/database/zynq7/**"
|
regex: "**/database/zynq7/**"
|
||||||
strip_prefix: "github/symbiflow-prjxray-presubmit-db-zynq7/"
|
strip_prefix: "github/symbiflow-prjxray-presubmit-db-zynq7/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue