]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
dashboard-pr: add JUnit tests 1828/head
authorErnesto Puerta <epuertat@redhat.com>
Tue, 1 Jun 2021 16:29:45 +0000 (18:29 +0200)
committerAashish Sharma <aasharma@redhat.com>
Tue, 5 Jul 2022 09:46:06 +0000 (15:16 +0530)
https://plugins.jenkins.io/junit/
https://docs.openstack.org/infra/jenkins-job-builder/publishers.html?highlight=junit#publishers.junit

Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
ceph-dashboard-cephadm-e2e/config/definitions/ceph-dashboard-cephadm-e2e.yml
ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml

index 111fe8786f5626e3eb4842c6d2810ea2fda30db4..c928405c24eacb1cadfd009a24eb226afa70390b 100644 (file)
@@ -88,3 +88,7 @@
           artifacts: 'logs/**'
           allow-empty: true
           latest-only: false
+
+      - junit:
+          results: 'src/pybind/mgr/dashboard/frontend/cypress/reports/results-*.xml'
+          allow-empty: true
index 58de076d3ea561df9668cf6c5952879492bcea95..94a4f36129957ab9f68d025e15dab0b78707b277 100644 (file)
           artifacts: 'build/out/mgr.*.log'
           allow-empty: true
           latest-only: false
+
+      - junit:
+          results: 'src/pybind/mgr/dashboard/frontend/cypress/reports/results-*.xml'
+          allow-empty: true