mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
Add a deprecations job
This commit is contained in:
parent
663f98101c
commit
03bb4ef1a9
@ -14,6 +14,8 @@ workflows:
|
||||
- "fedora-27"
|
||||
- "fedora-28"
|
||||
|
||||
- "deprecations"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
docker:
|
||||
@ -99,6 +101,8 @@ jobs:
|
||||
# if the working directory is not readable.
|
||||
working_directory: "/tmp"
|
||||
command: |
|
||||
env
|
||||
|
||||
# Run the test suite as a non-root user. This is the expected
|
||||
# usage some small areas of the test suite assume non-root
|
||||
# privileges (such as unreadable files being unreadable).
|
||||
@ -126,6 +130,18 @@ jobs:
|
||||
<<: *DEBIAN
|
||||
|
||||
|
||||
deprecations:
|
||||
docker:
|
||||
- image: "debian:9"
|
||||
|
||||
environment:
|
||||
<<: *UTF_8_ENVIRONMENT
|
||||
# Select a tox environment to run for this job.
|
||||
TAHOE_LAFS_TOX_ENVIRONMENT: "deprecations,upcoming-deprecations"
|
||||
|
||||
<<: *DEBIAN
|
||||
|
||||
|
||||
ubuntu-16.04:
|
||||
<<: *DEBIAN
|
||||
docker:
|
||||
|
Loading…
x
Reference in New Issue
Block a user