Tessa Bradbury

Results 11 comments of Tessa Bradbury

Hey, nice to hear from you again! I'll check it out. Probably need to go read some docker changelogs or something...

Looks like `--mount` was added in 17.05 (https://docs.docker.com/release-notes/docker-ce/#17050-ce-2017-05-04). Are you sure that's actually the issue? Browsing some of the forks of this plugin and possibly related to #23, I think...

So I checked and when you run the agent inside a container, you're supposed to mount the docker socket into it, thus allowing the agent container to create more containers...

Maybe I'll experiment with adding the `buildkite-agent` binary directly into this container rather than mounting it. Not sure if having different agent versions managing the build and downloading artifacts would...

Interesting, thanks for the extra context. And thanks for doing all the hard work so I could PoC python in the browser in only a couple hours! It was super...

Reading through various issues (including https://github.com/webpack/webpack/issues/7352), looks like you can get around issues in the emscripten generated javascript (`lib/micropython.js`) by adding an ignore plugin to the webpack config: ```js plugins:...

That is indeed the correct response to reading the match source expression document 😜 . As for the other one, I hadn't seen it so thanks. We already do something...

Looks like this has been implemented in https://github.com/buildkite/agent/pull/2025 and released in v3.46.0. Thanks for the suggestion!

Thanks for reporting this! It looks like this changed in https://github.com/buildkite/agent/pull/2654 in v3.66 when we extended signal grace period handling to all phases of a build. I'll look into the...

This should be fixed in the next agent release (v3.74)