Skip to content

Commit

Permalink
Make go package tests run in sequence to avoid races for rpm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
aajith-arista committed Jan 7, 2024
1 parent 949412f commit 970d281
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions barney.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .)"
Expand Down

0 comments on commit 970d281

Please sign in to comment.