Skip to content

Commit

Permalink
Create a node e2e test job with podutil to test migration
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Pchevuzinske Katz <[email protected]>
  • Loading branch information
rikatz committed Nov 13, 2020
1 parent 28d723a commit 313c3ea
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,49 @@ presubmits:
requests:
cpu: 4
memory: 6Gi
- name: pull-kubernetes-node-e2e-podutil
skip_branches:
- release-\d+\.\d+ # per-release image
annotations:
fork-per-release: "true"
testgrid-alert-stale-results-hours: "24"
testgrid-create-test-group: "true"
testgrid-num-failures-to-alert: "10"
always_run: false
decorate: true
cluster: k8s-infra-prow-build
max_concurrency: 12
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
command:
- runner.sh
- kubetest
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
- --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
resources:
limits:
cpu: 4
memory: 6Gi
requests:
cpu: 4
memory: 6Gi
- name: pull-kubernetes-e2e-containerd-gce
always_run: false
optional: true
Expand Down

0 comments on commit 313c3ea

Please sign in to comment.