Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch ufs-bundle CI to spack-stack-1.5.1 #46

Merged
merged 3 commits into from
Dec 11, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 22 additions & 7 deletions .github/workflows/run_ec2_pcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:

steps:
- name: cleanup
if: ${{ github.event_name == 'schedule' }}
# DH* TO ALLOW FOR TESTING PARALLEL TO OTHER PRS
climbfuji marked this conversation as resolved.
Show resolved Hide resolved
#if: ${{ github.event_name == 'schedule' }}
# *DH
env:
JEDI_ENV: /home/ubuntu/ufs-bundle/jedi_run
run: |
Expand Down Expand Up @@ -74,7 +76,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 +86,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-v7/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 +185,21 @@ 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'

# DH* TO ALLOW FOR TESTING PARALLEL TO OTHER PRS
climbfuji marked this conversation as resolved.
Show resolved Hide resolved
- name: cleanuponcemore
env:
JEDI_ENV: /home/ubuntu/ufs-bundle/jedi_run
run: |
# Remove and prepare run directory
rm -fr ${JEDI_ENV}
mkdir -p ${JEDI_ENV}
cd ${JEDI_ENV}
pwd
ls -lart
# *DH