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

Clean up testing

parent cd71869e
No related branches found
No related tags found
1 merge request!27Update to elfio master to deal with turbo-found failures
Pipeline #20349 failed
......@@ -11,7 +11,7 @@ after_script:
#
#template
.do-clean: &do-nightly-clean
.test: &test
script:
- ./cicd_testing/do-clean.sh
- ./cicd_testing/do-build.sh
......@@ -19,23 +19,23 @@ after_script:
- ./cicd_testing/starstest.sh
# per os items
do-nightly-clean-ubuntu18:
<<: *do-nightly-clean
test-ubuntu18:
<<: *test
tags:
- ubuntu18
do-nightly-clean-ubuntu20:
<<: *do-nightly-clean
test-ubuntu20:
<<: *test
tags:
- ubuntu20
do-nightly-clean-ubuntu22:
<<: *do-nightly-clean
test-ubuntu22:
<<: *test
tags:
- ubuntu22
do-nightly-clean-coss9:
<<: *do-nightly-clean
test-coss9:
<<: *test
tags:
- coss9
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