Avoid ci-management archiving files twice 94/20394/9
authorVratko Polak <vrpolak@cisco.com>
Tue, 2 Jul 2019 14:37:12 +0000 (16:37 +0200)
committerVratko Polak <vrpolak@cisco.com>
Fri, 12 Jul 2019 12:56:28 +0000 (12:56 +0000)
commitccfe499e2a27f2caf234ecbb2ec948120810eab6
tree3d3e7712eaaec0e8218dba1e69523d19b06b1fe9
parent15929dcefb20cdf782e0cfaac9ef0667c203d87b
Avoid ci-management archiving files twice

https://gerrit.fd.io/r/20119
has changed the way archival works,
everything should now go to logs.fd.io
(instead of appearing on run page in jenkins.fd.io).

The glob pattern for archiving is quite eager,
doing recursive search. That is good, as it can find
also misplaced useful outputs.
But it also means our usage of copy_archives function
creates two copies of archived directories,
usually archives/ and archives/archive/.

This change simply removes copy_archives,
relying on the new recursive search.

A solution with changing ARCHIVE_DIR and moving if needed
would be better, but looking at amout of jobs
and various func bootstraps, it is not worth the effort.

Change-Id: Iad2bc09455944307e59eecafa64d1db6dc8befe8
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
resources/libraries/bash/entry/bootstrap_verify_perf.sh
resources/libraries/bash/entry/bootstrap_vpp_device.sh
resources/libraries/bash/entry/per_patch_device.sh
resources/libraries/bash/entry/per_patch_perf.sh
resources/libraries/bash/function/common.sh