File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33.envrc
44.vscode
55
6+ stembuild /out /
67stembuild /stembuild
78stembuild /stembuild.exe
89stembuild /StemcellAutomation.zip
Original file line number Diff line number Diff line change @@ -33,19 +33,18 @@ out/stembuild.exe : assets $(GOSRC)
3333clean :
3434 rm -rf assets/StemcellAutomation.zip out/*
3535
36-
3736units : 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
4039iaas_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 -vv --randomize-all --keep-going --flake-attempts 2 integration
44+
4345integration-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-
4948stubbed-stemcell-automation-zip :
5049 $(CP ) integration/construct/assets/StemcellAutomation.zip assets/
5150
You can’t perform that action at this time.
0 commit comments