Skip to content

Commit

Permalink
Turn off most CI for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Jan 14, 2025
1 parent 8ad297a commit c2f0df1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build_scm_ubuntu_22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
fortran-compiler: [gfortran-10, gfortran-11, gfortran-12]
build-type: [Release, Debug]
py-version: [3.7.13, 3.9.12]
build-type: [Release]#, Debug]
py-version: [3.9.12]

# Environmental variables
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_build_scm_ubuntu_22.04_nvidia.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI test to build the CCPP-SCM on ubuntu v22.04

on: [pull_request,workflow_dispatch]
#on: [pull_request,workflow_dispatch]
on: [workflow_dispatch]

jobs:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_run_scm_DEPHY.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI test to run the SCM with DEPHY v1 data

on: [pull_request,workflow_dispatch]
#on: [pull_request,workflow_dispatch]
on: [workflow_dispatch]

jobs:
run-scm-DEPHY:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci_run_scm_rts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
fortran-compiler: [gfortran-11]
build-type: [Release, Debug, SinglePrecision]
build-type: [Release]#, Debug, SinglePrecision]
py-version: [3.9.12]

# Environmental variables
Expand All @@ -22,8 +22,8 @@ jobs:
sp_ROOT: /home/runner/NCEPLIBS-sp
w3emc_ROOT: /home/runner/myw3emc
SCM_ROOT: /home/runner/work/ccpp-scm/ccpp-scm
suites: SCM_GFS_v15p2,SCM_GFS_v16,SCM_GFS_v17_p8,SCM_HRRR,SCM_RRFS_v1beta,SCM_RAP,SCM_WoFS_v0,SCM_HRRR_gf,SCM_GFS_v17_p8_ugwpv1,SCM_GFS_v16_RRTMGP,SCM_GFS_v16_debug
suites_ps: SCM_GFS_v15p2_ps,SCM_GFS_v16_ps,SCM_GFS_v17_p8_ps,SCM_HRRR_ps,SCM_RRFS_v1beta_ps,SCM_RAP_ps,SCM_WoFS_v0_ps,SCM_HRRR_gf_ps,SCM_GFS_v17_p8_ugwpv1_ps,SCM_GFS_v16_RRTMGP_ps,SCM_GFS_v16_debug_ps
suites: SCM_GFS_v16,SCM_RAP,SCM_WoFS_v0,SCM_HRRR_gf,SCM_GFS_v17_p8_ugwpv1,SCM_GFS_v16_RRTMGP
suites_ps: SCM_GFS_v16_ps,SCM_RAP_ps,SCM_WoFS_v0_ps,SCM_HRRR_gf_ps,SCM_GFS_v17_p8_ugwpv1_ps,SCM_GFS_v16_RRTMGP_ps
dir_rt: /home/runner/work/ccpp-scm/ccpp-scm/test/artifact-${{matrix.build-type}}
dir_bl: /home/runner/work/ccpp-scm/ccpp-scm/test/BL-${{matrix.build-type}}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_run_scm_ufs_replay.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI test to create SCM UFS-replay cases from UWM regression tests

on: [pull_request,workflow_dispatch]
#on: [pull_request,workflow_dispatch]
on: [workflow_dispatch]

jobs:
run_scm_ufs_replay:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_scm_ccpp_prebuild.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CI test to run SCM ccpp_prebuild script
name: build

on: [push, pull_request, workflow_dispatch]
#on: [push, pull_request, workflow_dispatch]
on: [workflow_dispatch]

jobs:
build-linux:
Expand Down
1 change: 0 additions & 1 deletion ccpp/config/host_files.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ccpp/physics/physics/hooks/machine.f
ccpp/physics/physics/Interstitials/UFS_SCM_NEPTUNE/module_ccpp_suite_simulator.F90
ccpp/physics/physics/photochem/module_h2ophys.F90
ccpp/physics/physics/photochem/module_ozphys.F90
Expand Down
2 changes: 1 addition & 1 deletion ccpp/config/scheme_files.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ccpp/physics/physics/hooks/machine.f
ccpp/physics/physics/hooks/physcons.F90
ccpp/physics/physics/tools/get_prs_fv3.F90
ccpp/physics/physics/tools/get_phi_fv3.F90
Expand Down Expand Up @@ -132,5 +131,6 @@ ccpp/physics/physics/SFC_Models/Ocean/sfc_ocean.F
ccpp/physics/physics/SFC_Models/SeaIce/CICE/sfc_sice.f
ccpp/physics/physics/SFC_Models/SeaIce/CICE/sfc_cice.f
ccpp/physics/physics/SFC_Models/Lake/Flake/flake_driver.F90
ccpp/physics/physics/SFC_Models/Lake/CLM/clm_lake.f90
ccpp/physics/physics/smoke_dust/rrfs_smoke_wrapper.F90
ccpp/physics/physics/smoke_dust/rrfs_smoke_postpbl.F90

0 comments on commit c2f0df1

Please sign in to comment.