-
Notifications
You must be signed in to change notification settings - Fork 140
/
kubectl-virt-plugin-periodics.yaml
44 lines (44 loc) · 1.17 KB
/
kubectl-virt-plugin-periodics.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
periodics:
- name: periodic-kubectl-virt-plugin-publish
cron: "0 0 * * *"
decorate: true
annotations:
testgrid-create-test-group: "false"
decoration_config:
timeout: 1h
grace_period: 5m
max_concurrency: 1
extra_refs:
- org: kubevirt
repo: kubectl-virt-plugin
base_ref: main
work_dir: true
- org: kubevirt
repo: project-infra
base_ref: main
labels:
preset-dind-enabled: "true"
preset-docker-mirror: "true"
preset-github-credentials: "true"
preset-shared-images: "true"
cluster: kubevirt-prow-control-plane
spec:
containers:
- image: quay.io/kubevirtci/kubectl-virt-builder@sha256:49045b159c711cf307bdabeb5fd8889dae26a44753ec8c74a3e32fa3ba5fcde1
env:
- name: GITHUB_USER
value: kubevirt-bot
- name: GITHUB_EMAIL
value: [email protected]
command:
- "/usr/local/bin/runner.sh"
args:
- "/bin/sh"
- "-c"
- ./scripts/create-latest-release.sh
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
requests:
memory: "1Gi"