Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete ci-npd-e2e-test. #25542

Merged
merged 1 commit into from
Mar 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -248,40 +248,3 @@ 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-staging-test-infra/kubekins-e2e:v20220307-7fa60e9872-master
env:
- name: ZONE
value: us-central1-a
- name: IMAGE_FAMILY
value: cos-89-lts
- name: IMAGE_PROJECT
value: cos-cloud
- name: BOSKOS_PROJECT_TYPE
value: gce-project
command:
- runner.sh
args:
- bash
- -c
- >-
./test/build.sh install-lib &&
SSH_USER=${USER} SSH_KEY=${JENKINS_GCE_SSH_PRIVATE_KEY_FILE} make e2e-test
annotations:
testgrid-dashboards: sig-node-node-problem-detector
testgrid-alert-email: xueweiz@google.com,zhenw@google.com,lantaol@google.com
testgrid-num-failures-to-alert: '12'
testgrid-alert-stale-results-hours: '24'
testgrid-num-columns-recent: '30'