Skip to content

Commit

Permalink
ci: add a check for changes to deploy/kubernetes pipeline (#22249) (#…
Browse files Browse the repository at this point in the history
…22378)

# Conflicts:
#	deploy/kubernetes/Jenkinsfile.yml
  • Loading branch information
kuisathaverat authored Nov 3, 2020
1 parent 17820dc commit 894fbc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/kubernetes/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 894fbc8

Please sign in to comment.