From 8d1107a193429ed52700fd551ed47584439cf38b Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Mon, 11 Apr 2022 01:31:50 +0400 Subject: [PATCH] Update archivers for tempest runner Change-Id: I3b93a32d22b33e97c64bcc804a69d21fcc8e3e7a --- maintenance-ci/mos/jobs/maintenance-tempest-runner.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/maintenance-ci/mos/jobs/maintenance-tempest-runner.yaml b/maintenance-ci/mos/jobs/maintenance-tempest-runner.yaml index de29fb5..042ca5e 100644 --- a/maintenance-ci/mos/jobs/maintenance-tempest-runner.yaml +++ b/maintenance-ci/mos/jobs/maintenance-tempest-runner.yaml @@ -33,19 +33,19 @@ !include-raw: '../scripts/maintenance-tempest-runner.sh' publishers: - archive: - artifacts: 'log.log' + artifacts: 'shared/results/log.log' allow-empty: 'true' fingerprint: true - archive: - artifacts: 'verification.xml' + artifacts: 'shared/results/verification.xml' allow-empty: 'true' fingerprint: true - archive: - artifacts: 'tempest.log' + artifacts: 'shared/results/tempest.log' allow-empty: 'true' fingerprint: true - archive: - artifacts: 'tempest.conf' + artifacts: 'shared/results/tempest.conf' allow-empty: 'true' fingerprint: true - junit: -- 2.45.2