makefile: Add -buildvcs=false flag to go build

This PR adds the -buildvcs=false flag to the go build of checkmetrics.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2023-06-28 19:03:37 +00:00
parent e94aaed3c7
commit b481ef1883
2 changed files with 9 additions and 6 deletions

View File

@@ -16,6 +16,6 @@ description = "measure container lifecycle timings"
# within (inclusive)
checkvar = ".\"boot-times\".Results | .[] | .\"to-workload\".Result"
checktype = "mean"
midval = 0.54
minpercent = 10.0
maxpercent = 10.0
midval = 0.42
minpercent = 15.0
maxpercent = 15.0