Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libehp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
libehp
Commits
e6d7c741
Commit
e6d7c741
authored
2 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Add fuzzing to CI config file.
parent
5e41e26b
No related branches found
No related tags found
1 merge request
!15
Resolve "need ubuntu22 support, revive fuzzing"
Pipeline
#18817
failed
2 years ago
Stage: clean
Stage: build
Stage: test
Stage: fuzz
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-21
12 additions, 21 deletions
.gitlab-ci.yml
with
12 additions
and
21 deletions
.gitlab-ci.yml
+
12
−
21
View file @
e6d7c741
before_script
:
-
"
source
~gitlab-runner/cicd_support/cicd_support.shinc"
...
...
@@ -38,12 +37,6 @@ do-clean-ubuntu18:
tags
:
-
ubuntu18
do-clean-ubuntu16
:
stage
:
clean
script
:
-
./cicd_testing/do-clean.sh
tags
:
-
ubuntu16
do-clean-arm32
:
stage
:
clean
...
...
@@ -90,12 +83,6 @@ do-build-ubuntu18:
tags
:
-
ubuntu18
do-build-ubuntu16
:
stage
:
build
script
:
-
./cicd_testing/do-build.sh
tags
:
-
ubuntu16
do-build-arm64
:
stage
:
build
...
...
@@ -143,12 +130,6 @@ do-test-ubuntu18:
tags
:
-
ubuntu18
do-test-ubuntu16
:
stage
:
test
script
:
-
./cicd_testing/do-test.sh
tags
:
-
ubuntu16
do-test-arm32
:
stage
:
test
...
...
@@ -173,12 +154,22 @@ do-test-centos76:
-
centos76
#
# Fuzz
#
fuzz
:
stage
:
fuzz
script
:
-
./cicd_testing/do-fuzz.sh
tags
:
-
fuzz
#
# Deploy
#
do-deploy-ubuntu
18
:
do-deploy-ubuntu
22
:
stage
:
deploy
script
:
-
./cicd_testing/do-deploy.sh
tags
:
-
ubuntu
18
-
ubuntu
22
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment