Skip to content

Commit

Permalink
Merge pull request #31874 from sandipanpanda/migrate-pull-kubernetes-…
Browse files Browse the repository at this point in the history
…e2e-ubuntu-gce-network-policies

job: migrate `pull-kubernetes-e2e-ubuntu-gce-network-policies` to community cluster
  • Loading branch information
k8s-ci-robot authored Feb 7, 2024
2 parents 3262264 + 98d1a01 commit 3fe6ef0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/jobs/kubernetes/sig-network/sig-network-misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ presubmits:
description: Uses kubetest to run e2e Conformance, SIG-Network or Network Ingress tests against a cluster (ubuntu based and uses containerd) created with cluster/kube-up.sh

- name: pull-kubernetes-e2e-ubuntu-gce-network-policies
cluster: k8s-infra-prow-build
branches:
# TODO(releng): Remove once repo default branch has been renamed
- master
Expand Down Expand Up @@ -133,6 +134,10 @@ presubmits:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240130-9db6d59ca0-master
resources:
requests:
cpu: 4
memory: "6Gi"
limits:
cpu: 4
memory: "6Gi"
securityContext:
privileged: true
Expand Down

0 comments on commit 3fe6ef0

Please sign in to comment.