Skip to content

Commit

Permalink
adding optional presubmit verify job
Browse files Browse the repository at this point in the history
  • Loading branch information
pswica authored and Peter Swica committed Jun 28, 2019
1 parent 04d0c23 commit b4e5ddd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,18 @@ presubmits:
args:
- test
- ./...
- name: pull-release-verify
always_run: true
optional: true
decorate: true
path_alias: k8s.io/release
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190604-3070529-master
command:
- runner.sh
- make verify
securityContext:
privileged: true
7 changes: 7 additions & 0 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1888,6 +1888,9 @@ test_groups:
- name: pull-release-unit
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-release-unit
num_columns_recent: 30
- name: pull-release-verify
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-release-verify
num_columns_recent: 30

# Add New Testgroups Here

Expand Down Expand Up @@ -3108,6 +3111,10 @@ dashboards:
test_group_name: pull-release-unit
alert_options:
alert_mail_to_addresses: [email protected]
- name: release-verify
test_group_name: pull-release-verify
alert_options:
alert_mail_to_addresses: [email protected]

- name: sig-release-1.15-blocking
- name: sig-release-1.15-informing
Expand Down

0 comments on commit b4e5ddd

Please sign in to comment.