Skip to content

Commit

Permalink
Merge pull request #19947 from rikatz/node-job-update
Browse files Browse the repository at this point in the history
Update e2e node test job to be optional and use the right scenario
  • Loading branch information
k8s-ci-robot authored Nov 13, 2020
2 parents 7886a00 + caa8c22 commit 3fdf844
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ presubmits:
testgrid-create-test-group: "true"
testgrid-num-failures-to-alert: "10"
always_run: false
optional: true
decorate: true
cluster: k8s-infra-prow-build
max_concurrency: 12
Expand All @@ -61,19 +62,13 @@ presubmits:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
command:
- runner.sh
- kubetest
- /workspace/scenarios/kubernetes_e2e.py
args:
- --test
- --up
- --down
- --build=quick
- --timeout=90m
- --dump=$(ARTIFACTS)
- --deployment=node
- --provider=gce
- --gcp-zone=us-west1-b
- --node-test-args=--kubelet-flags="--cgroups-per-qos=true --cgroup-root=/"
- --node-tests=true
- --provider=gce
- --test_args=--nodes=8 --focus="\[NodeConformance\]" --skip="\[Flaky\]|\[Slow\]|\[Serial\]"
- --timeout=65m
- --node-args=--image-config-file=/workspace/test-infra/jobs/e2e_node/image-config.yaml
Expand Down

0 comments on commit 3fdf844

Please sign in to comment.