From af9c1a9c9fa71a59faef41c1249dd7131ef61a0c Mon Sep 17 00:00:00 2001 From: Charles Butler Date: Wed, 13 Jan 2021 10:56:38 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Hotfix=20ci=20config.=20(#48)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Jenkins nodeselecter is suspending the jobs indefenitely. This will get the pipeline rolling again. --- .jenkins | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.jenkins b/.jenkins index c1919bf6b..4b283ac97 100644 --- a/.jenkins +++ b/.jenkins @@ -57,13 +57,6 @@ spec: args: - --appendonly yes - --requirepass netbox - nodeSelector: - cloud.google.com/gke-nodepool: jenkins - tolerations: - - key: role - operator: Equal - value: jenkins - effect: NoSchedule """ } }