Skip to content

Commit 6d197df

Browse files
committed
Move external testing repo control from normally required repos
1 parent c88e8e5 commit 6d197df

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/test_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
id : manage_externals
115115
run : |
116116
cd main
117-
./tools/manage_externals/checkout_externals -e arch/Externals.cfg
117+
./tools/manage_externals/checkout_externals -e arch/OptionalExternals_testing.cfg
118118
############################################################################
119119

120120

arch/Externals.cfg

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,5 @@ tag = 20240626-MPASv8.2
66

77
required = True
88

9-
[testing_namelists]
10-
local_path = .ci/tests/SCRIPTS
11-
protocol = git
12-
repo_url = https://github.com/wrf-model/SCRIPTS.git
13-
hash = 416918d
14-
15-
required = True
16-
179
[externals_description]
1810
schema_version = 1.0.0

arch/OptionalExternals_testing.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[testing_namelists]
2+
local_path = .ci/tests/SCRIPTS
3+
protocol = git
4+
repo_url = https://github.com/wrf-model/SCRIPTS.git
5+
hash = 416918d
6+
7+
required = True

0 commit comments

Comments
 (0)