Skip to content

Commit 84e1064

Browse files
authoredAug 29, 2018
Merge pull request kubernetes#244 from munnerz/enable-dco
Enable DCO sign off checker for test-infra and cert-manager
2 parents 0201cfb + 689ee2f commit 84e1064

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

Diff for: ‎prow/cluster/hook_deployment.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ spec:
3434
terminationGracePeriodSeconds: 180
3535
containers:
3636
- name: hook
37-
image: gcr.io/k8s-prow/hook:v20180809-c43e4c545
37+
# Using a custom image that include the DCO sign-off checker plugin
38+
# until https://github.com/kubernetes/test-infra/pull/9197 merges.
39+
image: eu.gcr.io/jetstack-build-infra/hook:20180829-0d352ed-dco
3840
imagePullPolicy: Always
3941
args:
4042
- --dry-run=false

Diff for: ‎prow/plugins.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ plugins:
8686
- assign
8787
- hold
8888
- label
89-
89+
- dco
9090

9191
jetstack/cert-manager:
9292
- docs-no-retest
@@ -108,6 +108,7 @@ plugins:
108108
- yuks
109109
- wip
110110
- shrug
111+
- dco
111112

112113
jetstack/kube-lego:
113114
- docs-no-retest

0 commit comments

Comments
 (0)
Please sign in to comment.