e0a44f86db
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/postgresql#33d08c0c72907ccc60e0e252fc0596181f91f34f
17 lines
506 B
YAML
17 lines
506 B
YAML
# 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
|