build/buildlet
Carlos Amedee 0dd4a72118 all: add missing license headers
This adds open source license headers to files that were missing
them. These were discovered by the new linters we are prototyping.

Change-Id: Ie4f5f4a661a0e250422f45b09cadc63fe3386f6f
Reviewed-on: https://go-review.googlesource.com/c/build/+/487395
Reviewed-by: Carlos Amedee <amedee@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Carlos Amedee <amedee@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2023-04-24 13:52:27 +00:00
..
README.md all: add or change GoDoc badge to pkg.go.dev with update-readmes.go 2020-12-15 04:52:31 +00:00
buildlet.go all: add additional storage to linux-arm64-longtest builder 2022-11-29 20:06:34 +00:00
buildlet_test.go buildlet: modify the request logic and parameters for EC2 instances 2020-05-13 20:45:43 +00:00
buildletclient.go all: fix some comments 2023-01-31 14:57:29 +00:00
buildletclient_test.go buildlet: fix Exec to return ErrTimeout on timeout 2022-05-27 17:17:50 +00:00
doc.go internal/coordinator/remote, buildlet: refactor remote buildlet session 2021-11-22 20:00:58 +00:00
ec2.go cmd/coordinator: consolidate and increase global VM deletion timeout 2022-05-16 16:01:33 +00:00
ec2_test.go dashboard: change the default instance type for GCE builders 2022-06-21 20:38:46 +00:00
fakebuildletclient.go cmd/coordinator: check the session pool for buildlets 2022-08-29 16:03:30 +00:00
gce.go buildlet: enable core dump creation on container VMs 2023-03-28 17:48:07 +00:00
grpcbuildlet.go all: add missing license headers 2023-04-24 13:52:27 +00:00
keypair.go buildlet: set TCP keep-alive timeouts, avoid fd leaks 2015-02-03 11:38:45 +00:00
remote.go buildlet: create gRPC client 2022-08-09 20:49:10 +00:00

README.md

Go Reference

golang.org/x/build/buildlet

Package buildlet contains client tools for working with a buildlet server.