From 7b1fe5390c0de95fc630b6c12118c7893960ac05 Mon Sep 17 00:00:00 2001 From: Nicholas Shavers <nshavers@contractor.usgs.gov> Date: Tue, 19 Nov 2024 13:34:43 -0800 Subject: [PATCH] geomag tag added to jobs --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 846e857e..2a925d3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,6 +50,7 @@ workflow: tags: - deploy - swarm + - geomag #ensures we use geomag-specific- deploy, swarm tagged runners # these variables are defined in Gitlab, or set in scripts/custom.config.sh # variables: # DATABASE_URL @@ -87,6 +88,7 @@ workflow: tags: - deploy - swarm + - geomag #ensures we use geomag-specific- deploy, swarm tagged runners variables: APP_DEPLOY_DIR: "/geomag/geomag-algorithms" REQUIRED_PREFIX: "/geomag" @@ -183,6 +185,7 @@ Test: tags: - deploy - swarm + - geomag #ensures we use geomag-specific- deploy, swarm tagged runners ## -------------------------------------------------- # Integration Stage @@ -223,6 +226,7 @@ Build Docker Image: tags: # TODO: refactor to separate build/publish steps - deploy + - geomag #ensures we use geomag-specific- deploy tagged runners variables: APP_NAME: geomag-algorithms FROM_IMAGE: code.usgs.gov:5001/devops/images/usgs/python:3.10-obspy -- GitLab