-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRA: add node-e2e-containerd-2-0-dra job
- Loading branch information
Showing
4 changed files
with
60 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -267,7 +267,7 @@ presubmits: | |
preset-k8s-ssh: "true" | ||
annotations: | ||
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-presubmits, sig-node-containerd | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with containerd | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with containerd 1.7 | ||
testgrid-alert-email: [email protected], [email protected] | ||
decorate: true | ||
decoration_config: | ||
|
@@ -303,3 +303,52 @@ presubmits: | |
requests: | ||
cpu: 2 | ||
memory: 6Gi | ||
|
||
- name: pull-kubernetes-node-e2e-containerd-2-0-dra-canary | ||
cluster: k8s-infra-prow-build | ||
skip_branches: | ||
- release-\d+\.\d+ # per-release image | ||
always_run: false | ||
optional: true | ||
skip_report: false | ||
labels: | ||
preset-service-account: "true" | ||
preset-k8s-ssh: "true" | ||
annotations: | ||
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-presubmits, sig-node-containerd | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with containerd 2.0 | ||
testgrid-alert-email: [email protected], [email protected] | ||
decorate: true | ||
decoration_config: | ||
timeout: 90m | ||
path_alias: k8s.io/kubernetes | ||
extra_refs: | ||
- org: kubernetes | ||
repo: test-infra | ||
base_ref: master | ||
path_alias: k8s.io/test-infra | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250212-16f67660c2-master | ||
command: | ||
- runner.sh | ||
args: | ||
- kubetest2 | ||
- noop | ||
- --test=node | ||
- -- | ||
- --repo-root=. | ||
- --gcp-zone=us-west1-b | ||
- --parallelism=1 | ||
- '--label-filter=Feature: containsAny DynamicResourceAllocation && Feature: isSubsetOf { Beta, DynamicResourceAllocation } && !Flaky && !Slow' | ||
- --timeout=60m | ||
- --skip-regex= # Override kubetest2 default in https://github.com/kubernetes-sigs/kubetest2/blob/9f385d26316f5256755bb8fe333970aa5759ec7f/pkg/testers/node/node.go#L92 | ||
- '--test-args=--feature-gates="DynamicResourceAllocation=true" --service-feature-gates="DynamicResourceAllocation=true" --runtime-config=api/beta=true --container-runtime-endpoint=unix:///var/run/containerd/containerd.sock --container-runtime-process-name=/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd\"]}"' | ||
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-release-2.0/image-config.yaml | ||
resources: | ||
limits: | ||
cpu: 2 | ||
memory: 6Gi | ||
requests: | ||
cpu: 2 | ||
memory: 6Gi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -283,7 +283,7 @@ periodics: | |
preset-k8s-ssh: "true" | ||
annotations: | ||
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-containerd, sig-release-master-informing | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with containerd | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with containerd 1.7 | ||
testgrid-alert-email: [email protected], [email protected] | ||
fork-per-release: "true" | ||
fork-per-release-periodic-interval: 24h | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -274,7 +274,7 @@ presubmits: | |
preset-k8s-ssh: "true" | ||
annotations: | ||
testgrid-dashboards: sig-node-dynamic-resource-allocation, sig-node-presubmits, sig-node-containerd | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with containerd | ||
description: Runs E2E node tests for Dynamic Resource Allocation beta features with containerd 1.7 | ||
testgrid-alert-email: [email protected], [email protected] | ||
fork-per-release: "true" | ||
decorate: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters