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
Commits
5fdf7b7d
Commit
5fdf7b7d
authored
11 months ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
Switch runner
parent
152557fb
No related branches found
No related tags found
1 merge request
!779
Switch runner
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-3
5 additions, 3 deletions
.gitlab-ci.yml
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
3
View file @
5fdf7b7d
...
@@ -19,7 +19,7 @@ stages:
...
@@ -19,7 +19,7 @@ stages:
default
:
default
:
tags
:
tags
:
-
nshmp
-
dev
####
####
# Environment Templates
# Environment Templates
...
@@ -189,12 +189,12 @@ Container Registry:
...
@@ -189,12 +189,12 @@ Container Registry:
CI_PROJECT_NAME
:
nshmp-haz
CI_PROJECT_NAME
:
nshmp-haz
DOCKERFILE
:
Dockerfile
DOCKERFILE
:
Dockerfile
REGISTRY_IMAGE
:
${CI_REGISTRY_IMAGE}
REGISTRY_IMAGE
:
${CI_REGISTRY_IMAGE}
TAG
:
nshmp
TAG
:
dev
-
-
CI_PROJECT_NAME
:
nshmp-haz-ws
CI_PROJECT_NAME
:
nshmp-haz-ws
DOCKERFILE
:
ws.Dockerfile
DOCKERFILE
:
ws.Dockerfile
REGISTRY_IMAGE
:
${CI_REGISTRY_IMAGE}
REGISTRY_IMAGE
:
${CI_REGISTRY_IMAGE}
TAG
:
nshmp
TAG
:
dev
variables
:
variables
:
DOCKER_BUILD_ARGS
:
|
DOCKER_BUILD_ARGS
:
|
BUILD_IMAGE=${CI_REGISTRY}/devops/images/usgs/java:11
BUILD_IMAGE=${CI_REGISTRY}/devops/images/usgs/java:11
...
@@ -242,6 +242,8 @@ NSHM Tests:
...
@@ -242,6 +242,8 @@ NSHM Tests:
-
./gradlew test${NSHM} --info
-
./gradlew test${NSHM} --info
-
cat ${JACOCO_HTML_DIR}/index.html
-
cat ${JACOCO_HTML_DIR}/index.html
stage
:
test
stage
:
test
tags
:
-
nshmp
YAML Lint
:
YAML Lint
:
allow_failure
:
true
allow_failure
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment