Skip to content

Raise static addresses quota on Travis testing account? #1866

@danielcompton

Description

@danielcompton

One of the causes of flaky tests in this repo appears to be exceeding a quota of global static IP addresses. A representative failure is at https://travis-ci.org/GoogleCloudPlatform/google-cloud-java/jobs/218519105. It looks like any individual test is fine, but if there are enough concurrent tests running, then the account runs out of quota. The test is failing at ITComputeTest.java#L783

Two options I can see to improve this:

  1. Limit concurrent builds to some number (maybe 7?) https://docs.travis-ci.com/user/customizing-the-build#Limiting-Concurrent-Builds
  2. Raise the quota on the testing account to have a much larger number of global static IP's available.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions