From 3039efd783e57966a22c219b1b2b90d270ba1975 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Sun, 2 Feb 2025 09:21:07 -0500
Subject: [PATCH] updates after shen fell down to only test on ubuntu22.

---
 .gitlab-ci.yml | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b665cae32..732b46ee4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -97,7 +97,14 @@ test-bins-arm64:
     - ./cicd_testing/rust_tests.sh
 
 
+# ubuntu 22 only for now 
+test-ubuntu22:
+  <<: *test
+  tags:
+    - ubuntu22
 
+
+# ARM testing is more limited.
 test-arm32: 
   needs: []
   stage: test
@@ -117,21 +124,6 @@ test-arm64:
     tags:
       - arm64
       
-# per os items
-test-coss9:
-  <<: *test
-  tags:
-    - coss9
-
-test-ubuntu20:
-  <<: *test
-  tags:
-    - ubuntu20
-
-test-ubuntu22:
-  <<: *test
-  tags:
-    - ubuntu22
 
 
 #
-- 
GitLab