Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ tests:
test:
- as: test
cli: latest
commands: CLUSTER=mcp-only make cluster-deploy-pao && make pao-functests
commands: "export RESERVED_CPU_SET=\"0\"\nexport ISOLATED_CPU_SET=\"1-5\"\nexport
CLUSTER=mcp-only \nmake cluster-deploy-pao && make pao-functests"
from: src
resources:
requests:
Expand All @@ -166,7 +167,8 @@ tests:
test:
- as: test
cli: latest
commands: CLUSTER=mcp-only make cluster-deploy-pao && make pao-functests-updating-profile
commands: "export RESERVED_CPU_SET=\"0\"\nexport ISOLATED_CPU_SET=\"1-5\"\nexport
CLUSTER=mcp-only \nmake cluster-deploy-pao && make pao-functests-updating-profile"
from: src
resources:
requests:
Expand All @@ -182,7 +184,8 @@ tests:
test:
- as: test
cli: latest
commands: CLUSTER=mcp-only make cluster-deploy-pao && make pao-functests-performance-workloadhints
commands: "export RESERVED_CPU_SET=\"0\"\nexport ISOLATED_CPU_SET=\"1-5\"\nexport
CLUSTER=mcp-only \nmake cluster-deploy-pao && make pao-functests-performance-workloadhints"
from: src
resources:
requests:
Expand Down