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

Add fuzzing to CI config file.

parent 5e41e26b
No related branches found
No related tags found
1 merge request!15Resolve "need ubuntu22 support, revive fuzzing"
Pipeline #18817 failed
before_script: before_script:
- "source ~gitlab-runner/cicd_support/cicd_support.shinc" - "source ~gitlab-runner/cicd_support/cicd_support.shinc"
...@@ -38,12 +37,6 @@ do-clean-ubuntu18: ...@@ -38,12 +37,6 @@ do-clean-ubuntu18:
tags: tags:
- ubuntu18 - ubuntu18
do-clean-ubuntu16:
stage: clean
script:
- ./cicd_testing/do-clean.sh
tags:
- ubuntu16
do-clean-arm32: do-clean-arm32:
stage: clean stage: clean
...@@ -90,12 +83,6 @@ do-build-ubuntu18: ...@@ -90,12 +83,6 @@ do-build-ubuntu18:
tags: tags:
- ubuntu18 - ubuntu18
do-build-ubuntu16:
stage: build
script:
- ./cicd_testing/do-build.sh
tags:
- ubuntu16
do-build-arm64: do-build-arm64:
stage: build stage: build
...@@ -143,12 +130,6 @@ do-test-ubuntu18: ...@@ -143,12 +130,6 @@ do-test-ubuntu18:
tags: tags:
- ubuntu18 - ubuntu18
do-test-ubuntu16:
stage: test
script:
- ./cicd_testing/do-test.sh
tags:
- ubuntu16
do-test-arm32: do-test-arm32:
stage: test stage: test
...@@ -173,12 +154,22 @@ do-test-centos76: ...@@ -173,12 +154,22 @@ do-test-centos76:
- centos76 - centos76
#
# Fuzz
#
fuzz:
stage: fuzz
script:
- ./cicd_testing/do-fuzz.sh
tags:
- fuzz
# #
# Deploy # Deploy
# #
do-deploy-ubuntu18: do-deploy-ubuntu22:
stage: deploy stage: deploy
script: script:
- ./cicd_testing/do-deploy.sh - ./cicd_testing/do-deploy.sh
tags: tags:
- ubuntu18 - 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