Skip to content

Commit c0b6c5d

Browse files
committed
Makefile: remove 3h stembuild integration timeout
1 parent f514644 commit c0b6c5d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

stembuild/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,18 @@ out/stembuild.exe : assets $(GOSRC)
3333
clean :
3434
rm -rf version/version.go assets/StemcellAutomation.zip out/*
3535

36-
3736
units : stubbed-stemcell-automation-zip
3837
go run github.com/onsi/ginkgo/v2/ginkgo run -r --randomize-all --randomize-suites --keep-going --skip-package integration,iaas_cli
3938

4039
iaas_cli :
4140
go run github.com/onsi/ginkgo/v2/ginkgo run -r --randomize-all --randomize-suites --keep-going --flake-attempts 2 iaas_cli
4241

42+
integration : stubbed-stemcell-automation-zip
43+
go run github.com/onsi/ginkgo/v2/ginkgo run -r --randomize-all --randomize-suites --keep-going --flake-attempts 2 integration
44+
4345
integration-build : stubbed-stemcell-automation-zip $(GOSRC)
4446
go build -o $(COMMAND) -ldflags $(LD_FLAGS) .
4547

46-
integration : stubbed-stemcell-automation-zip
47-
go run github.com/onsi/ginkgo/v2/ginkgo run -r -vv --timeout 3h --randomize-all --keep-going --flake-attempts 2 integration
48-
4948
stubbed-stemcell-automation-zip :
5049
$(CP) integration/construct/assets/StemcellAutomation.zip assets/
5150

0 commit comments

Comments
 (0)