Skip to content

Commit

Permalink
Add test to check standalone rucio upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Dec 20, 2024
1 parent 3a0fe12 commit 29112ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 29112ef

Please sign in to comment.