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
Takes a long time to build all images. There are several ways to speed up the e2e tests.
The easiest way, with the least benefit, would be to add a .glcoudignore file like in the other repos. This will prevent uploading the entire vendor directory every time you submit a docker build to gcloud.
The second would be to run container builds in parallel using argo rather than sequentially.