Skip to content

Commit 31b8a81

Browse files
authored
Update container execution command in workflow
1 parent cd19946 commit 31b8a81

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test_cloud_runner.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,11 @@ jobs:
7474
--bind /contrib2-bucket/c96L65_am5f11d12r0_amip/history:/mnt/history:ro
7575
--bind /contrib-efs/container-test/c96_grid/${gridspec_file}:/mnt/${gridspec_file}:ro"
7676
77+
## TO-DO: figure out pulling container instead
7778
container_path=/contrib-efs/container-test/fre-2025.04.sif
7879
runscript_path=${cwd}/for_gh_runner/runscript.sh
7980
80-
docker pull ghcr.io/noaa-gfdl/hpc-me/ppp:2025.04
81-
#singularity exec --writable-tmpfs ${bind_paths} ${container_path} ${runscript_path}
82-
singularity exec --writable-tmpfs ${bind_paths} ppp:2025.04 ${runscript_path}
81+
singularity exec --writable-tmpfs ${bind_paths} ${container_path} ${runscript_path}
8382
8483
# Can potentially do this to get list of tasks
8584
#task_list=$(cylc list test_pp__ptest__ttest)

0 commit comments

Comments
 (0)