Skip to content

Commit b92ba5f

Browse files
committed
Makefile: remove 3h stembuild integration timeout
- add stembuild/out/ to gitignore
1 parent 376c77b commit b92ba5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.envrc
44
.vscode
55

6+
stembuild/out/
67
stembuild/stembuild
78
stembuild/stembuild.exe
89
stembuild/StemcellAutomation.zip

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 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 --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)