Skip to content

Commit 216325f

Browse files
authored
sig-security: add new pull job for cve-feed unit tests (#35426)
This new job is for running the CVE feed scripts unit tests every time something touches them. The tests were added by kubernetes/sig-security#155.
1 parent 93fd16c commit 216325f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
presubmits:
2+
kubernetes/sig-security:
3+
- name: pull-sig-security-cve-feed
4+
cluster: eks-prow-build-cluster
5+
annotations:
6+
testgrid-dashboards: sig-security-cve-feed
7+
testgrid-create-test-group: "true"
8+
description: Running the CVE feed tests on PRs
9+
run_if_changed: "^sig-security-tooling/cve-feed/hack/"
10+
branches:
11+
- main
12+
decorate: true
13+
spec:
14+
containers:
15+
- image: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
16+
workingDir: sig-security-tooling/cve-feed/hack
17+
command:
18+
- python
19+
args:
20+
- test_cve_title_parser.py
21+
- -v
22+
resources:
23+
limits:
24+
cpu: 1
25+
memory: "256m"
26+
requests:
27+
cpu: 1
28+
memory: "256m"

0 commit comments

Comments
 (0)