Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
p1transform
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
p1transform
Commits
a67f21f4
Commit
a67f21f4
authored
2 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Ubuntu 22 support
parent
baafcb0e
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Ubuntu 22 support
Pipeline
#16791
passed
2 years ago
Stage: clean
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-18
20 additions, 18 deletions
.gitlab-ci.yml
with
20 additions
and
18 deletions
.gitlab-ci.yml
+
20
−
18
View file @
a67f21f4
...
...
@@ -27,22 +27,21 @@ do-nightly-clean-ubuntu18:
<<
:
*do-nightly-clean
tags
:
-
ubuntu18
variables
:
OS
:
'
ubuntu18'
do-nightly-clean-ubuntu
16
:
do-nightly-clean-ubuntu
20
:
<<
:
*do-nightly-clean
tags
:
-
ubuntu16
variables
:
OS
:
'
ubuntu16'
-
ubuntu18
do-nightly-clean-ubuntu22
:
<<
:
*do-nightly-clean
tags
:
-
ubuntu22
do-nightly-clean-centos76
:
<<
:
*do-nightly-clean
tags
:
-
centos76
variables
:
OS
:
'
centos76'
#
...
...
@@ -62,23 +61,21 @@ do-build-ubuntu18:
<<
:
*do-build
tags
:
-
ubuntu18
variables
:
OS
:
'
ubuntu18'
do-build-ubuntu20
:
<<
:
*do-build
tags
:
-
ubuntu20
do-build-ubuntu
16
:
do-build-ubuntu
22
:
<<
:
*do-build
tags
:
-
ubuntu16
variables
:
OS
:
'
ubuntu16'
-
ubuntu22
do-build-centos76
:
<<
:
*do-build
tags
:
-
centos76
variables
:
OS
:
'
centos76'
#
...
...
@@ -91,10 +88,15 @@ do-build-centos76:
script
:
-
./cicd_tests/test-p1.sh
test-p1-ubuntu16
:
test-p1-ubuntu22
:
<<
:
*test-p1
tags
:
-
ubuntu22
test-p1-ubuntu20
:
<<
:
*test-p1
tags
:
-
ubuntu
16
-
ubuntu
20
test-p1-ubuntu18
:
<<
:
*test-p1
...
...
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