1141b22
b879d28
29b927e
@@ -4,6 +4,10 @@
*.log
*.rpm
+ #testing
+ tests/artifacts/
+ tests/source/
+
#tarballs
/bolt-0.1.tar.gz
/bolt-0.2.tar.gz
@@ -0,0 +1,6 @@
+ --- !Policy
+ product_versions:
+ - fedora-*
+ decision_context: bodhi_update_push_testing
+ rules:
+ - !PassingTestCaseRule {test_case_name: dist.depcheck}
@@ -0,0 +1,12 @@
+ ---
+ - hosts: localhost
+ roles:
+ - role: standard-test-basic
+ tags:
+ - classic
+ required_packages:
+ - bolt
+ tests:
+ - smoke:
+ dir: smoke
+ run: boltctl --version
Just execute 'boltctl --version' to check we can at least run.
2 new commits added
ci: enable gating
gitignore: add test related directories to ignore
Pull-Request has been merged by benzea
Just execute 'boltctl --version' to check we can at least run.