Sync gating configuration with C9S/C10S
Related: RHELMISC-10827
This commit is contained in:
parent
2cd7e4238f
commit
8aaece81f3
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
@ -3,5 +3,4 @@ product_versions:
|
|||||||
- rhel-8
|
- rhel-8
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/bash.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
|
||||||
|
23
plans/bash.fmf
Normal file
23
plans/bash.fmf
Normal 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
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user