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
If that's correct, then it would mean we run all e2e tests twice, but only for a single test; we can cut the number of checks in half if we don't do so;
Always enable experimental on the daemon (we already do so!)
Run the tests and let the "experimental" one be skipped
Rejoice!
The text was updated successfully, but these errors were encountered:
Yeah, if it's indeed only that one tests I saw being different, we could run all e2e tests with "experimental" enabled (unconditionally), and just have a single e2e suite (that runs both "experimental" and "non-experimental" tests)
Description
While working on #5139, I noticed that CI was green even if we didn't enable experimental on the daemon.
I was curious how the
experimental
andnon-experimental
e2e tests differed, and after a cursory glance, it may be only for a single test;cli/e2e/image/build_test.go
Line 128 in 591bd17
If that's correct, then it would mean we run all e2e tests twice, but only for a single test; we can cut the number of checks in half if we don't do so;
experimental
on the daemon (we already do so!)The text was updated successfully, but these errors were encountered: