Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
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
Zipr Toolchain
Commits
7e11b95d
Commit
7e11b95d
authored
2 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Clean up CI file comments, remove duplicate block, get tags right for arm.
parent
15126f99
No related branches found
No related tags found
1 merge request
!36
Update libEHP to test for update of ELFIO.
Pipeline
#20406
passed
2 years ago
Stage: gather
Stage: cross-protect
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-26
11 additions, 26 deletions
.gitlab-ci.yml
with
11 additions
and
26 deletions
.gitlab-ci.yml
+
11
−
26
View file @
7e11b95d
...
...
@@ -6,19 +6,19 @@ after_script:
-
"
echo
Test
Complete."
stages
:
-
clean
-
gather
-
build
-
protect
_bins
-
cross-
protect
-
test
-
deploy
#
# gather artifacts and ship them to
x
86 boxes
# gather artifacts and ship them to
x
86 boxes
#
.gather-bins
:
&do_gather
stage
:
build
stage
:
gather
script
:
-
./cicd_testing/do-gather-bins.sh
artifacts
:
...
...
@@ -37,11 +37,11 @@ gather-bins-arm64:
-
arm64
#
# gather ar
tifacts and ship them tox
86 box
es
#
protect
gather
ed
ar
m binaries on an x
86 box
.
#
.protect-arm-bins
:
&prot_bins
needs
:
[
gather-bins-arm32
,
gather-bins-arm64
]
stage
:
protect
_bins
stage
:
cross-
protect
script
:
-
./cicd_testing/do-clean.sh
-
./cicd_testing/do-build.sh
...
...
@@ -57,7 +57,7 @@ protect-arm-ubuntu22:
-
ubuntu22
#
#
gather artifacts and ship them tox 86 box
es
#
Test the cross-protected binari
es
.
#
.test_arm_bins
:
&test_arm_bins
needs
:
[
protect-arm-ubuntu22
]
...
...
@@ -81,7 +81,7 @@ test-bins-arm64:
-
arm64
#
# Cleaning, build, test
# Cleaning, build, test
for x86 on various OSes
#
.test
:
&test
needs
:
[]
...
...
@@ -93,18 +93,7 @@ test-bins-arm64:
-
./cicd_testing/builtin-xforms.sh
-
./cicd_testing/elfdep.sh
#
# gather artifacts and ship them tox 86 boxes
#
.test_arm_bins
:
&test_arm_bins
needs
:
[
protect-arm-ubuntu22
]
stage
:
test
script
:
-
./cicd_testing/do-test-bins.sh
artifacts
:
expire_in
:
1 day
paths
:
-
artifacts/
test-arm32
:
needs
:
[]
...
...
@@ -122,8 +111,8 @@ test-arm64:
-
./cicd_testing/do-clean.sh
-
./cicd_testing/do-build.sh
-
./cicd_testing/builtin-xforms.sh
tags
:
-
arm64
tags
:
-
arm64
# per os items
test-ubuntu18
:
...
...
@@ -147,10 +136,6 @@ test-ubuntu22:
-
ubuntu22
#
# deploy a docker image
#
...
...
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