2020-05-15 15:02:04 +00:00
|
|
|
---
|
|
|
|
- job:
|
|
|
|
name: containerized-tests
|
|
|
|
project-type: pipeline
|
2020-05-18 14:15:50 +00:00
|
|
|
concurrent: true
|
2020-05-18 09:34:28 +00:00
|
|
|
properties:
|
|
|
|
- github:
|
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
- build-discarder:
|
|
|
|
days-to-keep: 7
|
|
|
|
artifact-days-to-keep: 7
|
2020-05-15 15:02:04 +00:00
|
|
|
pipeline-scm:
|
|
|
|
scm:
|
|
|
|
- git:
|
2020-05-27 12:22:56 +00:00
|
|
|
name: origin
|
2020-05-15 15:02:04 +00:00
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
branches:
|
|
|
|
- ci/centos
|
|
|
|
script-path: containerized-tests.groovy
|
|
|
|
lightweight-checkout: true
|
|
|
|
triggers:
|
|
|
|
- github-pull-request:
|
|
|
|
status-context: ci/centos/containerized-tests
|
2020-05-18 09:34:28 +00:00
|
|
|
trigger-phrase: '/(re)?test ((all)|(ci/centos/containerized-tests))'
|
2020-05-15 15:02:04 +00:00
|
|
|
permit-all: true
|
2020-08-17 07:28:01 +00:00
|
|
|
github-hooks: true
|
2020-05-15 15:02:04 +00:00
|
|
|
black-list-target-branches:
|
|
|
|
- ci/centos
|
|
|
|
org-list:
|
|
|
|
- ceph
|
2020-08-10 11:44:02 +00:00
|
|
|
allow-whitelist-orgs-as-admins: true
|