From 49297158b64ad3754047c3583b6c97ee69508327 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Tue, 1 Jun 2021 18:29:45 +0200 Subject: [PATCH] dashboard-pr: add JUnit tests https://plugins.jenkins.io/junit/ https://docs.openstack.org/infra/jenkins-job-builder/publishers.html?highlight=junit#publishers.junit Signed-off-by: Ernesto Puerta --- .../config/definitions/ceph-dashboard-cephadm-e2e.yml | 4 ++++ .../config/definitions/ceph-dashboard-pull-requests.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ceph-dashboard-cephadm-e2e/config/definitions/ceph-dashboard-cephadm-e2e.yml b/ceph-dashboard-cephadm-e2e/config/definitions/ceph-dashboard-cephadm-e2e.yml index 111fe878..c928405c 100644 --- a/ceph-dashboard-cephadm-e2e/config/definitions/ceph-dashboard-cephadm-e2e.yml +++ b/ceph-dashboard-cephadm-e2e/config/definitions/ceph-dashboard-cephadm-e2e.yml @@ -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 diff --git a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml index 58de076d..94a4f361 100644 --- a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml +++ b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml @@ -101,3 +101,7 @@ 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 -- 2.39.5