1b96446
@@ -0,0 +1,14 @@
+ - hosts: localhost
+ roles:
+ - role: standard-test-basic
+ tags:
+ - classic
+ tests:
+ - help:
+ dir: .
+ run: did --help
+ - year:
+ run: did --test this year
+ required_packages:
+ - did
Runs the internal smoke test using the --test option.
--test
Metadata Update from @psss: - Request assigned
rebased onto 1b96446
[citest]
@psss guess what? :) Pending status is now shown!
Note that the dupe of old Fedora CI is expected, if we want a clean state, let's open a new PR
@mvadkert, nice! But isn't the pending staying a bit too long? The job seems to be finished about a half an hour ago...
psss ups :(
Pull-Request has been merged by psss
Runs the internal smoke test using the
--test
option.