From: Nizamudeen A Date: Thu, 30 Jun 2022 17:48:06 +0000 (+0530) Subject: dashboard-e2e: change artifact dir to mstart ones X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2030%2Fhead;p=ceph-build.git dashboard-e2e: change artifact dir to mstart ones after #46848, the log dir will be changed because the test is going to use the mstart instead of vstart Signed-off-by: Nizamudeen A --- diff --git a/ceph-api-nightly/config/definitions/ceph-api-nightly.yml b/ceph-api-nightly/config/definitions/ceph-api-nightly.yml index 661126cf..3d62f752 100644 --- a/ceph-api-nightly/config/definitions/ceph-api-nightly.yml +++ b/ceph-api-nightly/config/definitions/ceph-api-nightly.yml @@ -99,6 +99,6 @@ recipients: ceph-qa@ceph.io - archive: - artifacts: 'build/out/mgr.*.log' + artifacts: 'build/out/*.log, build/run/1/out/*.log, build/run/2/out/*.log' allow-empty: true latest-only: false diff --git a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml index 94a4f361..3bf33040 100644 --- a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml +++ b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml @@ -98,7 +98,7 @@ publishers: - archive: - artifacts: 'build/out/mgr.*.log' + artifacts: 'build/out/*.log, build/run/1/out/*.log, build/run/2/out/*.log' allow-empty: true latest-only: false diff --git a/ceph-pr-api/config/definitions/ceph-pr-api.yml b/ceph-pr-api/config/definitions/ceph-pr-api.yml index df4a6d3b..a9cc204a 100644 --- a/ceph-pr-api/config/definitions/ceph-pr-api.yml +++ b/ceph-pr-api/config/definitions/ceph-pr-api.yml @@ -85,7 +85,7 @@ - shell: "sudo dpkg --configure -a" - archive: - artifacts: 'build/out/mgr.*.log' + artifacts: 'build/out/*.log' allow-empty: true latest-only: false