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
4c871b77
Commit
4c871b77
authored
2 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup building, report artifacts always
parent
513168d5
No related branches found
No related tags found
1 merge request
!16
Resolve "add artifacts always"
Pipeline
#18848
passed
2 years ago
Stage: test
Stage: fuzz
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-118
19 additions, 118 deletions
.gitlab-ci.yml
with
19 additions
and
118 deletions
.gitlab-ci.yml
+
19
−
118
View file @
4c871b77
...
...
@@ -6,154 +6,54 @@ after_script:
-
"
echo
Test
Complete."
stages
:
-
clean
-
build
-
test
-
fuzz
-
deploy
#
# Cleaning
#
do-clean-ubuntu22
:
stage
:
clean
script
:
-
./cicd_testing/do-clean.sh
tags
:
-
ubuntu22
do-clean-ubuntu20
:
stage
:
clean
script
:
-
./cicd_testing/do-clean.sh
tags
:
-
ubuntu20
do-clean-ubuntu18
:
stage
:
clean
script
:
-
./cicd_testing/do-clean.sh
tags
:
-
ubuntu18
do-clean-arm32
:
stage
:
clean
script
:
-
./cicd_testing/do-clean.sh
tags
:
-
arm32
do-clean-arm64
:
stage
:
clean
script
:
-
./cicd_testing/do-clean.sh
tags
:
-
arm64
do-clean-centos76
:
stage
:
clean
.test
:
&do-test
stage
:
test
script
:
-
./cicd_testing/do-clean.sh
tags
:
-
centos76
#
# Building
#
do-build-ubuntu22
:
stage
:
build
script
:
-
./cicd_testing/do-build.sh
tags
:
-
ubuntu22
do-build-ubuntu20
:
stage
:
build
script
:
-
./cicd_testing/do-build.sh
tags
:
-
ubuntu20
do-build-ubuntu18
:
stage
:
build
script
:
-
./cicd_testing/do-build.sh
tags
:
-
ubuntu18
do-build-arm64
:
stage
:
build
script
:
-
./cicd_testing/do-build.sh
tags
:
-
arm64
do-build-arm32
:
stage
:
build
script
:
-
./cicd_testing/do-build.sh
tags
:
-
arm32
do-build-centos76
:
stage
:
build
script
:
-
./cicd_testing/do-build.sh
tags
:
-
centos76
-
./cicd_testing/do-test.sh
#
#
T
est
ing
#
t
est
#
do-test-ubuntu22
:
stage
:
test
script
:
-
./cicd_testing/do-test.sh
ubuntu22
:
<<
:
*do-test
tags
:
-
ubuntu22
do-test-ubuntu20
:
stage
:
test
script
:
-
./cicd_testing/do-test.sh
ubuntu20
:
<<
:
*do-test
tags
:
-
ubuntu20
do-test-
ubuntu18
:
stage
:
test
ubuntu18
:
<<
:
*do-
test
script
:
-
./cicd_testing/do-
test
.sh
-
./cicd_testing/do-
clean
.sh
tags
:
-
ubuntu18
do-test-arm32
:
stage
:
test
script
:
-
./cicd_testing/do-test.sh
arm32
:
<<
:
*do-test
tags
:
-
arm32
do-test-arm64
:
stage
:
test
script
:
-
./cicd_testing/do-test.sh
arm64
:
<<
:
*do-test
tags
:
-
arm64
do-test-centos76
:
stage
:
test
script
:
-
./cicd_testing/do-test.sh
centos76
:
<<
:
*do-test
tags
:
-
centos76
#
# Fuzz
#
...
...
@@ -164,13 +64,14 @@ fuzz:
artifacts
:
paths
:
-
artifacts
when
:
always
tags
:
-
fuzz
#
# Deploy
#
do-deploy-
ubuntu22
:
ubuntu22
:
stage
:
deploy
script
:
-
./cicd_testing/do-deploy.sh
...
...
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