From 470dccab10ed8d8dc1cc74dfad18d292bab1b5fc Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:14:49 +0200 Subject: [PATCH] Revert "test: analyze JUnit results in PR jobs" --- .../config/definitions/ceph-dashboard-pull-requests.yml | 9 ++------- ceph-pr-api/config/definitions/ceph-pr-api.yml | 4 ---- .../config/definitions/ceph-pull-requests.yml | 2 -- 3 files changed, 2 insertions(+), 13 deletions(-) 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 61874944..0753e6c8 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 @@ -21,7 +21,7 @@ auto-rebuild: true - inject: properties-content: | - TERM=xterm-256color + TERM=xterm parameters: - string: @@ -78,9 +78,4 @@ - text: credential-id: cd-cypress-record-key variable: CYPRESS_RECORD_KEY - - ansicolor: - colormap: "gnome-terminal" - - publishers: - - junit: - results: '**/reports/*.xml' + - ansicolor diff --git a/ceph-pr-api/config/definitions/ceph-pr-api.yml b/ceph-pr-api/config/definitions/ceph-pr-api.yml index 890f63e9..a9fa5b35 100644 --- a/ceph-pr-api/config/definitions/ceph-pr-api.yml +++ b/ceph-pr-api/config/definitions/ceph-pr-api.yml @@ -71,7 +71,3 @@ wrappers: - ansicolor - - publishers: - - junit: - results: '**/reports/*.xml' diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index 8626c7ca..1ef21979 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -66,8 +66,6 @@ - ../../build/build publishers: - - junit: - results: '**/reports/*.xml' - cobertura: report-file: "src/pybind/mgr/dashboard/frontend/coverage/cobertura-coverage.xml" only-stable: "true" -- 2.39.5