From 65765ca4d2391302e01f148ef7524d250df7a40e Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 22 Dec 2020 13:27:21 -0600 Subject: [PATCH] Rmoved junit testing from pipeline - Moved examples junit files to `tests` modified: config.yml renamed: report.xml -> tests/report.xml renamed: report2.xml -> tests/report2.xml --- dvcs/config.yml | 6 +++--- dvcs/{ => tests}/report.xml | 0 dvcs/{ => tests}/report2.xml | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename dvcs/{ => tests}/report.xml (100%) rename dvcs/{ => tests}/report2.xml (100%) diff --git a/dvcs/config.yml b/dvcs/config.yml index 41b2ee75..0f63429f 100644 --- a/dvcs/config.yml +++ b/dvcs/config.yml @@ -13,10 +13,10 @@ dvcs:results: needs: ["dvcs:process"] script: - pip install junitparser - - python dvcs/scripts/merge_results.py + #- python dvcs/scripts/merge_results.py artifacts: paths: - results - reports: - junit: ["results/dvcs/dvcs_report.xml"] + # reports: + # junit: ["results/dvcs/dvcs_report.xml"] diff --git a/dvcs/report.xml b/dvcs/tests/report.xml similarity index 100% rename from dvcs/report.xml rename to dvcs/tests/report.xml diff --git a/dvcs/report2.xml b/dvcs/tests/report2.xml similarity index 100% rename from dvcs/report2.xml rename to dvcs/tests/report2.xml -- GitLab