Skip to content

Commit

Permalink
Create analysis 25.02
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Jan 24, 2025
1 parent 7aba76a commit a77c3fe
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
eval $( grep ADMIN_DIR $SCRIPT_DIR/install_config.sh )
eval $( grep JOB_LOG_DIR $SCRIPT_DIR/install_config.sh )
cd $JOB_LOG_DIR
qsub -N build_${{ inputs.environment }} -lncpus=1,mem=40GB,walltime=2:00:00,jobfs=50GB,storage=gdata/hh5+gdata/xp65+scratch/iq82+gdata/tm70 -v SCRIPT_DIR,CONDA_ENVIRONMENT=${{ inputs.environment }} -P iq82 -q copyq -Wblock=true -Wumask=037 "${SCRIPT_DIR}"/build.sh
qsub -N build_${{ inputs.environment }} -lncpus=1,mem=40GB,walltime=2:00:00,jobfs=50GB,storage=gdata/xp65+scratch/iq82+gdata/tm70 -v SCRIPT_DIR,CONDA_ENVIRONMENT=${{ inputs.environment }} -P iq82 -q copyq -Wblock=true -Wumask=037 "${SCRIPT_DIR}"/build.sh
6 changes: 3 additions & 3 deletions environments/analysis3/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
### outside_files_to_copy

### Optional config for custom deploy script
export VERSION_TO_MODIFY=25.01d
export STABLE_VERSION=24.12
export UNSTABLE_VERSION=25.01d
export VERSION_TO_MODIFY=25.02
export STABLE_VERSION=24.11
export UNSTABLE_VERSION=25.02

### Version settings
export ENVIRONMENT=analysis3
Expand Down
Loading

0 comments on commit a77c3fe

Please sign in to comment.