]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
test: add JUnit result analysis to jobs 1648/head
authorErnesto Puerta <epuertat@redhat.com>
Mon, 24 Aug 2020 15:59:27 +0000 (17:59 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Wed, 30 Sep 2020 14:42:00 +0000 (16:42 +0200)
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml
ceph-pr-api/config/definitions/ceph-pr-api.yml
ceph-pull-requests/config/definitions/ceph-pull-requests.yml

index 0753e6c8fd2f5732ef4fdb31405446e71cb66203..61874944e90d2396c2c1785ae5aa21567095a90d 100644 (file)
@@ -21,7 +21,7 @@
           auto-rebuild: true
       - inject:
           properties-content: |
-            TERM=xterm
+            TERM=xterm-256color
 
     parameters:
       - string:
@@ -78,4 +78,9 @@
           - text:
               credential-id: cd-cypress-record-key
               variable: CYPRESS_RECORD_KEY
-      - ansicolor
+      - ansicolor:
+          colormap: "gnome-terminal"
+
+    publishers:
+      - junit:
+          results: '**/reports/*.xml'
index a9fa5b357e82ae2233a5d1e4e0e0dab6ba54d985..890f63e9687d839c6514e09f8fceaf4bae114fb0 100644 (file)
@@ -71,3 +71,7 @@
 
     wrappers:
       - ansicolor
+
+    publishers:
+      - junit:
+          results: '**/reports/*.xml'
index 1ef21979b924b5d00f4ef8f258a6b8c7f5a3911b..8626c7ca2d7106ad7aad0ab2e9484aaf5705352a 100644 (file)
@@ -66,6 +66,8 @@
           - ../../build/build
 
     publishers:
+      - junit:
+          results: '**/reports/*.xml'
       - cobertura:
           report-file: "src/pybind/mgr/dashboard/frontend/coverage/cobertura-coverage.xml"
           only-stable: "true"