mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
e030097eaa
The containerized-test job should run only if manually triggered. Signed-off-by: Yug <yuggupta27@gmail.com>
34 lines
950 B
YAML
34 lines
950 B
YAML
---
|
|
- job:
|
|
name: containerized-tests
|
|
project-type: pipeline
|
|
concurrent: true
|
|
properties:
|
|
- github:
|
|
url: https://github.com/ceph/ceph-csi
|
|
- build-discarder:
|
|
days-to-keep: 7
|
|
artifact-days-to-keep: 7
|
|
pipeline-scm:
|
|
scm:
|
|
- git:
|
|
name: origin
|
|
url: https://github.com/ceph/ceph-csi
|
|
branches:
|
|
- ci/centos
|
|
script-path: containerized-tests.groovy
|
|
lightweight-checkout: true
|
|
triggers:
|
|
- github-pull-request:
|
|
status-url: ${RUN_DISPLAY_URL}
|
|
status-context: ci/centos/containerized-tests
|
|
trigger-phrase: '/(re)?test ci/centos/containerized-tests'
|
|
only-trigger-phrase: true
|
|
permit-all: true
|
|
github-hooks: true
|
|
black-list-target-branches:
|
|
- ci/centos
|
|
org-list:
|
|
- ceph
|
|
allow-whitelist-orgs-as-admins: true
|