From 0693adeb0601e55cb6a75279c7ce7a8cc69323c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:43:21 +0200 Subject: [PATCH] feat(doks/doks-public) disabling during upgrade to 1.25 (#4099) as per https://docs.digitalocean.com/products/kubernetes/how-to/upgrade-cluster/#new-control-plane we have to disable any action on digital ocean clusters to follow the process use https://github.com/jenkins-infra/helpdesk/issues/3582 --- Jenkinsfile_k8s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_k8s b/Jenkinsfile_k8s index a779cf83b..94f2dd007 100644 --- a/Jenkinsfile_k8s +++ b/Jenkinsfile_k8s @@ -29,7 +29,7 @@ pipeline { axes { axis { name 'K8S_CLUSTER' - values 'cik8s', 'doks', 'doks-public', 'eks-public', 'privatek8s', 'publick8s' + values 'cik8s', 'eks-public', 'privatek8s', 'publick8s' } } // axes agent {