Open
Description
PR #510 added another 6+ minutes to the whole e2e-test process. One reason is that we build the repo multiple times in cloudbuild.yaml
. We should fix it by merging them into less number of builds with multiple artifacts in each. We can probably speed up the mvn
build too, using the -T
parallelism flag.