Skip to content

Commit

Permalink
Remove rucio test from production test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Dec 22, 2024
1 parent 5df3029 commit 97ea4e0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/run_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,10 @@ jobs:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: eic/run-cvmfs-osg-eic-shell@main
env:
X509_PROXY: ${{ secrets.X509_PROXY }}
with:
platform-release: "jug_xl:nightly"
run: |
eic-info > eic-info.txt
echo "${X509_PROXY}" > x509_user_proxy
# Test rucio upload script
export 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
eic-info
# Test running hepmc3 file
DETECTOR_CONFIG="epic_craterlake" \
Expand Down

0 comments on commit 97ea4e0

Please sign in to comment.