Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-haz
Merge requests
!727
Deploy AK 2007
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Deploy AK 2007
ghsc/users/pmpowers/nshmp-haz:deploy-ak-2007
into
main
Overview
0
Commits
4
Pipelines
0
Changes
35
Merged
Powers, Peter M.
requested to merge
ghsc/users/pmpowers/nshmp-haz:deploy-ak-2007
into
main
1 year ago
Overview
0
Commits
4
Pipelines
0
Changes
35
Expand
Added 2007 AK NSHM to deployments
Updated e-2-e test result file paths
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
acaacd38
4 commits,
1 year ago
35 files
+
757
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
35
Search (e.g. *.vue) (Ctrl+P)
gradle/nshm.gradle
+
24
−
0
Options
@@ -76,6 +76,30 @@ task nshms() {
@@ -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
// Test Alaska 2023 NSHM
task
testAlaska2023
(
type:
Test
)
{
task
testAlaska2023
(
type:
Test
)
{
description
=
"Test Alaska 2023 NSHM"
description
=
"Test Alaska 2023 NSHM"
Loading