Compare commits
No commits in common. "c8-beta" and "c9s-openstack_in_baseosci" have entirely different histories.
c8-beta
...
c9s-openst
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/xxhash-0.8.2.tar.gz
|
/xxhash-*.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
8df702581ebc48a5e05be0f1ede6e1e9139e4da1 SOURCES/xxhash-0.8.2.tar.gz
|
|
||||||
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane.functional}
|
||||||
30
plans/tier0.fmf
Normal file
30
plans/tier0.fmf
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Tier 0 test plan. It's actually Tier 1
|
||||||
|
# - limited to its public part
|
||||||
|
# - executed on the architecture at hand
|
||||||
|
# When run by osci.tier0 on CentOS Stream or RHEL, it receives the following
|
||||||
|
# context:
|
||||||
|
# arch=x86_64 (the architecture at hand, currently OSCI uses just x86_64)
|
||||||
|
# distro=rhel<M>.<m> (even for CentOS Stream builds)
|
||||||
|
# trigger=build
|
||||||
|
|
||||||
|
summary: Tier 0 test plan
|
||||||
|
discover:
|
||||||
|
- name: collect_info
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: /info/rpms
|
||||||
|
test: rpm -qa --last
|
||||||
|
- name: public_tests
|
||||||
|
how: fmf
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/xxhash.git
|
||||||
|
filter: tier:1
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
adjust+:
|
||||||
|
- when: distro > rhel-7
|
||||||
|
prepare+:
|
||||||
|
- how: shell
|
||||||
|
script:
|
||||||
|
- dnf config-manager --set-enabled '*CRB*' || true
|
||||||
|
- dnf config-manager --set-enabled crb || true
|
||||||
|
- dnf config-manager --set-enabled '*[Bb]uildroot' || true
|
||||||
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (xxhash-0.8.2.tar.gz) = 3e3eef21432fe88bc4dd9940ccad0308fdea3537b06fa5ac0e74c1bde53413dff29c8b3fc617a8a42b9ce88fcf213311d338a31b1ce73b3729342c9e68f06c78
|
||||||
Loading…
Reference in New Issue
Block a user