Skip to content

Commit

Permalink
Switch ufs-bundle CI to spack-stack-1.5.1, and tag CI channel and not…
Browse files Browse the repository at this point in the history
… just Dom in case of failures
  • Loading branch information
climbfuji committed Dec 7, 2023
1 parent bcbd061 commit 4fefdb7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_ec2_pcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cat <<EOF > setup.sh
#!/bin/bash
echo "Loading ufs-bundle environment using spack-stack-1.5.0"
echo "Loading ufs-bundle environment using spack-stack-1.5.1"
ulimit -s unlimited
ulimit -c unlimited
Expand All @@ -84,7 +84,7 @@ jobs:
source /opt/intel/oneapi/compiler/2022.1.0/env/vars.sh
module use /mnt/experiments-efs/skylab-v6/spack-stack-1.5.0/envs/unified-env/install/modulefiles/Core
module use /mnt/experiments-efs/skylab-v6/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core
module load stack-intel/2022.1.0
module load stack-intel-oneapi-mpi/2021.6.0
module load stack-python/3.10.8
Expand Down Expand Up @@ -183,8 +183,8 @@ jobs:
message_format: '{emoji} *{workflow}* {status_message} for branch {branch} in <{repo_url}|{repo}>'
footer: ${{ github.event.pull_request.number || github.event_name || 'workflow dispatched manually' }}
# For testing: only notify user Dom
mention_users: 'U02NLGXF5HV'
mention_users_when: 'failure,warnings'
#mention_users: 'U02NLGXF5HV'
#mention_users_when: 'failure,warnings'
## Default: notify channel
#mention_groups: '!channel'
#mention_groups_when: 'failure,warnings'
mention_groups: '!channel'
mention_groups_when: 'failure,warnings'

0 comments on commit 4fefdb7

Please sign in to comment.