Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c99d4e30a |
@ -1 +0,0 @@
|
||||
1
|
||||
1
.gcc-toolset-15-dwz.metadata
Normal file
1
.gcc-toolset-15-dwz.metadata
Normal file
@ -0,0 +1 @@
|
||||
16f4ce654c97226c3046fabc1ef9cf21d014ad4d SOURCES/dwz-0.16.tar.xz
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/dwz-0.16.tar.xz
|
||||
SOURCES/dwz-0.16.tar.xz
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
@ -1,32 +0,0 @@
|
||||
# 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
|
||||
context:
|
||||
component: gcc-toolset-15-dwz
|
||||
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/dwz.git
|
||||
filter: tier:1
|
||||
execute:
|
||||
how: tmt
|
||||
prepare+:
|
||||
how: shell
|
||||
script:
|
||||
- dnf config-manager --set-enabled '*CRB*' || true
|
||||
- dnf config-manager --set-enabled crb || true
|
||||
environment+:
|
||||
COLLECTIONS: gcc-toolset-15
|
||||
WITH_SCL: "scl enable gcc-toolset-15"
|
||||
@ -1,10 +0,0 @@
|
||||
runpath:
|
||||
allowed_paths:
|
||||
- /usr/lib64
|
||||
|
||||
specname:
|
||||
# In GCC toolsets builds, the spec file name and the package are not
|
||||
# exactly the same, the package is prefixed with gcc-toolset-NN-.
|
||||
# Let's ignore the prefix in the specname test.
|
||||
match: suffix
|
||||
primary: filename
|
||||
Loading…
Reference in New Issue
Block a user