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
Compare revisions
8dc3b9ad64d39d25ef7f3fb0dbd4a2a48356f2bd to 4d2705bcaa4f9731eabbd5d2dc30bba894432e7c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
opensrc/libehp
Select target project
No results found
4d2705bcaa4f9731eabbd5d2dc30bba894432e7c
Select Git revision
Swap
Target
opensrc/libehp
Select target project
opensrc/libehp
1 result
8dc3b9ad64d39d25ef7f3fb0dbd4a2a48356f2bd
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Resolve "update for shen-23 runners"
· 9a3cc5af
Jason Hiser
authored
1 year ago
9a3cc5af
Merge branch '25-update-for-shen-23-runners' into 'master'
· 4d2705bc
Jason Hiser
authored
1 year ago
Resolve "update for shen-23 runners" Closes
#25
See merge request
!18
4d2705bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-11
3 additions, 11 deletions
.gitlab-ci.yml
with
3 additions
and
11 deletions
.gitlab-ci.yml
View file @
4d2705bc
...
...
@@ -18,9 +18,7 @@ stages:
-
./cicd_testing/do-build.sh
-
./cicd_testing/do-test.sh
#
# test
#
ubuntu22
:
<<
:
*do-test
tags
:
...
...
@@ -31,13 +29,6 @@ ubuntu20:
tags
:
-
ubuntu20
ubuntu18
:
<<
:
*do-test
script
:
-
./cicd_testing/do-clean.sh
tags
:
-
ubuntu18
arm32
:
<<
:
*do-test
...
...
@@ -71,7 +62,8 @@ fuzz:
#
# Deploy
#
ubuntu22
:
deploy
:
needs
:
[
"
arm32"
,
"
arm64"
,
"
coss9"
,
"
ubuntu20"
,
"
ubuntu22"
,
"
fuzz"
]
stage
:
deploy
script
:
-
./cicd_testing/do-deploy.sh
...
...
This diff is collapsed.
Click to expand it.