Sync gating configuration with C9S/C10S

Related: RHELMISC-10827
This commit is contained in:
Frantisek Sumsal 2025-04-09 17:09:23 +02:00
parent 2cd7e4238f
commit 8aaece81f3
5 changed files with 26 additions and 31 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
ci.fmf Normal file
View File

@ -0,0 +1 @@
resultsdb-testcase: separate

View File

@ -3,5 +3,4 @@ product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/bash.functional}

23
plans/bash.fmf Normal file
View File

@ -0,0 +1,23 @@
summary: Run internal bash tests
discover:
- name: Internal bash gating tests (dash)
how: fmf
url: git://pkgs.devel.redhat.com/tests/dash
filter: 'tag: CI-Tier-1 & component: bash'
- name: Internal bash gating tests (bash)
how: fmf
url: git://pkgs.devel.redhat.com/tests/bash
filter: 'tag: CI-Tier-1 & component: bash'
- name: Internal bash gating tests (ksh)
how: fmf
url: git://pkgs.devel.redhat.com/tests/ksh
filter: 'tag: CI-Tier-1 & component: bash'
- name: Internal bash gating tests (zsh)
how: fmf
url: git://pkgs.devel.redhat.com/tests/zsh
filter: 'tag: CI-Tier-1 & component: bash'
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream or distro == fedora

View File

@ -1,29 +0,0 @@
---
# Tests that run in classic context
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/shell.git"
dest: "shell"
fmf_filter: "tier: 1, 2 & tags: classic"
required_packages:
- expect # login requires expect
- which # smoke requires which
# Tests that run in container and atomic contexts
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- container
- atomic
repositories:
- repo: "https://src.fedoraproject.org/tests/shell.git"
dest: "shell"
fmf_filter: "tier: 1, 2 & tags: container, atomic"
required_packages:
- which # smoke requires which