Enable concurrent CI builds (#1236)
Currently, only one CI build can be started at the same time due to we only have only one testing cluster. This PR aims to enable multiple concurrent builds can be triggered to reduce the waiting time for CI builds. The major changes listed below: 1. Each build generate unique images for testing and debugging 2. Check whether the testing cluster is being used by another build. 3. Cache docker image & go mod after build finished 4. Improve dockerfiles for reusing docker build cache
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
############## Usage ##############
|
||||
# Skaffold CLI should be installed on your machine.
|
||||
# Change <DOCKERHUB_REPO> -> to your Dockerhub username
|
||||
# Run `go mod vendor` so that all dependencies are downloaded
|
||||
# Run `skaffold run` to build and deploy with helm.
|
||||
# Run`skaffold build` to only build and push images
|
||||
############## Current Limitations ##############
|
||||
|
||||
Reference in New Issue
Block a user