mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
ci: add Jenkins configuration for containerized-tests job
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
45cd8c311a
commit
07679210da
29
containerized-tests.yaml
Normal file
29
containerized-tests.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user