Cirrus: Note matrix filter resolution
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
01fdbf051d
commit
ba5a918904
|
|
@ -62,8 +62,10 @@ testing_task:
|
||||||
- lint
|
- lint
|
||||||
|
|
||||||
# Not all $TEST_DRIVER combinations are valid for all OS types.
|
# Not all $TEST_DRIVER combinations are valid for all OS types.
|
||||||
# Note: Nested-variable resolution happens at runtime, not eval. time.
|
# N/B: As of the addition of this note, nested-variable resolution
|
||||||
# Use verbose logic for ease of reading/maintaining.
|
# does not happen for boolean `only_if` expressions. Since $VM_IMAGE
|
||||||
|
# contains nested variables, we must filter based on that and not the
|
||||||
|
# actual distro/version value.
|
||||||
only_if: >-
|
only_if: >-
|
||||||
( $VM_IMAGE =~ '.*UBUNTU.*' && $TEST_DRIVER == "vfs" ) ||
|
( $VM_IMAGE =~ '.*UBUNTU.*' && $TEST_DRIVER == "vfs" ) ||
|
||||||
( $VM_IMAGE =~ '.*UBUNTU.*' && $TEST_DRIVER == "aufs" ) ||
|
( $VM_IMAGE =~ '.*UBUNTU.*' && $TEST_DRIVER == "aufs" ) ||
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue