Skip to content

Commit 927a95d

Browse files
Merge pull request #1101 from ali-hamza-noor/feat/alnoor/setup-for-go-pkcs12
Initial Setup for go-pkcs12
2 parents c018a42 + e71b6e2 commit 927a95d

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

config/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
136140
sinker:
137141
resync_period: 1h
138142
max_prowjob_age: 48h
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

triage_party/triageparty_configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ data:
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

0 commit comments

Comments
 (0)