You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(e2e): resolve agent pods by selector in clique-identity assertion (#437)
assertNodeCliqueIdentities was hardwired to the node-wide scenario's
app=gpu-agent selector, so when the IMEX scenario reused it the per-node pod
lookup polled for gpu-agent pods that never exist in the imex cluster and timed
out ("no running gpu-agent pod on node ..."). Parameterize the assertion with
namespace + selector (via the shared agentPodOnNode helper) and update both call
sites; the now-redundant nriAgentPodOnNode is removed. Surfaced by e2e-nri once
the imex scenario joined the nri label group.
Signed-off-by: Giulio Calzolari <gcalzolari@nvidia.com>
0 commit comments