Set instance count to 20
to allow scheduling of SLA aware jobs
Addtional changes include update settings to `10` instances and increasing `go test` _timeout_ to `15m`.
This commit is contained in:
parent
9ed7690de1
commit
01fec6e124
5 changed files with 86 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Since we run our docker compose setup in bridge mode to be able to run on MacOS, we have to launch a Docker container within the bridge network in order to avoid any routing issues.
|
||||
docker run -t -v $(pwd):/go/src/github.com/paypal/gorealis --network gorealis_aurora_cluster golang:1.10.3-stretch go test -v github.com/paypal/gorealis
|
||||
docker run -t -v $(pwd):/go/src/github.com/paypal/gorealis --network gorealis_aurora_cluster golang:1.10.3-stretch go test -v github.com/paypal/gorealis -timeout 15m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue