2020-08-26 14:42:01 +00:00
|
|
|
---
|
2021-04-29 07:22:26 +00:00
|
|
|
- project:
|
2020-08-26 14:42:01 +00:00
|
|
|
name: k8s-e2e-external-storage
|
2021-04-29 07:22:26 +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
|
2024-02-22 09:46:05 +00:00
|
|
|
- '1.30':
|
|
|
|
only_run_on_request: true
|
2024-08-14 07:37:37 +00:00
|
|
|
- '1.31':
|
|
|
|
only_run_on_request: true
|
2021-04-29 07:22:26 +00:00
|
|
|
jobs:
|
|
|
|
- 'k8s-e2e-external-storage-{k8s_version}'
|
|
|
|
|
|
|
|
- job-template:
|
|
|
|
name: k8s-e2e-external-storage-{k8s_version}
|
2020-08-26 14:42:01 +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
|
2021-04-29 07:22:26 +00:00
|
|
|
k8s_version: '<unset>'
|
2020-08-26 14:42:01 +00:00
|
|
|
parameters:
|
|
|
|
- string:
|
|
|
|
name: k8s_version
|
2021-04-29 07:22:26 +00:00
|
|
|
default: '{k8s_version}'
|
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:
|
2021-04-29 07:22:26 +00:00
|
|
|
status-url: $RUN_DISPLAY_URL
|
|
|
|
status-context: 'ci/centos/k8s-e2e-external-storage/{k8s_version}'
|
2020-08-26 14:42:01 +00:00
|
|
|
# yamllint disable-line rule:line-length
|
2023-06-28 15:52:33 +00:00
|
|
|
trigger-phrase: '/(re)?test ci/centos/k8s-e2e-external-storage(/{k8s_version})?'
|
2021-04-29 07:22:26 +00:00
|
|
|
only-trigger-phrase: '{only_run_on_request}'
|
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
|