Reduce number of e2e tests to reduce VM usage
/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.
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
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.