Compare commits
2 Commits
f36
..
update-tests
| Author | SHA1 | Date | |
|---|---|---|---|
| d054522ef5 | |||
| 1f2d9ef3ef |
-25
@@ -9,28 +9,3 @@
|
||||
/tmt-0.20.tar.gz
|
||||
/tmt-0.21.tar.gz
|
||||
/tmt-1.0.tar.gz
|
||||
/tmt-1.1.tar.gz
|
||||
/tmt-1.2.tar.gz
|
||||
/tmt-1.2.1.tar.gz
|
||||
/tmt-1.3.0.tar.gz
|
||||
/tmt-1.3.1.tar.gz
|
||||
/tmt-1.4.0.tar.gz
|
||||
/tmt-1.5.0.tar.gz
|
||||
/tmt-1.6.0.tar.gz
|
||||
/tmt-1.7.0.tar.gz
|
||||
/tmt-1.8.0.tar.gz
|
||||
/tmt-1.9.0.tar.gz
|
||||
/tmt-1.10.0.tar.gz
|
||||
/tmt-1.11.0.tar.gz
|
||||
/tmt-1.12.0.tar.gz
|
||||
/tmt-1.13.0.tar.gz
|
||||
/tmt-1.14.0.tar.gz
|
||||
/tmt-1.15.0.tar.gz
|
||||
/tmt-1.16.0.tar.gz
|
||||
/tmt-1.17.0.tar.gz
|
||||
/tmt-1.18.0.tar.gz
|
||||
/tmt-1.19.0.tar.gz
|
||||
/tmt-1.20.0.tar.gz
|
||||
/tmt-1.21.0.tar.gz
|
||||
/tmt-1.22.0.tar.gz
|
||||
/tmt-1.23.0.tar.gz
|
||||
|
||||
+4
-6
@@ -1,10 +1,8 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_contexts:
|
||||
- bodhi_update_push_stable
|
||||
# note rawhide not yet supported properly :(
|
||||
- fedora-34
|
||||
decision_context: bodhi_update_push_testing
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/minimal.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/smoke.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/upstream.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0-tf.functional}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
summary: Essential command line features
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/psss/tmt
|
||||
ref: duration
|
||||
execute:
|
||||
how: beakerlib
|
||||
@@ -1,12 +0,0 @@
|
||||
summary: Verify that the minimal package works
|
||||
discover:
|
||||
tests:
|
||||
- name: /install/minimal
|
||||
test: cd $(mktemp -d) && tmt init -t full && tmt
|
||||
prepare:
|
||||
summary: Ensure that only 'tmt' is installed
|
||||
name: minimal
|
||||
order: 90
|
||||
script: dnf remove -y 'tmt-*' --exclude tmt
|
||||
execute:
|
||||
how: tmt
|
||||
@@ -1,9 +0,0 @@
|
||||
summary:
|
||||
Upstream tests working under virtual machine
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/teemtee/tmt
|
||||
ref: fedora
|
||||
filter: "tag:virtual & tier:0,1"
|
||||
execute:
|
||||
how: tmt
|
||||
@@ -1 +1 @@
|
||||
SHA512 (tmt-1.23.0.tar.gz) = 1ecc3ddd8a1700f0dca7747a3b426ff30bb95cdc5b3aaecbb6eb17485f94b4e72bbca2a390a5a55729b5c1e82388a066f68f33a698742ab1bd5ef49ab35742d2
|
||||
SHA512 (tmt-1.0.tar.gz) = 98cfa96e0f872a40e72d108e90a0f594563301f4ae1df8b30c53a229e96b998bcb6ae0287aec01c7f3ce231671e94cdcb6d43fac81b3c3e1036b8151b7bec78f
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
# The detach runner is intentionally not executable
|
||||
addFilter("python3-tmt.noarch: E: non-executable-script")
|
||||
|
||||
# Examples have .fmf used to mark metadata root
|
||||
addFilter("tmt.noarch: W: hidden-file-or-dir")
|
||||
Reference in New Issue
Block a user