Skip to content

Commit

Permalink
Merge pull request #19949 from rikatz/node-job-workspacelocation
Browse files Browse the repository at this point in the history
Correct the node e2e test image config location
  • Loading branch information
k8s-ci-robot authored Nov 13, 2020
2 parents 5a8f236 + e3cd492 commit e37e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ presubmits:
- --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
- --node-args=--image-config-file=/workspace/jobs/e2e_node/image-config.yaml
resources:
limits:
cpu: 4
Expand Down

0 comments on commit e37e8f3

Please sign in to comment.