Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions prow/cluster/jobs/istio/istio/istio.istio.master.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions prow/config/jobs/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- MULTICLUSTER
- test.integration.telemetry.kube
requirements: [kind]
resources: multicluster
env:
- name: TEST_SELECT
value: "-multicluster"
Expand All @@ -88,6 +89,7 @@ jobs:
- MULTICLUSTER
- test.integration.telemetry.kube
requirements: [kind]
resources: multicluster
env:
- name: TEST_SELECT
value: "-multicluster"
Expand All @@ -103,6 +105,7 @@ jobs:
- MULTICLUSTER
- test.integration.multicluster.kube.presubmit
requirements: [kind]
resources: multicluster
env:
- name: TEST_SELECT
value: "-postsubmit,-flaky,+multicluster"
Expand Down Expand Up @@ -151,6 +154,7 @@ jobs:
- MULTICLUSTER
- test.integration.pilot.kube
requirements: [kind]
resources: multicluster
env:
- name: TEST_SELECT
value: "-multicluster"
Expand All @@ -167,6 +171,7 @@ jobs:
- MULTICLUSTER
- test.integration.pilot.kube
requirements: [kind]
resources: multicluster
env:
- name: TEST_SELECT
value: "-multicluster"
Expand All @@ -189,6 +194,7 @@ jobs:
- MULTICLUSTER
- test.integration.security.kube
requirements: [kind]
resources: multicluster
env:
- name: TEST_SELECT
value: "-multicluster"
Expand All @@ -205,6 +211,7 @@ jobs:
- MULTICLUSTER
- test.integration.security.kube
requirements: [kind]
resources: multicluster
env:
- name: TEST_SELECT
value: "-multicluster"
Expand Down Expand Up @@ -351,6 +358,16 @@ resources:
cpu: "5000m"
limits:
memory: "24Gi"
# TODO: this was set while investigating https://github.com/istio/istio/issues/32985
# We should consider if this is needed long term, as its expensive
multicluster:
requests:
memory: "3Gi"
# This ensures we have at most one multicluster job on a node
# Nodes have 16CPUs, with some overhead
cpu: "8000m"
limits:
memory: "24Gi"
lint:
requests:
memory: "16Gi"
Expand Down