diff --git a/config/jobs/kubernetes/node-problem-detector/node-problem-detector-presubmits.yaml b/config/jobs/kubernetes/node-problem-detector/node-problem-detector-presubmits.yaml index 725f57269ca35..4c7ef64533b08 100644 --- a/config/jobs/kubernetes/node-problem-detector/node-problem-detector-presubmits.yaml +++ b/config/jobs/kubernetes/node-problem-detector/node-problem-detector-presubmits.yaml @@ -241,35 +241,36 @@ presubmits: annotations: testgrid-dashboards: presubmits-node-problem-detector testgrid-num-columns-recent: '30' - - name: pull-npd-e2e-test - branches: - - master - always_run: true - decorate: true - path_alias: k8s.io/node-problem-detector - labels: - preset-service-account: "true" - preset-k8s-ssh: "true" - 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: presubmits-node-problem-detector - testgrid-num-columns-recent: '30' +#- name: pull-npd-e2e-test +# branches: +# - master +# always_run: true +# decorate: true +# path_alias: k8s.io/node-problem-detector +# labels: +# preset-service-account: "true" +# preset-k8s-ssh: "true" +# 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: presubmits-node-problem-detector +# testgrid-num-columns-recent: '30' +