Switch internal tests to point to public smoke tests
Related: RHELMISC-10641
This commit is contained in:
parent
e0567584e2
commit
eda8a7ab4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
/*.tar.gz
|
/*.tar.gz
|
||||||
/*.src.rpm
|
/*.src.rpm
|
||||||
/*/
|
|
||||||
|
@ -5,4 +5,4 @@ decision_contexts:
|
|||||||
- osci_compose_gate
|
- osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke.functional}
|
||||||
|
9
plans/smoke.fmf
Normal file
9
plans/smoke.fmf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
summary: Basic smoke test
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/mariadb-java-client.git
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
prepare:
|
||||||
|
- how: install
|
||||||
|
package: java-21-openjdk-headless
|
@ -1,11 +0,0 @@
|
|||||||
summary: Internal Tier1 tests plan
|
|
||||||
discover:
|
|
||||||
how: fmf
|
|
||||||
filter: 'tier: 1'
|
|
||||||
url: https://pkgs.devel.redhat.com/git/tests/mariadb-java-client
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
adjust:
|
|
||||||
enabled: false
|
|
||||||
when: distro == centos-stream or distro == fedora
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user