Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
leap_pycommon
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jrabbit
leap_pycommon
Commits
15389b1d
Verified
Commit
15389b1d
authored
Jun 7, 2018
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
remove jessie, zesty, add bionic
parent
ef010e00
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-20
7 additions, 20 deletions
.gitlab-ci.yml
with
7 additions
and
20 deletions
.gitlab-ci.yml
+
7
−
20
View file @
15389b1d
...
...
@@ -29,18 +29,6 @@ test:
script
:
-
tox --recreate
package:amd64_jessie
:
variables
:
ARCH
:
"
amd64"
DIST
:
"
jessie"
REPONAME
:
"
platform"
REPONAMES
:
"
platform,client"
# Default is to fail on warnings, we disable it here
# unless we fix the standards-version depending on the release
# (see https://0xacab.org/leap/bitmask-dev/issues/9060)
LINTIAN_OPTS
:
"
-X
filename-length"
<<
:
*job_definition
package:amd64_stretch
:
variables
:
ARCH
:
"
amd64"
...
...
@@ -66,20 +54,19 @@ package:amd64_sid:
REPONAMES
:
"
client"
<<
:
*job_definition
package:amd64_
zesty
:
package:amd64_
artful
:
variables
:
ARCH
:
"
amd64"
DIST
:
"
zesty
"
DIST
:
"
artful
"
REPONAMES
:
"
client"
# Default is to fail on warnings, we disable it here
# unless we fix the standards-version depending on the release
# (see https://0xacab.org/leap/bitmask-dev/issues/9060)
LINTIAN_OPTS
:
"
-X
filename-length"
<<
:
*job_definition
package:amd64_
artful
:
package:amd64_
bionic
:
variables
:
ARCH
:
"
amd64"
DIST
:
"
artful
"
DIST
:
"
bionic
"
REPONAMES
:
"
client"
# Default is to fail on warnings, we disable it here
# unless all lintian warnings are fixed (#9033)
LINTIAN_OPTS
:
"
-X
filename-length,
--suppress-tags
newer-standards-version"
<<
:
*job_definition
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