Compare commits
No commits in common. "c8s-ci2" and "c8" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
1
|
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
/tests/artifacts
|
SOURCES/libkkc-data-0.2.7.tar.xz
|
||||||
/tests/libkkc-0.3.5.tar.gz.orig
|
|
||||||
/libkkc-data-0.2.7.tar.xz
|
|
||||||
|
|||||||
1
.libkkc-data.metadata
Normal file
1
.libkkc-data.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
6e5d833744f8311908f12168dcf697633efc2795 SOURCES/libkkc-data-0.2.7.tar.xz
|
||||||
@ -1,7 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
# this is the testcase identifier, which OSCI pipeline uses
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
summary: Basic smoke test
|
|
||||||
discover:
|
|
||||||
how: fmf
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
1
sources
1
sources
@ -1 +0,0 @@
|
|||||||
SHA512 (libkkc-data-0.2.7.tar.xz) = 61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
|
|
||||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
|
||||||
|
|
||||||
rlJournalStart
|
|
||||||
rlPhaseStartTest
|
|
||||||
rlRun -t "git clone https://gitlab.com/redhat/centos-stream/tests/gnome-desktop-testing.git gnome-desktop-testing"
|
|
||||||
rlRun -t "cd gnome-desktop-testing"
|
|
||||||
rlRun -t "git checkout -q -b v2021.1 refs/tags/v2021.1"
|
|
||||||
rlRun -t "./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var"
|
|
||||||
rlRun -t "make"
|
|
||||||
rlRun -t "make install"
|
|
||||||
rlPhaseEnd
|
|
||||||
rlJournalEnd
|
|
||||||
@ -1,15 +0,0 @@
|
|||||||
summary: Install GNOME installed-tests testing harness
|
|
||||||
description:
|
|
||||||
gnome-desktop-testing package is required by IBus CI(ibus-desktop-testing)
|
|
||||||
and it's available in Fedora only at present.
|
|
||||||
require:
|
|
||||||
- git
|
|
||||||
- make
|
|
||||||
- gcc
|
|
||||||
- diffutils
|
|
||||||
- autoconf
|
|
||||||
- automake
|
|
||||||
- libtool
|
|
||||||
- glib2-devel
|
|
||||||
- systemd-devel
|
|
||||||
test: ./build.sh
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
summary: Install TMT packages
|
|
||||||
description:
|
|
||||||
The test script is calling the beakerlib script.
|
|
||||||
require:
|
|
||||||
- beakerlib
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
summary: gnome-desktop-testing tests
|
|
||||||
# common test for sub tests
|
|
||||||
test: env
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
summary: Run tests
|
|
||||||
description:
|
|
||||||
Run CI with ibus-desktop-testing-runner in GNOME Wayland.
|
|
||||||
duration: 15m
|
|
||||||
test: ./test.sh
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
|
|
||||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
|
||||||
|
|
||||||
rlJournalStart
|
|
||||||
rlPhaseStartTest
|
|
||||||
rlRun -t "echo test"
|
|
||||||
rlRun -t "which gnome-desktop-testing-runner"
|
|
||||||
rlPhaseEnd
|
|
||||||
rlJournalEnd
|
|
||||||
@ -1 +0,0 @@
|
|||||||
contact: Takao Fujiwara <fujiwara@redhat.com>
|
|
||||||
Loading…
Reference in New Issue
Block a user