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

Merge branch '25-update-for-shen-23-runners' into 'master'

Resolve "update for shen-23 runners"

Closes #25

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