зеркало из https://github.com/Azure/ARO-RP.git
add color back into e2es, easier to see pass/fails in ADO
This commit is contained in:
Родитель
4518062f50
Коммит
3e302feefe
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ SHELL = /bin/bash
|
|||
TAG ?= $(shell git describe --exact-match 2>/dev/null)
|
||||
COMMIT = $(shell git rev-parse --short=7 HEAD)$(shell [[ $$(git status --porcelain) = "" ]] || echo -dirty)
|
||||
ARO_IMAGE_BASE = ${RP_IMAGE_ACR}.azurecr.io/aro
|
||||
E2E_FLAGS ?= -ginkgo.timeout 180m -test.v -ginkgo.v -ginkgo.no-color --ginkgo.flake-attempts=2
|
||||
E2E_FLAGS ?= -ginkgo.timeout 180m -test.v -ginkgo.v --ginkgo.flake-attempts=2
|
||||
|
||||
# fluentbit version must also be updated in RP code, see pkg/util/version/const.go
|
||||
FLUENTBIT_VERSION = 1.9.4-1
|
||||
|
|
Загрузка…
Ссылка в новой задаче