Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/libarchive-3.3.3.tar.gz
|
/libarchive-3.3.2.tar.gz
|
||||||
|
/libarchive-3.3.3.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
499a8f48a895faff4151d7398b24070d578f0b2e SOURCES/libarchive-3.3.3.tar.gz
|
|
6
STAGE2-libarchive
Normal file
6
STAGE2-libarchive
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
mcd $BUILDDIR/libarchive
|
||||||
|
|
||||||
|
$SRC/libarchive-*/configure $TCONFIGARGS
|
||||||
|
|
||||||
|
make $J
|
||||||
|
make $J install
|
27
gating.yaml
Normal file
27
gating.yaml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# Branched Fedora (non-Rawhide)
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_testing
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/public.functional}
|
||||||
|
|
||||||
|
|
||||||
|
# Rawhide Fedora
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_stable
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/public.functional}
|
||||||
|
|
||||||
|
# Gating RHEL
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public.functional}
|
16
plans/internal.fmf
Normal file
16
plans/internal.fmf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
summary: Private (RHEL) beakerlib tests
|
||||||
|
enabled: false
|
||||||
|
adjust:
|
||||||
|
- when: distro == rhel
|
||||||
|
enabled: true
|
||||||
|
because: private tests are accesible only within rhel pipline
|
||||||
|
discover:
|
||||||
|
- name: rhel-libarchive
|
||||||
|
how: fmf
|
||||||
|
url: git://pkgs.devel.redhat.com/tests/libarchive
|
||||||
|
- name: distribution
|
||||||
|
how: fmf
|
||||||
|
url: git://pkgs.devel.redhat.com/tests/distribution
|
||||||
|
test: /install/rhel-buildroot
|
||||||
|
execute:
|
||||||
|
how: tmt
|
7
plans/public.fmf
Normal file
7
plans/public.fmf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
summary: Public (Gitlab) beakerlib tests
|
||||||
|
discover:
|
||||||
|
- name: gitlab
|
||||||
|
how: fmf
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/libarchive.git
|
||||||
|
execute:
|
||||||
|
how: tmt
|
Loading…
Reference in New Issue
Block a user