]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
cephadm-dashboard-e2e-job: get mgr container logs as an artifact 1988/head
authorNizamudeen A <nia@redhat.com>
Fri, 8 Apr 2022 15:45:59 +0000 (21:15 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 18 Apr 2022 06:00:45 +0000 (11:30 +0530)
archive the logs as an artifact in both pr and nightly jobs of
cephadm dashboard frontend e2es.

Signed-off-by: Nizamudeen A <nia@redhat.com>
ceph-dashboard-cephadm-e2e-nightly/config/definitions/ceph-dashboard-cephadm-e2e-nightly.yml
ceph-dashboard-cephadm-e2e/config/definitions/ceph-dashboard-cephadm-e2e.yml

index 4e12c8a2103d6dd756e513e88f0ca5db6cfdad64..f9c9f579c69212c1d24e7aaadff3f55c4fd16e73 100644 (file)
@@ -70,3 +70,7 @@
     publishers:
       - email:
           recipients: ceph-qa@ceph.io
+      - archive:
+          artifacts: 'logs/*.log'
+          allow-empty: true
+          latest-only: false
index 6f262db98c53f695d9d1bd8703b1795da7e821ac..0139483161e6dcb8b7c24bfa472d89255a1bca83 100644 (file)
@@ -82,3 +82,9 @@
               credential-id: cd-cypress-record-key
               variable: CYPRESS_RECORD_KEY
       - ansicolor
+
+    publishers:
+      - archive:
+          artifacts: 'logs/*.log'
+          allow-empty: true
+          latest-only: false