Skip to content

Commit

Permalink
Set view to false. ufs-community#859
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 26, 2023
1 parent 51cc763 commit 3cb7b2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ubuntu_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
# Install dependencies using Spack
- name: install-dependencies-with-spack
if: steps.cache-env.outputs.cache-hit != 'true'
view: False
run: |
git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git
source spack/share/spack/setup-env.sh
Expand Down Expand Up @@ -78,9 +79,11 @@ jobs:
key: spack-${{ runner.os }}-${{ env.cache_key }}-${{ hashFiles('ufs_utils/ci/spack.yaml') }}

- name: build
view: False
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
spack load ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
export CC=mpicc
export FC=mpif90
cd ufs_utils
Expand All @@ -90,9 +93,11 @@ jobs:
make install
- name: ctest
view: False
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
spack load ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
cd ufs_utils
cd build
ctest --verbose --rerun-failed --output-on-failure
4 changes: 4 additions & 0 deletions .github/workflows/ubuntu_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ jobs:
key: spack-${{ runner.os }}-${{ env.cache_key }}-${{ hashFiles('ufs_utils/ci/spack.yaml') }}

- name: build
view: False
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
spack load ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
export CC=mpiicc
export FC=mpiifort
cd ufs_utils
Expand All @@ -108,9 +110,11 @@ jobs:
make install
- name: ctest
view: False
run: |
source spack/share/spack/setup-env.sh
spack env activate ufs_utils-env
spack load ip sp w3emc netcdf-c netcdf-fortran bacio g2 nemsio sfcio sigio nccmp parallelio esmf
cd ufs_utils
cd build
ctest --verbose --rerun-failed --output-on-failure

0 comments on commit 3cb7b2f

Please sign in to comment.