Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
soledad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
soledad
Commits
57da2347
Verified
Commit
57da2347
authored
6 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
[package] remove jessie, and zesty, add bionic and sid
parent
f770b876
No related branches found
No related tags found
1 merge request
!181
[package] remove jessie, and zesty, add bionic and sid
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-13
12 additions, 13 deletions
.gitlab-ci.yml
with
12 additions
and
13 deletions
.gitlab-ci.yml
+
12
−
13
View file @
57da2347
...
...
@@ -99,16 +99,6 @@ e2e:
cache
:
policy
:
pull
package:amd64_jessie
:
variables
:
ARCH
:
"
amd64"
DIST
:
"
jessie"
REPONAMES
:
"
platform,client"
# Default is to fail on warnings, we disable it here
# unless a manpage is included (see #8895)
LINTIAN_OPTS
:
"
--fail-on-warnings
-X
filename-length,manpages,standards-version"
<<
:
*package
package:amd64_stretch
:
variables
:
...
...
@@ -133,14 +123,14 @@ package:amd64_buster:
LINTIAN_OPTS
:
"
--fail-on-warnings
-X
filename-length,manpages
--suppress-tags
build-depends-on-obsolete-package"
<<
:
*package
package:amd64_
zesty
:
package:amd64_
sid
:
variables
:
ARCH
:
"
amd64"
DIST
:
"
zesty
"
DIST
:
"
sid
"
REPONAMES
:
"
client"
# Default is to fail on warnings, we disable it here
# unless a manpage is included (see #8895)
LINTIAN_OPTS
:
"
--fail-on-warnings
-X
filename-length,manpages
,standards-version
"
LINTIAN_OPTS
:
"
--fail-on-warnings
-X
filename-length,manpages
--suppress-tags
build-depends-on-obsolete-package
"
<<
:
*package
package:amd64_artful
:
...
...
@@ -153,6 +143,15 @@ package:amd64_artful:
LINTIAN_OPTS
:
"
--fail-on-warnings
-X
filename-length,manpages
--suppress-tags
build-depends-on-obsolete-package"
<<
:
*package
package:amd64_bionic
:
variables
:
ARCH
:
"
amd64"
DIST
:
"
bionic"
REPONAMES
:
"
client"
# Default is to fail on warnings, we disable it here
# unless a manpage is included (see #8895)
LINTIAN_OPTS
:
"
--fail-on-warnings
-X
filename-length,manpages
--suppress-tags
build-depends-on-obsolete-package"
<<
:
*package
#
# "benchmarks" stage
...
...
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