ci: add Jenkins configuration for containerized-tests job

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-05-15 17:02:04 +02:00
parent 45cd8c311a
commit 07679210da

29
containerized-tests.yaml Normal file
View File

@ -0,0 +1,29 @@
---
- job:
name: containerized-tests
project-type: pipeline
sandbox: true
pipeline-scm:
scm:
- git:
url: https://github.com/ceph/ceph-csi
branches:
- ci/centos
script-path: containerized-tests.groovy
lightweight-checkout: true
parameters:
- string:
name: ghprbPullId
default: ''
triggers:
- github-pull-request:
status-context: ci/centos/containerized-tests
trigger-phrase: '^/(re)?test( ci/centos/containerized-tests)?$'
permit-all: true
cron: 'H/5 * * * *'
black-list-target-branches:
- ci/centos
admin-list:
- nixpanic
org-list:
- ceph