Enable fmf tests
Add ci.fmf Remove old STI files release bump
This commit is contained in:
parent
5a4a3f126d
commit
c5e92b987b
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
10
ci.fmf
Normal file
10
ci.fmf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/test:
|
||||||
|
summary:
|
||||||
|
Basic set of quick tests for postgresql.
|
||||||
|
discover:
|
||||||
|
- name: fedora
|
||||||
|
how: fmf
|
||||||
|
url: "https://src.fedoraproject.org/tests/postgresql.git"
|
||||||
|
ref: main
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -65,7 +65,7 @@ Summary: PostgreSQL client programs
|
|||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 14
|
%global majorversion 14
|
||||||
Version: %{majorversion}.2
|
Version: %{majorversion}.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
# recognizes it as an independent license, so we do as well.
|
# recognizes it as an independent license, so we do as well.
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# This package uses external repositories for maintaining CI test cases.
|
|
||||||
# Please don't edit this file if possible.
|
|
||||||
|
|
||||||
- hosts: localhost
|
|
||||||
roles:
|
|
||||||
- role: standard-test-beakerlib
|
|
||||||
repositories:
|
|
||||||
- repo: https://src.fedoraproject.org/tests/postgresql.git
|
|
||||||
dest: postgresql
|
|
||||||
# TODO: minimize: https://pagure.io/standard-test-roles/issue/294
|
|
||||||
fmf_filter: "tier: 1"
|
|
||||||
# TODO: minimize: https://pagure.io/standard-test-roles/issue/294
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
- container
|
|
||||||
- atomic
|
|
Loading…
Reference in New Issue
Block a user