tests.yml:
--- - hosts: localhost roles: - role: standard-test-basic tags: [classic] required_packages: - udiskie tests: # Check that the package can be run - installed: run: udiskie --version
Th command in the pipeline
grep -r '\- classic$' udiskie/tests fails to find the classic tag in the yaml and skips the test run
grep -r '\- classic$' udiskie/tests
proposed fix https://github.com/openshift/contra-lib/pull/97
Metadata Update from @bgoncalv: - Issue status updated to: Closed (was: Open)