File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
templater/jobs/periodic/eks-distro Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ periodics:
3434 path_strategy : explicit
3535 s3_credentials_secret : s3-credentials
3636 labels :
37+ image-build : " true"
3738 pr-creation : " true"
3839 disk-usage : " true"
3940 spec :
@@ -50,6 +51,8 @@ periodics:
5051 - >
5152 trap 'touch /status/done' EXIT
5253 &&
54+ build/lib/buildkit_check.sh
55+ &&
5356 git config --global gc.auto 0
5457 &&
5558 make update-attribution-files
@@ -62,6 +65,19 @@ periodics:
6265 requests :
6366 memory : " 16Gi"
6467 cpu : " 5"
68+ - name : buildkitd
69+ image : moby/buildkit:v0.12.3-rootless
70+ command :
71+ - sh
72+ args :
73+ - /script/entrypoint.sh
74+ securityContext :
75+ runAsUser : 1000
76+ runAsGroup : 1000
77+ resources :
78+ requests :
79+ memory : " 2Gi"
80+ cpu : " 1024m"
6581 - command :
6682 - sh
6783 args :
Original file line number Diff line number Diff line change 11jobName : eks-distro-attribution-periodic
2+ imageBuild : true
23cronExpression : 0 8 * * 1-5
34prCreation : true
45commands :
You can’t perform that action at this time.
0 commit comments