2020-07-31 13:04:46 +00:00
|
|
|
---
|
2020-08-03 13:38:59 +00:00
|
|
|
- project:
|
2020-07-31 13:04:46 +00:00
|
|
|
name: mini-e2e
|
2020-08-03 13:38:59 +00:00
|
|
|
k8s_version:
|
2022-09-05 12:15:49 +00:00
|
|
|
- '1.25':
|
|
|
|
only_run_on_request: true
|
2022-09-21 07:53:38 +00:00
|
|
|
- '1.26':
|
|
|
|
only_run_on_request: true
|
2023-01-26 08:33:30 +00:00
|
|
|
- '1.27':
|
|
|
|
only_run_on_request: true
|
2023-08-17 05:31:25 +00:00
|
|
|
- '1.28':
|
|
|
|
only_run_on_request: true
|
2024-01-04 08:18:20 +00:00
|
|
|
- '1.29':
|
|
|
|
only_run_on_request: true
|
2023-10-16 06:06:41 +00:00
|
|
|
test_type:
|
|
|
|
- 'cephfs'
|
|
|
|
- 'rbd'
|
|
|
|
- 'nfs'
|
2020-08-03 13:38:59 +00:00
|
|
|
jobs:
|
2020-08-03 14:57:37 +00:00
|
|
|
- 'mini-e2e_k8s-{k8s_version}'
|
2020-08-04 14:54:21 +00:00
|
|
|
- 'mini-e2e-helm_k8s-{k8s_version}'
|
2020-08-03 13:38:59 +00:00
|
|
|
|
|
|
|
- job-template:
|
2020-08-03 14:57:37 +00:00
|
|
|
name: 'mini-e2e_k8s-{k8s_version}'
|
2020-07-31 13:04:46 +00:00
|
|
|
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
|
2020-08-03 13:38:59 +00:00
|
|
|
# default variables
|
|
|
|
k8s_version: '<unset>'
|
|
|
|
# generated parameters for the job (used in the groovy script)
|
|
|
|
parameters:
|
|
|
|
- string:
|
2020-08-03 14:19:35 +00:00
|
|
|
name: k8s_version
|
|
|
|
default: '{k8s_version}'
|
|
|
|
description: Kubernetes version to deploy in the test cluster.
|
2023-10-16 06:06:41 +00:00
|
|
|
- string:
|
|
|
|
name: test_type
|
2023-10-27 04:36:27 +00:00
|
|
|
default: ''
|
2023-10-16 06:06:41 +00:00
|
|
|
description: Mentions whether tests run for rbd/cephfs/nfs.
|
2020-07-31 13:04:46 +00:00
|
|
|
pipeline-scm:
|
|
|
|
scm:
|
|
|
|
- git:
|
|
|
|
name: origin
|
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
branches:
|
|
|
|
- ci/centos
|
|
|
|
script-path: mini-e2e.groovy
|
|
|
|
lightweight-checkout: true
|
|
|
|
triggers:
|
|
|
|
- github-pull-request:
|
2020-11-04 09:39:54 +00:00
|
|
|
status-url: $RUN_DISPLAY_URL
|
2020-08-03 13:38:59 +00:00
|
|
|
status-context: 'ci/centos/mini-e2e/k8s-{k8s_version}'
|
|
|
|
# yamllint disable-line rule:line-length
|
2023-10-27 04:36:27 +00:00
|
|
|
trigger-phrase: '/(re)?test ci/centos/mini-e2e(/k8s-{k8s_version}(/test_type-{test_type})?)?'
|
2021-04-19 14:05:30 +00:00
|
|
|
only-trigger-phrase: '{only_run_on_request}'
|
2020-07-31 13:04:46 +00:00
|
|
|
permit-all: true
|
2020-08-17 07:28:01 +00:00
|
|
|
github-hooks: true
|
2020-07-31 13:04:46 +00:00
|
|
|
black-list-target-branches:
|
|
|
|
- ci/centos
|
|
|
|
org-list:
|
|
|
|
- ceph
|
2020-08-04 14:54:21 +00:00
|
|
|
|
|
|
|
- job-template:
|
|
|
|
name: 'mini-e2e-helm_k8s-{k8s_version}'
|
|
|
|
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
|
|
|
|
# default variables
|
|
|
|
k8s_version: '<unset>'
|
|
|
|
# generated parameters for the job (used in the groovy script)
|
|
|
|
parameters:
|
|
|
|
- string:
|
|
|
|
name: k8s_version
|
|
|
|
default: '{k8s_version}'
|
|
|
|
description: Kubernetes version to deploy in the test cluster.
|
2023-10-16 06:06:41 +00:00
|
|
|
- string:
|
|
|
|
name: test_type
|
2023-10-27 04:36:27 +00:00
|
|
|
default: ''
|
2023-10-16 06:06:41 +00:00
|
|
|
description: Mentions whether tests run for rbd/cephfs/nfs.
|
|
|
|
|
2020-08-04 14:54:21 +00:00
|
|
|
pipeline-scm:
|
|
|
|
scm:
|
|
|
|
- git:
|
|
|
|
name: origin
|
|
|
|
url: https://github.com/ceph/ceph-csi
|
|
|
|
branches:
|
|
|
|
- ci/centos
|
|
|
|
script-path: mini-e2e-helm.groovy
|
|
|
|
lightweight-checkout: true
|
|
|
|
triggers:
|
|
|
|
- github-pull-request:
|
2020-11-04 09:39:54 +00:00
|
|
|
status-url: $RUN_DISPLAY_URL
|
2020-08-04 14:54:21 +00:00
|
|
|
status-context: 'ci/centos/mini-e2e-helm/k8s-{k8s_version}'
|
|
|
|
# yamllint disable-line rule:line-length
|
2023-10-27 04:36:27 +00:00
|
|
|
trigger-phrase: '/(re)?test ci/centos/mini-e2e-helm(/k8s-{k8s_version}(/test_type-{test_type})?)?'
|
2021-04-19 14:05:30 +00:00
|
|
|
only-trigger-phrase: '{only_run_on_request}'
|
2020-08-04 14:54:21 +00:00
|
|
|
permit-all: true
|
2020-08-17 07:28:01 +00:00
|
|
|
github-hooks: true
|
2020-08-04 14:54:21 +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
|