Skip to content
Open
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 @@ -136,7 +136,7 @@ tests:
- as: test
cli: latest
commands: "export RESERVED_CPU_SET=\"0\"\nexport ISOLATED_CPU_SET=\"1-5\"\nexport
CLUSTER=mcp-only \nmake cluster-deploy-pao && make pao-functests"
CLUSTER=mcp-only\nexport GINKGO_LABEL_FILTER='!slow'\nmake cluster-deploy-pao && make pao-functests"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is this env var used?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently the support is not there, Initiated the PR to add this under NTO

from: src
resources:
requests:
Expand Down