Skip to content

Commit

Permalink
Fixed the time.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen committed Jun 25, 2024
1 parent 3dadb48 commit 6f46f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/tioga/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ allocate lc resources:
script:
- echo "== ACQUIRING FLUX RESOURCES =="
- echo "${WITH_WEEKLY:+Running with --weekly}"
- export TEST_TIME=$([[ -n "${WITH_WEEKLY}" ]] && echo "150m" || echo "40m")
- export TEST_TIME=$([[ -n "${WITH_WEEKLY}" ]] && echo "150m" || echo "90m")
- export LBANN_NNODES=$([[ -n "${WITH_WEEKLY}" ]] && echo "4" || echo "2")
- export FLUX_F58_FORCE_ASCII=t
- export JOB_ID="UNALLOCATED"
Expand Down

0 comments on commit 6f46f6f

Please sign in to comment.