mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 10:49:30 +00:00
ci: sandbox is not a supported option
The Jenkins Jobs Builder files reference 'sandbox: true' as an option, but this does not exist (anymore). Having the option causes warnings in the Jenkins WebUI for admin users. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
cb4fd5338b
commit
79225080f9
@ -2,7 +2,6 @@
|
|||||||
- job:
|
- job:
|
||||||
name: ci-job-validation
|
name: ci-job-validation
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
|
||||||
concurrent: true
|
concurrent: true
|
||||||
properties:
|
properties:
|
||||||
- github:
|
- github:
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
description: Allow re-running commitlint tests, in case the commitlint app
|
description: Allow re-running commitlint tests, in case the commitlint app
|
||||||
does not work correctly.
|
does not work correctly.
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
|
||||||
concurrent: true
|
concurrent: true
|
||||||
properties:
|
properties:
|
||||||
- github:
|
- github:
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
- job:
|
- job:
|
||||||
name: containerized-tests
|
name: containerized-tests
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
|
||||||
concurrent: true
|
concurrent: true
|
||||||
properties:
|
properties:
|
||||||
- github:
|
- github:
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
- job:
|
- job:
|
||||||
name: jjb-deploy
|
name: jjb-deploy
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
|
||||||
concurrent: false
|
concurrent: false
|
||||||
properties:
|
properties:
|
||||||
- github:
|
- github:
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
- job:
|
- job:
|
||||||
name: jjb-validate
|
name: jjb-validate
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
|
||||||
concurrent: true
|
concurrent: true
|
||||||
properties:
|
properties:
|
||||||
- github:
|
- github:
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'mini-e2e_k8s-{k8s_version}'
|
name: 'mini-e2e_k8s-{k8s_version}'
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
|
||||||
concurrent: true
|
concurrent: true
|
||||||
properties:
|
properties:
|
||||||
- github:
|
- github:
|
||||||
@ -51,7 +50,6 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'mini-e2e-helm_k8s-{k8s_version}'
|
name: 'mini-e2e-helm_k8s-{k8s_version}'
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
|
||||||
concurrent: true
|
concurrent: true
|
||||||
properties:
|
properties:
|
||||||
- github:
|
- github:
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'upgrade-tests-{test_type}'
|
name: 'upgrade-tests-{test_type}'
|
||||||
project-type: pipeline
|
project-type: pipeline
|
||||||
sandbox: true
|
|
||||||
concurrent: true
|
concurrent: true
|
||||||
properties:
|
properties:
|
||||||
- github:
|
- github:
|
||||||
|
Loading…
Reference in New Issue
Block a user