golang/go

x/build: find new cloud provider for Solaris, Illumos builders?

Open

#15 581 ouverte le 6 mai 2016

Voir sur GitHub
 (34 commentaires) (0 réactions) (0 assignés)Go (19 008 forks)batch import
BuildersOS-Solarishelp wantednew-builder

Métriques du dépôt

Stars
 (133 883 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Now that we have SmartOS builders on Joyent in a custom image using the buildlet, let's use the Joyent API and dynamically create the containers as needed. This should be done by creating a new pool type in x/build/cmd/coordinator, similar to the GCE, reverse, and Kubernetes pool types.

This will both be cheaper (run zero when we need zero), but also let us scale from 0 to dozens as needed and let us do sharded builds and let SmartOS be a trybot. (currently we just run 2 containers all the time)

I see lots of joyent stuff at https://godoc.org/?q=joyent

/cc @davecheney @4ad

Guide contributeur