diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b665cae328a608a77f048cd2a8470b902d1232c3..732b46ee475b5360de1aeb44ada1e95f8f3177f0 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 #