File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
jobs/cert-manager/go-pkcs12 Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,10 @@ branch-protection:
133133 - pull-google-cas-issuer-verify
134134 - pull-google-cas-issuer-test
135135 - pull-google-cas-issuer-e2e
136+ go-pkcs12 :
137+ required_status_checks :
138+ contexts :
139+ - pull-cert-manager-go-pkcs12-verify
136140sinker :
137141 resync_period : 1h
138142 max_prowjob_age : 48h
Original file line number Diff line number Diff line change 1+ presubmits :
2+ cert-manager/go-pkcs12 :
3+
4+ - name : pull-cert-manager-go-pkcs12-verify
5+ always_run : true
6+ max_concurrency : 8
7+ decorate : true
8+ branches :
9+ - master
10+ spec :
11+ containers :
12+ - image : europe-west1-docker.pkg.dev/cert-manager-tests-trusted/cert-manager-infra-images/golang-dind:20250327-a3af8ba-1.24
13+ args :
14+ - runner
15+ - make
16+ - test
17+ resources :
18+ requests :
19+ cpu : 2
20+ memory : 4Gi
21+ dnsPolicy : None
22+ dnsConfig :
23+ nameservers :
24+ - 8.8.8.8
25+ - 8.8.4.4
Original file line number Diff line number Diff line change 5151 - https://github.com/cert-manager/klone
5252 - https://github.com/cert-manager/boilersuite
5353 - https://github.com/cert-manager/google-cas-issuer
54+ - https://github.com/cert-manager/go-pkcs12
5455
5556 collections:
5657 - id: daily
You can’t perform that action at this time.
0 commit comments