Closed alberhander closed 3 years ago
would it make sense to do it as another job? if it fails it would be easier to know why. Once the image is built it could be cached and reused in the other jobs. (add a dep using
needs: build-and-test
) Also if we add later (soon) tests for onprem they could run in parallel and if they are separated jobs the failures would be clearer
I didn't add a different job because most of the repos are in Cloud Build and there's no such option there, but it makes sense doing it here, it will be easier to troubleshoot any failure. I'll make them work (I'm missing gcr permissions) and I'll run them in a separate job!