Skip to content

Commit

Permalink
Add hpc_copy_paths to app configs
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Jan 3, 2025
1 parent c962d93 commit 9b04aae
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions .civet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Contains configuration files that CIVET uses in CI.

## Syntax

- `hpc_copy_paths`: List of directories to copy for HPC testing
- `lfs_include`: List of LFS paths to pull.
4 changes: 4 additions & 0 deletions .civet/bison.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
hpc_copy_paths:
- microreactors
- sfr
lfs_include:
- microreactors/KRUSTY
- microreactors/mrad
- microreactors/gcmr
- sfr/vtr

6 changes: 6 additions & 0 deletions .civet/blue_crab.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
hpc_copy_paths:
- htgr
- microreactors
- msr
- pbfhr
- sfr
lfs_include:
- microreactors/mrad
- microreactors/gcmr
Expand Down
6 changes: 6 additions & 0 deletions .civet/cardinal.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
hpc_copy_paths:
- htgr
- microreactors
- msr
- pbfhr
- sfr
lfs_include:
- pbfhr
- lfr/7pin_cardinal_demo
Expand Down
3 changes: 3 additions & 0 deletions .civet/dire_wolf.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
hpc_copy_paths:
- microreactors
- sfr
lfs_include:
- microreactors/mrad
- microreactors/hpmr_h2
Expand Down
7 changes: 7 additions & 0 deletions .civet/griffin.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
hpc_copy_paths:
- htgr
- lfr
- microreactors
- msr
- pbfhr
- sfr
lfs_include:
- msr/lotus
- msr/msfr
Expand Down
2 changes: 2 additions & 0 deletions .civet/grizzly.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
hpc_copy_paths:
- incomplete
lfs_include:
- lwr
3 changes: 3 additions & 0 deletions .civet/mastodon.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
hpc_copy_paths:
- microreactors
- sfr
lfs_include:
- msr/generic_msr/seismic_analysis
5 changes: 5 additions & 0 deletions .civet/moose.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
hpc_copy_paths:
- htgr
- msr
- pbfhr
- sfr
lfs_include:
- msr/msre/pipe_cardinal/solid_hex8.exo
- msr/lotus/mesh/mcre_mesh.e
Expand Down
6 changes: 6 additions & 0 deletions .civet/pronghorn.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
hpc_copy_paths:
- htgr
- microreactors
- msr
- pbfhr
- sfr
lfs_include:
- msr/lotus/mesh
2 changes: 2 additions & 0 deletions .civet/relap7.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
hpc_copy_paths:
- htgr
lfs_include:
- htgr/httf
2 changes: 2 additions & 0 deletions .civet/sam.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
hpc_copy_paths:
- incomplete
lfs_include:
- ignore # don't need anything for sam yet
2 changes: 2 additions & 0 deletions .civet/sockeye.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
hpc_copy_paths:
- microreactors
lfs_include:
- ignore # don't need anything for sockeye yet

0 comments on commit 9b04aae

Please sign in to comment.