From 970d2819151adb7ac2f3b2ab2dbcf55d4df7da32 Mon Sep 17 00:00:00 2001 From: Arun Ajith S Date: Sun, 7 Jan 2024 16:39:31 +0000 Subject: [PATCH] Make go package tests run in sequence to avoid races for rpm lock --- barney.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/barney.yaml b/barney.yaml index e82ed9f..bac9db3 100644 --- a/barney.yaml +++ b/barney.yaml @@ -125,8 +125,12 @@ images: units: - floor: .%eext-testfloor build: | - go test code.arista.io/eos/tools/eext/... - go test code.arista.io/eos/tools/eext/... -tags privileged + go test code.arista.io/eos/tools/eext/dnfconfig + go test code.arista.io/eos/tools/eext/srcconfig + go test code.arista.io/eos/tools/eext/manifest + go test code.arista.io/eos/tools/eext/impl + go test code.arista.io/eos/tools/eext/cmd + go test code.arista.io/eos/tools/eext/cmd -tags privileged go vet code.arista.io/eos/tools/eext/... test -z "$(gofmt -l .)"