From 894fbc89cb36ee15a99c5bf5616bd081068fc4c6 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Tue, 3 Nov 2020 19:09:43 +0100 Subject: [PATCH] ci: add a check for changes to deploy/kubernetes pipeline (#22249) (#22378) # Conflicts: # deploy/kubernetes/Jenkinsfile.yml --- deploy/kubernetes/Jenkinsfile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/kubernetes/Jenkinsfile.yml b/deploy/kubernetes/Jenkinsfile.yml index e75e2f54c10..0109372e436 100644 --- a/deploy/kubernetes/Jenkinsfile.yml +++ b/deploy/kubernetes/Jenkinsfile.yml @@ -13,6 +13,8 @@ when: platform: "linux && ubuntu-18" ## default label for all the stages stages: lint: - make: "make -C deploy/kubernetes all" + make: | + make -C deploy/kubernetes all; + make check-no-changes; k8sTest: k8sTest: "v1.18.2,v1.17.2,v1.16.4,v1.15.7,v1.14.10"