From a1f0d43347eaa319a7abfbfc1939052cb3ba67a5 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Tue, 30 Nov 2021 01:23:19 +0000
Subject: [PATCH] Add DeathValley geometry

---
 .gitlab-ci.yml |  1 +
 detectors.yaml | 13 +++++--------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5c1bf5cf..a8504252a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -297,6 +297,7 @@ jug_xl:feature:
         DETECTOR_BRANCH:
           - acadia
           - canyonlands
+          - deathvalley
   script:
     - docker build -t ${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}-${DETECTOR}-${DETECTOR_BRANCH}
                    -f containers/jug/feature.Dockerfile
diff --git a/detectors.yaml b/detectors.yaml
index 0e158d1c7..acbbb4e63 100644
--- a/detectors.yaml
+++ b/detectors.yaml
@@ -6,16 +6,13 @@ detectors:
         config: ip6
         version: v0.5.2
     canyonlands:
-      default: true
-      version: canyonlands-v2.1
+      version: canyonlands-v2.2
       ip:
         config: ip6
-        version: v0.6.2
-    ## this is the newer version of canyonlands. For now we give it a different name
-    ## to not override the ongoing production with v2.1, which could cause confusion
-    ## (in particular because both versions are virtually identical).
-    canyonlands_new:
-      version: canyonlands-v2.2
+        version: v1.0.0
+    deathvalley:
+      default: true
+      version: deathvalley-v1.0
       ip:
         config: ip6
         version: v1.0.0
-- 
GitLab