Skip to content
Snippets Groups Projects
Commit 3039efd7 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

updates after shen fell down to only test on ubuntu22.

parent ba0e8cde
No related branches found
No related tags found
No related merge requests found
Pipeline #31009 failed
...@@ -97,7 +97,14 @@ test-bins-arm64: ...@@ -97,7 +97,14 @@ test-bins-arm64:
- ./cicd_testing/rust_tests.sh - ./cicd_testing/rust_tests.sh
# ubuntu 22 only for now
test-ubuntu22:
<<: *test
tags:
- ubuntu22
# ARM testing is more limited.
test-arm32: test-arm32:
needs: [] needs: []
stage: test stage: test
...@@ -117,21 +124,6 @@ test-arm64: ...@@ -117,21 +124,6 @@ test-arm64:
tags: tags:
- arm64 - arm64
# per os items
test-coss9:
<<: *test
tags:
- coss9
test-ubuntu20:
<<: *test
tags:
- ubuntu20
test-ubuntu22:
<<: *test
tags:
- ubuntu22
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment