]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
dashboard-e2e-job: get mgr logs as an artifact 1972/head
authorNizamudeen A <nia@redhat.com>
Wed, 2 Mar 2022 09:04:00 +0000 (14:34 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 14 Mar 2022 05:20:33 +0000 (10:50 +0530)
archive the logs as an artifact in both pr jobs and nightly jobs of
dashboard frontend e2es.

Signed-off-by: Nizamudeen A <nia@redhat.com>
ansible/examples/master.yml
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 db709a0c002a175d646fb024dbbf4a2221f11e60..707439f641a6bc6f688fb0961581c897c72361e4 100644 (file)
@@ -28,6 +28,7 @@
       - 'cobertura'
       - 'code-coverage-api'
       - 'command-launcher'
+      - 'compress-artifacts'
       - 'conditional-buildstep'
       - 'configuration-as-code'
       - 'copyartifact'
index 30e950a40eff2a4b39b806811bd6b8b427e4e3e5..4a145bc7dc11670d8e145d49e886eb72c52d9f5a 100644 (file)
@@ -89,3 +89,8 @@
     publishers:
       - email:
           recipients: ceph-qa@ceph.io
+
+      - archive:
+          artifacts: 'build/out/mgr.*.log'
+          allow-empty: true
+          latest-only: false
index d6a942d28688c43394a68c9dcf4f4595bd191b56..5854edf1b87b027911f93db3357c146f28027bf3 100644 (file)
@@ -94,3 +94,9 @@
               <applitoolsApiKey/>
             </com.applitools.jenkins.ApplitoolsBuildWrapper>
       - ansicolor
+
+    publishers:
+      - archive:
+          artifacts: 'build/out/mgr.*.log'
+          allow-empty: true
+          latest-only: false
index 9a62a32e380b41ebaabdf40a39c0e5aaa8fe07a5..49bc91c4faa1aa60ca56cf4e1e1adfba7e964276 100644 (file)
               build-steps:
                 - shell: "sudo dpkg --configure -a"
 
+      - archive:
+          artifacts: 'build/out/mgr.*.log'
+          allow-empty: true
+          latest-only: false
+
     wrappers:
       - ansicolor
       - credentials-binding: