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

remove outdated runners

parent 4d2705bc
No related branches found
No related tags found
No related merge requests found
Pipeline #31076 passed
......@@ -24,10 +24,6 @@ ubuntu22:
tags:
- ubuntu22
ubuntu20:
<<: *do-test
tags:
- ubuntu20
arm32:
......@@ -40,30 +36,26 @@ arm64:
tags:
- arm64
coss9:
<<: *do-test
tags:
- coss9
#
# Fuzz
#
fuzz:
stage: fuzz
script:
- ./cicd_testing/do-fuzz.sh
artifacts:
paths:
- artifacts
when: always
tags:
- fuzz
#fuzz:
# stage: fuzz
# script:
# - ./cicd_testing/do-fuzz.sh
# artifacts:
# paths:
# - artifacts
# when: always
# tags:
# - fuzz
#
# Deploy
#
deploy:
needs: [ "arm32", "arm64", "coss9", "ubuntu20", "ubuntu22", "fuzz"]
needs: [ "arm32", "arm64", "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