2020-08-26 14:42:01 +00:00
|
|
|
---
|
|
|
|
- job:
|
|
|
|
name: k8s-e2e-external-storage
|
|
|
|
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
|
|
|
|
parameters:
|
|
|
|
- string:
|
|
|
|
name: k8s_version
|
2020-12-15 12:40:35 +00:00
|
|
|
default: '1.20'
|
2020-08-26 14:42:01 +00:00
|
|
|
description: Kubernetes version to deploy in the test cluster.
|
|
|
|
pipeline-scm:
|
|
|
|
scm:
|
|
|
|
- git:
|
|
|
|
name: origin
|
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
branches:
|
|
|
|
- ci/centos
|
|
|
|
script-path: k8s-e2e-external-storage.groovy
|
|
|
|
lightweight-checkout: true
|
|
|
|
triggers:
|
|
|
|
- github-pull-request:
|
2020-11-03 12:13:25 +00:00
|
|
|
status-url: ${RUN_DISPLAY_URL}
|
2020-08-26 14:42:01 +00:00
|
|
|
status-context: ci/centos/k8s-e2e-external-storage
|
|
|
|
# yamllint disable-line rule:line-length
|
|
|
|
trigger-phrase: '/(re)?test ci/centos/k8s-e2e-external-storage'
|
2021-04-22 11:57:11 +00:00
|
|
|
only-trigger-phrase: false
|
2020-08-26 14:42:01 +00:00
|
|
|
permit-all: true
|
|
|
|
github-hooks: true
|
|
|
|
black-list-target-branches:
|
|
|
|
- ci/centos
|
|
|
|
org-list:
|
|
|
|
- ceph
|
|
|
|
allow-whitelist-orgs-as-admins: true
|