Skip to content
Snippets Groups Projects

Deploy AK 2007

Merged Powers, Peter M. requested to merge ghsc/users/pmpowers/nshmp-haz:deploy-ak-2007 into main
35 files
+ 757
4
Compare changes
  • Side-by-side
  • Inline
Files
35
+ 24
0
@@ -76,6 +76,30 @@ task nshms() {
}
}
// Test Alaska 2007 NSHM
task testAlaska2007(type: Test) {
description = "Test Alaska 2007 NSHM"
group = "verification"
doFirst {
downloadNshm(findNshm("nshm-alaska", 2007))
}
testLogging {
exceptionFormat "full"
}
useJUnitPlatform()
jvmArgs(
"-Xms2g",
"-Xmx8g",
)
filter {
includeTestsMatching "gov.usgs.earthquake.nshmp.model.NshmTests.testAlaska2007"
}
}
// Test Alaska 2023 NSHM
task testAlaska2023(type: Test) {
description = "Test Alaska 2023 NSHM"
Loading