AgentBaker icon indicating copy to clipboard operation
AgentBaker copied to clipboard

Reduce number of e2e tests to reduce VM usage

Open r2k1 opened this issue 1 year ago • 2 comments

/kind test

This should reduce pressure on VM quota and save some $$$.

Merge "message of the day" test with other tests.

I also don't think we need to test all permutations of OS and Network for gpu tests. GPU and K8s Network should be unrelated.

r2k1 avatar Oct 16 '24 20:10 r2k1

might also consider just adding a new tag to indicate that a given scenario shouldn't be executed by default?

granted scenarios with said tag would probably just end up rotting anyways

cameronmeissner avatar Oct 16 '24 21:10 cameronmeissner

might also consider just adding a new tag to indicate that a given scenario shouldn't be executed by default?

granted scenarios with said tag would probably just end up rotting anyways

We could use some sort of "suggestions" for when to run certain scenarios like there are in RP, but many of the tests are tied to CSE execution which could get borked for other things for no reason sometimes... so not sure how safe that would be.

UtheMan avatar Oct 16 '24 21:10 UtheMan