mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
Conform job names to v2.1 requirements (no dots)
This commit is contained in:
parent
ed8ce8b18c
commit
3c89e7d9f5
@ -10,13 +10,13 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- "debian-9"
|
- "debian-9"
|
||||||
|
|
||||||
- "ubuntu-20.04"
|
- "ubuntu-20-04"
|
||||||
- "ubuntu-18.04":
|
- "ubuntu-18-04":
|
||||||
requires:
|
requires:
|
||||||
- "ubuntu-20.04"
|
- "ubuntu-20-04"
|
||||||
- "ubuntu-16.04":
|
- "ubuntu-16-04":
|
||||||
requires:
|
requires:
|
||||||
- "ubuntu-20.04"
|
- "ubuntu-20-04"
|
||||||
|
|
||||||
- "fedora-29"
|
- "fedora-29"
|
||||||
- "fedora-28":
|
- "fedora-28":
|
||||||
@ -25,13 +25,13 @@ workflows:
|
|||||||
|
|
||||||
- "centos-8"
|
- "centos-8"
|
||||||
|
|
||||||
- "nixos-19.09"
|
- "nixos-19-09"
|
||||||
|
|
||||||
# Test against PyPy 2.7
|
# Test against PyPy 2.7
|
||||||
- "pypy2.7-buster"
|
- "pypy27-buster"
|
||||||
|
|
||||||
# Just one Python 3.6 configuration while the port is in-progress.
|
# Just one Python 3.6 configuration while the port is in-progress.
|
||||||
- "python3.6"
|
- "python36"
|
||||||
|
|
||||||
# Other assorted tasks and configurations
|
# Other assorted tasks and configurations
|
||||||
- "lint"
|
- "lint"
|
||||||
@ -66,13 +66,13 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- "build-image-debian-8"
|
- "build-image-debian-8"
|
||||||
- "build-image-debian-9"
|
- "build-image-debian-9"
|
||||||
- "build-image-ubuntu-16.04"
|
- "build-image-ubuntu-16-04"
|
||||||
- "build-image-ubuntu-18.04"
|
- "build-image-ubuntu-18-04"
|
||||||
- "build-image-ubuntu-20.04"
|
- "build-image-ubuntu-20-04"
|
||||||
- "build-image-fedora-28"
|
- "build-image-fedora-28"
|
||||||
- "build-image-fedora-29"
|
- "build-image-fedora-29"
|
||||||
- "build-image-centos-8"
|
- "build-image-centos-8"
|
||||||
- "build-image-pypy-2.7-buster"
|
- "build-image-pypy27-buster"
|
||||||
- "build-image-python36-ubuntu"
|
- "build-image-python36-ubuntu"
|
||||||
|
|
||||||
|
|
||||||
@ -202,7 +202,7 @@ jobs:
|
|||||||
user: "nobody"
|
user: "nobody"
|
||||||
|
|
||||||
|
|
||||||
pypy2.7-buster:
|
pypy27-buster:
|
||||||
<<: *DEBIAN
|
<<: *DEBIAN
|
||||||
docker:
|
docker:
|
||||||
- image: "tahoelafsci/pypy:buster-py2"
|
- image: "tahoelafsci/pypy:buster-py2"
|
||||||
@ -259,21 +259,21 @@ jobs:
|
|||||||
- run: *RUN_TESTS
|
- run: *RUN_TESTS
|
||||||
|
|
||||||
|
|
||||||
ubuntu-16.04:
|
ubuntu-16-04:
|
||||||
<<: *DEBIAN
|
<<: *DEBIAN
|
||||||
docker:
|
docker:
|
||||||
- image: "tahoelafsci/ubuntu:16.04-py2.7"
|
- image: "tahoelafsci/ubuntu:16.04-py2.7"
|
||||||
user: "nobody"
|
user: "nobody"
|
||||||
|
|
||||||
|
|
||||||
ubuntu-18.04: &UBUNTU_18_04
|
ubuntu-18-04: &UBUNTU_18_04
|
||||||
<<: *DEBIAN
|
<<: *DEBIAN
|
||||||
docker:
|
docker:
|
||||||
- image: "tahoelafsci/ubuntu:18.04-py2.7"
|
- image: "tahoelafsci/ubuntu:18.04-py2.7"
|
||||||
user: "nobody"
|
user: "nobody"
|
||||||
|
|
||||||
|
|
||||||
python3.6:
|
python36:
|
||||||
<<: *UBUNTU_18_04
|
<<: *UBUNTU_18_04
|
||||||
docker:
|
docker:
|
||||||
- image: "tahoelafsci/ubuntu:18.04-py3"
|
- image: "tahoelafsci/ubuntu:18.04-py3"
|
||||||
@ -288,7 +288,7 @@ jobs:
|
|||||||
TAHOE_LAFS_TOX_ENVIRONMENT: "py36-coverage"
|
TAHOE_LAFS_TOX_ENVIRONMENT: "py36-coverage"
|
||||||
|
|
||||||
|
|
||||||
ubuntu-20.04:
|
ubuntu-20-04:
|
||||||
<<: *DEBIAN
|
<<: *DEBIAN
|
||||||
docker:
|
docker:
|
||||||
- image: "tahoelafsci/ubuntu:20.04"
|
- image: "tahoelafsci/ubuntu:20.04"
|
||||||
@ -330,7 +330,7 @@ jobs:
|
|||||||
user: "nobody"
|
user: "nobody"
|
||||||
|
|
||||||
|
|
||||||
nixos-19.09:
|
nixos-19-09:
|
||||||
docker:
|
docker:
|
||||||
# Run in a highly Nix-capable environment.
|
# Run in a highly Nix-capable environment.
|
||||||
- image: "nixorg/nix:circleci"
|
- image: "nixorg/nix:circleci"
|
||||||
@ -475,7 +475,7 @@ jobs:
|
|||||||
PYTHON_VERSION: "2.7"
|
PYTHON_VERSION: "2.7"
|
||||||
|
|
||||||
|
|
||||||
build-image-ubuntu-16.04:
|
build-image-ubuntu-16-04:
|
||||||
<<: *BUILD_IMAGE
|
<<: *BUILD_IMAGE
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -484,7 +484,7 @@ jobs:
|
|||||||
PYTHON_VERSION: "2.7"
|
PYTHON_VERSION: "2.7"
|
||||||
|
|
||||||
|
|
||||||
build-image-ubuntu-18.04:
|
build-image-ubuntu-18-04:
|
||||||
<<: *BUILD_IMAGE
|
<<: *BUILD_IMAGE
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -502,7 +502,7 @@ jobs:
|
|||||||
PYTHON_VERSION: "3"
|
PYTHON_VERSION: "3"
|
||||||
|
|
||||||
|
|
||||||
build-image-ubuntu-20.04:
|
build-image-ubuntu-20-04:
|
||||||
<<: *BUILD_IMAGE
|
<<: *BUILD_IMAGE
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -538,7 +538,7 @@ jobs:
|
|||||||
TAG: "29"
|
TAG: "29"
|
||||||
|
|
||||||
|
|
||||||
build-image-pypy-2.7-buster:
|
build-image-pypy27-buster:
|
||||||
<<: *BUILD_IMAGE
|
<<: *BUILD_IMAGE
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user