travis: run tier1 and slow test cases as required for NM-master

Tier1 and slow test cases with NetworkManager-master must pass and tier2
test cases are optional.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
Fernando Fernandez Mancera 2020-03-25 11:04:43 +01:00 committed by Gris Ge
parent 52be8719b5
commit 36ebcaccf8

View File

@ -20,7 +20,13 @@ env:
testflags="--test-type integ_slow --pytest-args='-x'
--copr networkmanager/NetworkManager-1.22-git"
- CONTAINER_IMAGE=docker.io/nmstate/centos8-nmstate-dev
testflags="--test-type integ --pytest-args='-x'
testflags="--test-type integ_tier2 --pytest-args='-x'
--copr networkmanager/NetworkManager-master"
- CONTAINER_IMAGE=docker.io/nmstate/centos8-nmstate-dev
testflags="--test-type integ_tier1 --pytest-args='-x'
--copr networkmanager/NetworkManager-master"
- CONTAINER_IMAGE=docker.io/nmstate/centos8-nmstate-dev
testflags="--test-type integ_slow --pytest-args='-x'
--copr networkmanager/NetworkManager-master"
- CONTAINER_IMAGE=docker.io/nmstate/centos8-nmstate-dev
testflags="--test-type format"
@ -34,7 +40,7 @@ matrix:
fast_finish: true
allow_failures:
- env: CONTAINER_IMAGE=docker.io/nmstate/centos8-nmstate-dev
testflags="--test-type integ --pytest-args='-x'
testflags="--test-type integ_tier2 --pytest-args='-x'
--copr networkmanager/NetworkManager-master"
- env: testflags="--test-vdsm"