From 79225080f95d54c01e47611d3a4bff65fff321e3 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 22 Sep 2020 10:33:36 +0200 Subject: [PATCH] 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 --- jobs/ci-job-validation.yaml | 1 - jobs/commitlint.yaml | 1 - jobs/containerized-tests.yaml | 1 - jobs/jjb-deploy.yaml | 1 - jobs/jjb-validate.yaml | 1 - jobs/mini-e2e.yaml | 2 -- jobs/upgrade-tests.yaml | 1 - 7 files changed, 8 deletions(-) diff --git a/jobs/ci-job-validation.yaml b/jobs/ci-job-validation.yaml index 3dc23b642..d62693313 100644 --- a/jobs/ci-job-validation.yaml +++ b/jobs/ci-job-validation.yaml @@ -2,7 +2,6 @@ - job: name: ci-job-validation project-type: pipeline - sandbox: true concurrent: true properties: - github: diff --git a/jobs/commitlint.yaml b/jobs/commitlint.yaml index 1293a9568..256f82873 100644 --- a/jobs/commitlint.yaml +++ b/jobs/commitlint.yaml @@ -4,7 +4,6 @@ description: Allow re-running commitlint tests, in case the commitlint app does not work correctly. project-type: pipeline - sandbox: true concurrent: true properties: - github: diff --git a/jobs/containerized-tests.yaml b/jobs/containerized-tests.yaml index 2d941294f..5dfbb3947 100644 --- a/jobs/containerized-tests.yaml +++ b/jobs/containerized-tests.yaml @@ -2,7 +2,6 @@ - job: name: containerized-tests project-type: pipeline - sandbox: true concurrent: true properties: - github: diff --git a/jobs/jjb-deploy.yaml b/jobs/jjb-deploy.yaml index 56a8894be..6ec0777c2 100644 --- a/jobs/jjb-deploy.yaml +++ b/jobs/jjb-deploy.yaml @@ -2,7 +2,6 @@ - job: name: jjb-deploy project-type: pipeline - sandbox: true concurrent: false properties: - github: diff --git a/jobs/jjb-validate.yaml b/jobs/jjb-validate.yaml index 05486130a..cc4d39d6a 100644 --- a/jobs/jjb-validate.yaml +++ b/jobs/jjb-validate.yaml @@ -2,7 +2,6 @@ - job: name: jjb-validate project-type: pipeline - sandbox: true concurrent: true properties: - github: diff --git a/jobs/mini-e2e.yaml b/jobs/mini-e2e.yaml index 2d6a956b6..8d76b123f 100644 --- a/jobs/mini-e2e.yaml +++ b/jobs/mini-e2e.yaml @@ -11,7 +11,6 @@ - job-template: name: 'mini-e2e_k8s-{k8s_version}' project-type: pipeline - sandbox: true concurrent: true properties: - github: @@ -51,7 +50,6 @@ - job-template: name: 'mini-e2e-helm_k8s-{k8s_version}' project-type: pipeline - sandbox: true concurrent: true properties: - github: diff --git a/jobs/upgrade-tests.yaml b/jobs/upgrade-tests.yaml index a9844814a..ee6b111a5 100644 --- a/jobs/upgrade-tests.yaml +++ b/jobs/upgrade-tests.yaml @@ -11,7 +11,6 @@ - job-template: name: 'upgrade-tests-{test_type}' project-type: pipeline - sandbox: true concurrent: true properties: - github: