mirror of https://github.com/openXC7/prjxray.git
infra: Collect Vivado logs into tgz archive
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
This commit is contained in:
parent
91318ac8a5
commit
8794767eca
|
|
@ -12,6 +12,7 @@ action {
|
|||
regex: "**/diff.patch"
|
||||
regex: "**/*result*.xml"
|
||||
regex: "**/*sponge_log.xml"
|
||||
regex: "**/fuzzers/vivado.tgz"
|
||||
# Whole directories
|
||||
# regex: "**/build/**" - Currently kokoro dies on number of artifacts.
|
||||
regex: "**/build/*.log"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ action {
|
|||
regex: "**/diff.patch"
|
||||
regex: "**/*result*.xml"
|
||||
regex: "**/*sponge_log.xml"
|
||||
regex: "**/fuzzers/vivado.tgz"
|
||||
# Whole directories
|
||||
# regex: "**/build/**" - Currently kokoro dies on number of artifacts.
|
||||
regex: "**/build/*.log"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ action {
|
|||
regex: "**/diff.patch"
|
||||
regex: "**/*result*.xml"
|
||||
regex: "**/*sponge_log.xml"
|
||||
regex: "**/fuzzers/vivado.tgz"
|
||||
# Whole directories
|
||||
# regex: "**/build/**" - Currently kokoro dies on number of artifacts.
|
||||
regex: "**/build/*.log"
|
||||
|
|
|
|||
|
|
@ -58,6 +58,11 @@ echo "----------------------------------------"
|
|||
set +x
|
||||
echo "----------------------------------------"
|
||||
|
||||
# Collect the Vivado logs into one tgz archive
|
||||
echo "Collecting Vivado logs"
|
||||
find . -name vivado.log | xargs tar -czvf vivado.tgz
|
||||
echo "----------------------------------------"
|
||||
|
||||
# Check there is nothing to do after running...
|
||||
echo
|
||||
if [ $(make --dry-run | grep -v 'Nothing to be done' | wc -l) -gt 0 ]; then
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ action {
|
|||
regex: "**/diff.patch"
|
||||
regex: "**/*result*.xml"
|
||||
regex: "**/*sponge_log.xml"
|
||||
regex: "**/fuzzers/vivado.tgz"
|
||||
# Whole directories
|
||||
# regex: "**/build/**" - Currently kokoro dies on number of artifacts.
|
||||
regex: "**/build/*.log"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ action {
|
|||
regex: "**/diff.patch"
|
||||
regex: "**/*result*.xml"
|
||||
regex: "**/*sponge_log.xml"
|
||||
regex: "**/fuzzers/vivado.tgz"
|
||||
# Whole directories
|
||||
# regex: "**/build/**" - Currently kokoro dies on number of artifacts.
|
||||
regex: "**/build/*.log"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ action {
|
|||
regex: "**/diff.patch"
|
||||
regex: "**/*result*.xml"
|
||||
regex: "**/*sponge_log.xml"
|
||||
regex: "**/fuzzers/vivado.tgz"
|
||||
# Whole directories
|
||||
# regex: "**/build/**" - Currently kokoro dies on number of artifacts.
|
||||
regex: "**/build/*.log"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ action {
|
|||
regex: "**/diff.patch"
|
||||
regex: "**/*result*.xml"
|
||||
regex: "**/*sponge_log.xml"
|
||||
regex: "**/fuzzers/vivado.tgz"
|
||||
# Whole directories
|
||||
# regex: "**/build/**" - Currently kokoro dies on number of artifacts.
|
||||
regex: "**/build/*.log"
|
||||
|
|
|
|||
Loading…
Reference in New Issue