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
We want to be able to run the e2e tests on any system without checking out ramen code.
The e2e tests can be built as standalone executable that can be downloaded by anyone and run on any cluster given proper configuration file. To make sure this works correctly we need to build an executable and use it in the CI.
The same executable can also be used locally, if this makes running local tests easier or faster.
Tasks:
Build e2e executable in e2e job and use it for tests
Build e2e executable and use it for local tests
The text was updated successfully, but these errors were encountered:
We want to be able to run the e2e tests on any system without checking out ramen code.
The e2e tests can be built as standalone executable that can be downloaded by anyone and run on any cluster given proper configuration file. To make sure this works correctly we need to build an executable and use it in the CI.
The same executable can also be used locally, if this makes running local tests easier or faster.
Tasks:
The text was updated successfully, but these errors were encountered: