File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
config/jobs/kubernetes/sig-security Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments