agent
agent copied to clipboard
The Buildkite Agent is an open-source toolkit written in Go for securely running build jobs on any device or network
We found Buildkite agent retry on 404 when downloading artifacts, but this is unnecessary. Since we have extended retry (up to 30 mins), the current behavior (retry on 404) largely...
Bumps [go.opentelemetry.io/contrib/propagators/aws](https://github.com/open-telemetry/opentelemetry-go-contrib) from 1.8.0 to 1.9.0. Changelog Sourced from go.opentelemetry.io/contrib/propagators/aws's changelog. [1.9.0/0.34.0/0.4.0] - 2022-08-02 Added The TextMapPropagator function to go.opentelemetry.io/contrib/propagators/autoprop. This function is used to return a composite TextMapPropagator from...
**Is your feature request related to a problem? Please describe.** In an effort to keep our pipeline steps more concise we're using YAML anchors and aliases to define the plugins...
Depends on docker-compose v2 because they don’t build arm64 executables prior to that release. It’s in rc phase so hopefully releases soon. TODO: - [x] Parallelise the multi-platform `test_docker_image` step,...
As discussed in https://github.com/buildkite/terminal-to-html/issues/96#issuecomment-1204807847 it seems the `Prefixer` used (exclusively) by `ansi-timestamps` experiment is overzealous on declaring `CSI n K` (EL: Erase in Line) ANSI codes as newlines when sometimes...
Currently the agent doesn't respect `AWS_PROFILE` or the shared credentials files in `~/.aws`. This is because this wasn't initially supported in the AWS SDK. I think this would probably be...
the bootstrap.go file is currently about 4k lines long, and is basically impossible to navigate with anything other than ctrl-f and judicious use of go to definition. This PR splits...
**Is your feature request related to a problem? Please describe.** Currently the [buildkite-agent artifact upload](https://buildkite.com/docs/agent/v3/cli-artifact#using-your-private-aws-s3-bucket-credentials) does not support named AWS profiles **Describe the solution you'd like** To utilise assumed roles...
**Is your feature request related to a problem? Please describe.** The new OpenTelemetry (OTEL) experiment is helpful, but it does not make it possible to get the current traceId and...
**TLDR; the windows build agents save artifacts with what would be their nested directory structure as part of the file names. Artifacts that should be in the bin folder are...