From 29112efbd43a416b185bd28a8169e72b942f9c42 Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Fri, 20 Dec 2024 10:14:04 -0500 Subject: [PATCH] Add test to check standalone rucio upload script --- .github/workflows/run_prod.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_prod.yml b/.github/workflows/run_prod.yml index 5086696..de4807a 100644 --- a/.github/workflows/run_prod.yml +++ b/.github/workflows/run_prod.yml @@ -24,8 +24,12 @@ jobs: with: platform-release: "jug_xl:nightly" run: | - eic-info - + eic-info > eic-info.txt + echo ${X509_PROXY} > x509_user_proxy + + # Test rucio upload script + X509_USER_PROXY=x509_user_proxy RUCIO_CONFIG=scripts/rucio.cfg python scripts/register_to_rucio.py -f eic-info.txt -d /main/CI/eic-info.txt -s epic + # Test running hepmc3 file DETECTOR_CONFIG="epic_craterlake" \ DETECTOR_VERSION="main" \