mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-27 00:26:33 -06:00
freeipa-pr-ci: enable pull-request CI
This config file defines jobs to be executed as a part of the pull-request CI. For more information, see: https://github.com/freeipa/freeipa-pr-ci https://www.freeipa.org/page/V4/Pull-Request_CI Signed-off-by: Tomas Krizek <tkrizek@redhat.com> Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
This commit is contained in:
parent
c95617e714
commit
8f92a9bdc1
24
.freeipa-pr-ci.yaml
Normal file
24
.freeipa-pr-ci.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
jobs:
|
||||
fedora-25/build:
|
||||
requires: []
|
||||
priority: 100
|
||||
job:
|
||||
class: Build
|
||||
args:
|
||||
git_repo: '{git_repo}'
|
||||
git_refspec: '{git_refspec}'
|
||||
template: &ci-master-f25
|
||||
name: freeipa/ci-master-f25
|
||||
version: 0.2.11
|
||||
timeout: 1800
|
||||
|
||||
fedora-25/simple_replication:
|
||||
requires: [fedora-25/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-25/build_url}'
|
||||
test_suite: test_integration/test_simple_replication.py
|
||||
template: *ci-master-f25
|
||||
timeout: 3600
|
Loading…
Reference in New Issue
Block a user