Skip to content

Commit

Permalink
job: migrate pull-kubernetes-e2e-ubuntu-gce-network-policies to commu…
Browse files Browse the repository at this point in the history
…nity-owned cluster
  • Loading branch information
sandipanpanda committed Feb 7, 2024
1 parent d87e830 commit 98d1a01
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 98d1a01

Please sign in to comment.