]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Fix path for verification.xml 92/41892/1
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Mon, 11 Apr 2022 07:26:11 +0000 (11:26 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Mon, 11 Apr 2022 07:26:11 +0000 (11:26 +0400)
Change-Id: If980cb17e23e7ea168317d4b2df13f2d957bfdc0

maintenance-ci/mos/jobs/maintenance-tempest-runner.yaml
maintenance-ci/mos/scripts/maintenance-tempest-runner.sh

index 042ca5e61b6d76c84b6c85eba79725bceec188d0..de33a97db4c8f3cc12370b0467ff1226e08d473a 100644 (file)
@@ -49,4 +49,4 @@
           allow-empty: 'true'
           fingerprint: true
       - junit:
-          results: verification.xml
+          results: shared/results/verification.xml
index 08e1f007fec632e48e69359ae05c101ae26b688c..c217cfa2d3a336835fbab6206c0eb2263b926161 100644 (file)
@@ -78,7 +78,7 @@ set +e
 
 if [[ -n "${REPORT_PREFIX}" ]]; then
     mkdir -p "${REPORT_PREFIX}"
-    cp -f "${LOCAL_STORAGE}"/verification.xml "${REPORT_PREFIX}"
+    cp -f "${LOCAL_STORAGE}"/results/verification.xml "${REPORT_PREFIX}"
 fi
 
 source "${VENV_PATH}/bin/activate"