Skip to content

Commit

Permalink
Create verify install packages periodic job
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladyn Nunes committed Apr 13, 2021
1 parent 17f57d6 commit 7ad2fce
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -483,3 +483,26 @@ periodics:
rerun_auth_config:
github_team_ids:
- 2241179 # release-managers
- name: periodic-release-verify-install-packages
interval: 6h
annotations:
testgrid-alert-email: release-managers+alerts@kubernetes.io
testgrid-dashboards: sig-release-releng-informing
testgrid-tab-name: verify-install-packages
decorate: true
extra_refs:
- org: kubernetes
repo: release
base_ref: master
path_alias: k8s.io/release
spec:
containers:
- image: quay.io/k8s/release-tools-centos:latest
imagePullPolicy: Always
command:
- make
- verify-installed-debs
rerun_auth_config:
github_team_ids:
- 2241179 # release-managers

0 comments on commit 7ad2fce

Please sign in to comment.