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
6ab16aa0
Commit
6ab16aa0
authored
1 month ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
remove outdated runners
parent
4d2705bc
No related branches found
No related tags found
No related merge requests found
Pipeline
#31076
passed
1 month ago
Stage: test
Stage: deploy
Changes
1
Pipelines
15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-19
11 additions, 19 deletions
.gitlab-ci.yml
with
11 additions
and
19 deletions
.gitlab-ci.yml
+
11
−
19
View file @
6ab16aa0
...
...
@@ -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
...
...
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