Explorar el Código

Tailor CI for ARM, skip legacy integration test.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Michael Zhao hace 6 años
padre
commit
48b06a2561
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hack/ci/arm

+ 1 - 1
hack/ci/arm

@@ -4,7 +4,7 @@ set -eu -o pipefail
 
 
 hack/test/unit
 hack/test/unit
 
 
-hack/make.sh \
+TEST_SKIP_INTEGRATION_CLI=1 hack/make.sh \
 	binary-daemon \
 	binary-daemon \
 	dynbinary \
 	dynbinary \
 	test-integration
 	test-integration