Use yaml anchors and references to not repeat full job in allow_failures
This commit is contained in:
+3
-7
@@ -34,7 +34,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
- PYTHON=C:\\Python35\\python
|
- PYTHON=C:\\Python35\\python
|
||||||
|
|
||||||
- name: Linux | s390x | Python 3.5
|
- &linux_s390x_35
|
||||||
|
name: Linux | s390x | Python 3.5
|
||||||
language: python
|
language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
services: docker
|
services: docker
|
||||||
@@ -43,12 +44,7 @@ jobs:
|
|||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
# must repeat the s390x job above exactly to match
|
# must repeat the s390x job above exactly to match
|
||||||
- name: Linux | s390x | Python 3.5
|
- *linux_s390x_35
|
||||||
language: python
|
|
||||||
python: 3.5
|
|
||||||
services: docker
|
|
||||||
arch: s390x
|
|
||||||
env: PYTHON=python
|
|
||||||
|
|
||||||
install: $PYTHON -m pip install -r requirements-dev.txt
|
install: $PYTHON -m pip install -r requirements-dev.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user