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
3d9ebfed
Commit
3d9ebfed
authored
4 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Update to add ubuntu20 jobs
parent
29afba92
No related branches found
No related tags found
No related merge requests found
Pipeline
#11514
failed
4 years ago
Stage: clean
Stage: build
Stage: protect_bins
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+25
-1
25 additions, 1 deletion
.gitlab-ci.yml
with
25 additions
and
1 deletion
.gitlab-ci.yml
+
25
−
1
View file @
3d9ebfed
...
...
@@ -49,6 +49,11 @@ do-nightly-clean-arm64:
tags
:
-
arm64
do-nightly-clean-ubuntu20
:
<<
:
*do-nightly-clean
tags
:
-
ubuntu20
#
# Building
...
...
@@ -86,6 +91,11 @@ do-build-arm64:
tags
:
-
arm64
do-build-ubuntu20
:
<<
:
*do-build
tags
:
-
ubuntu20
#
# gather artifacts and ship them tox 86 boxes
...
...
@@ -177,6 +187,11 @@ basic_eh-tests-centos76:
tags
:
-
centos76
basic_eh-tests-ubuntu20
:
<<
:
*basic_eh-tests
tags
:
-
ubuntu20
#
# test_cmds.sh fixcalls
#
...
...
@@ -200,6 +215,12 @@ builtin-xforms-centos76:
tags
:
-
centos76
builtin-xforms-ubuntu20
:
<<
:
*builtin-xforms
tags
:
-
ubuntu20
# doesn't work yet
#builtin-xforms-arm32:
# <<: *builtin-xforms
...
...
@@ -236,7 +257,10 @@ elfdep-centos76:
<<
:
*elfdep
tags
:
-
centos76
elfdep-ubuntu20
:
<<
:
*elfdep
tags
:
-
ubuntu20
#
...
...
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