Skip to content

Commit

Permalink
Updated flags for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-turner-1 committed Dec 11, 2024
1 parent e915ff8 commit 6228987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/test_end_to_end.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash -l

#PBS -P iq82
#PBS -l storage=gdata/xp65+gdata/ik11+gdata/cj50+gdata/p73+gdata/dk92+gdata/al33+gdata/rr3+gdata/fs38+gdata/oi10
#PBS -l storage=gdata/xp65+gdata/ik11+gdata/cj50+gdata/p73+gdata/dk92+gdata/al33+gdata/rr3+gdata/fs38+gdata/oi10+gdata/hq89+gdata/py18+gdata/ig45+gdata/zz63+gdata/rt52
#PBS -q normal
#PBS -W block=true
#PBS -l walltime=00:30:00
#PBS -l mem=32gb
#PBS -l mem=64gb
#PBS -l ncpus=12
#PBS -l wd
#PBS -j oe
Expand All @@ -25,4 +25,4 @@ module use /g/data/xp65/public/modules
module load conda/analysis3-24.12
module load openmpi

pytest -s --e2e tests
pytest -s --e2e /g/data/xp65/admin/access-nri-intake-catalog/tests

0 comments on commit 6228987

Please sign in to comment.