aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Baylis <charles.baylis@linaro.org>2017-05-24 14:25:32 +0100
committerCharles Baylis <charles.baylis@linaro.org>2017-05-24 14:25:32 +0100
commite901b0a586cb9c60485dfb5350d560d33156c92c (patch)
treeaf229abcde91ea1da544b5edf9584252277f1912
parent841a9f06d47c59ac3fede4617d33817dac464ad1 (diff)
tcwg-validate-abetests: copy artifacts from correct path.
The cp commands were cut and pasted from abe-test.yaml, where abe-tests is checked out into a subdirectory of the workspace. This is not the case here, so the 'abe-tests' must be removed from the front of the path when copying artifacts. Change-Id: I2eb94a7a10e5bb92cc3602e37ac13cf3da7bf6e1
-rw-r--r--tcwg-validate-abetests.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-validate-abetests.yaml b/tcwg-validate-abetests.yaml
index 9518f0ab24..15b1290534 100644
--- a/tcwg-validate-abetests.yaml
+++ b/tcwg-validate-abetests.yaml
@@ -98,14 +98,14 @@
case "$test" in
abe-tests)
${BUILD_SHELL} -c "set -ex; ${WORKSPACE}/test-manifest2.sh --ref-snapshots /home/tcwg-buildslave/snapshots-ref --display-summary --quiet" || status=$?
- cp abe-tests/full-manifest-test/*.txt "${ARTIFACTS}"
+ cp full-manifest-test/*.txt "${ARTIFACTS}"
# full build logs are large, and not very useful, so we
# don't waste the disk space on them
rm -f ${ARTIFACTS}/test-mani-build[12].txt
;;
abe-tests-checkout)
${BUILD_SHELL} -c "set -ex; ${WORKSPACE}/test-checkout.sh --clean-snapshots --ref-snapshots /home/tcwg-buildslave/snapshots-ref" || status=$?
- cp abe-tests/checkout-test/workspace*/test_*.log "${ARTIFACTS}"
+ cp checkout-test/workspace*/test_*.log "${ARTIFACTS}"
# the reports from here aren't usually needed, so are
# worth compressing
xz ${ARTIFACTS}/*