From 4e648c36f99084ecdf964c976c3316f71b8d03ca Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 19 Oct 2020 12:39:47 -0500 Subject: [PATCH] Removed sim_output artifacts. - The sim_output artifacts can be very large and cause the pipeline to fail. - We should think about a globus based solution regarding the saving of these files. --- .gitlab-ci.yml | 2 +- ecal/ecal_config.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3145f1cf..6e04b98d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ default: paths: - config/ - results/ - - sim_output/ + # - sim_output/ # exclude: # - .git/ # - datasets/.git/ diff --git a/ecal/ecal_config.yml b/ecal/ecal_config.yml index f359b649..c661e028 100644 --- a/ecal/ecal_config.yml +++ b/ecal/ecal_config.yml @@ -7,7 +7,6 @@ ecal_1_emcal_electrons: expire_in: 20 weeks paths: - results/ - - sim_output/ stage: run script: - bash ecal/emcal_electrons.sh -- GitLab