Skip to content

Commit

Permalink
Add cmake tests to ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Nov 18, 2024
1 parent f61083e commit 09d03e8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,37 @@ jobs:
- make-pgi-dm+sm
# add new compilation tests here

testSet :
- host : derecho
hpc-workflows_path : .ci/hpc-workflows
archive : /glade/work/aislas/github/runners/wrf/derecho/logs/
account : NMMM0012
name : "CMake Compilation Tests"
id : cmake-tests
fileroot : wrf_compilation_tests-cmake
args : -j='{"node_select":{"-l ":{"select":1}}}'
pool : 8
tpool : 1
mkdirs : true
tests :
- cmake-gnu-serial
- cmake-gnu-sm
- cmake-gnu-dm
- cmake-gnu-dm+sm
- cmake-intel-classic-serial
- cmake-intel-classic-sm
- cmake-intel-classic-dm
- cmake-intel-classic-dm+sm
- cmake-intel-llvm-serial
- cmake-intel-llvm-sm
- cmake-intel-llvm-dm
- cmake-intel-llvm-dm+sm
- cmake-pgi-serial
- cmake-pgi-sm
- cmake-pgi-dm
- cmake-pgi-dm+sm
# add new compilation tests here

uses : ./.github/workflows/test_workflow.yml
with :
# This should be the only hard-coded value, we don't use ${{ github.event.label.name }}
Expand Down

0 comments on commit 09d03e8

Please sign in to comment.