]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
dashboard-e2e: change artifact dir to mstart ones 2030/head
authorNizamudeen A <nia@redhat.com>
Thu, 30 Jun 2022 17:48:06 +0000 (23:18 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 2 Aug 2022 14:33:37 +0000 (20:03 +0530)
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 <nia@redhat.com>
ceph-api-nightly/config/definitions/ceph-api-nightly.yml
ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml
ceph-pr-api/config/definitions/ceph-pr-api.yml

index 661126cf7dafc83bae7c710f559aa12cabd832bd..3d62f752f6d37d96ff858ec9d7570cdfadc85fe1 100644 (file)
@@ -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
index 94a4f36129957ab9f68d025e15dab0b78707b277..3bf33040dc58fed445cbfaa12561c883de31ec9f 100644 (file)
@@ -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
 
index df4a6d3b29cc8e82d702eb1dd5c260b7dee21fd8..a9cc204a3ad75392740d7f40a360507441e518fb 100644 (file)
@@ -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