Skip to content

Commit

Permalink
Merge pull request #14372 from xueweiz/npd
Browse files Browse the repository at this point in the history
Add ci-npd-e2e-test job to run npd e2e tests
  • Loading branch information
k8s-ci-robot authored Sep 17, 2019
2 parents 1b781b8 + cdbee62 commit 406ea10
Showing 1 changed file with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,42 @@ periodics:
testgrid-num-failures-to-alert: '12'
testgrid-alert-stale-results-hours: '24'
testgrid-num-columns-recent: '30'
- name: ci-npd-e2e-test
interval: 30m
decorate: true
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
extra_refs:
- org: kubernetes
repo: node-problem-detector
base_ref: master
path_alias: k8s.io/node-problem-detector
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190917-d326d2a-master
env:
- name: ZONE
value: us-central1-a
- name: VM_IMAGE
value: cos-73-11647-217-0
- name: IMAGE_PROJECT
value: cos-cloud
- name: SSH_USER
value: $USER
- name: SSH_KEY
value: $JENKINS_GCE_SSH_PRIVATE_KEY_FILE
- name: BOSKOS_PROJECT_TYPE
value: gce-project
command:
- runner.sh
args:
- bash
- -c
- make e2e-test
annotations:
testgrid-dashboards: sig-node-node-problem-detector
testgrid-alert-email: [email protected],[email protected],[email protected]
testgrid-num-failures-to-alert: '12'
testgrid-alert-stale-results-hours: '24'
testgrid-num-columns-recent: '30'

0 comments on commit 406ea10

Please sign in to comment.