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

Resolve "update for shen-23 runners"

parent 8dc3b9ad
No related branches found
No related tags found
1 merge request!18Resolve "update for shen-23 runners"
...@@ -18,9 +18,7 @@ stages: ...@@ -18,9 +18,7 @@ stages:
- ./cicd_testing/do-build.sh - ./cicd_testing/do-build.sh
- ./cicd_testing/do-test.sh - ./cicd_testing/do-test.sh
#
# test
#
ubuntu22: ubuntu22:
<<: *do-test <<: *do-test
tags: tags:
...@@ -31,13 +29,6 @@ ubuntu20: ...@@ -31,13 +29,6 @@ ubuntu20:
tags: tags:
- ubuntu20 - ubuntu20
ubuntu18:
<<: *do-test
script:
- ./cicd_testing/do-clean.sh
tags:
- ubuntu18
arm32: arm32:
<<: *do-test <<: *do-test
...@@ -71,7 +62,8 @@ fuzz: ...@@ -71,7 +62,8 @@ fuzz:
# #
# Deploy # Deploy
# #
ubuntu22: deploy:
needs: [ "arm32", "arm64", "coss9", "ubuntu20", "ubuntu22", "fuzz"]
stage: deploy stage: deploy
script: script:
- ./cicd_testing/do-deploy.sh - ./cicd_testing/do-deploy.sh
......
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