goodspark

Results 29 issues of goodspark

I'm currently using bok-choy for some tests. I'd like the following: 1. Run tests on different operating systems, versions, etc through a testing service, like SauceLabs or BrowserStack. 1. Pass...

This will make it easy for CI users to trace and analyze their CI jobs without requiring additional work or scripting on their part. They can just look at tracing...

**Is your feature request related to a problem? Please describe.** To be overly cautious, we added \*KEY\* to our redacted-vars config. Soon CI job logs were spammed with: > ⚠️...

Back when I added trace propagation to the agent, I was short-sighted and used the golang-binary format. Since the trace context was meant to be propagated between builds of a...

Upstreaming a fix by @samschlegel Don't leak the spans when using the .future(..) interface ## Checklist - [x] Change(s) are motivated and described in the PR description. - [x] Testing...

stale

Factors in two possible ways Github can indicate a retry delay. But then falls back to an exponentially increasing value. But in both cases, will cap the delay.

It'd be nice to have this support Macs on EC2. It doesn't seem like the [guide nor the CloudFormation template it references](https://buildkite.com/docs/agent/v3/elastic-ci-stack-for-ec2-mac/autoscaling-mac-metal) has a mechanism to deal with graceful shutdowns...

Same issue as #8 ``` WARNING: Requested sshconf==0.2.4 from https://files.pythonhosted.org/packages/fb/c6/57b4566e331a4950d63060b9b31f874cda2539c9de0907385c6006f9df64/sshconf-0.2.4.tar.gz#sha256=457e8bf13bdd1229a3d7d06b4a8487ded5cdedeaf11879decf87e25eeb166b08 (from -r /tmp/tmpo_cbij74 (line 120)), but installing version 0.1.0   | WARNING: Discarding https://files.pythonhosted.org/packages/fb/c6/57b4566e331a4950d63060b9b31f874cda2539c9de0907385c6006f9df64/sshconf-0.2.4.tar.gz#sha256=457e8bf13bdd1229a3d7d06b4a8487ded5cdedeaf11879decf87e25eeb166b08 (from https://pypi.org/simple/sshconf/). Requested sshconf==0.2.4 from https://files.pythonhosted.org/packages/fb/c6/57b4566e331a4950d63060b9b31f874cda2539c9de0907385c6006f9df64/sshconf-0.2.4.tar.gz#sha256=457e8bf13bdd1229a3d7d06b4a8487ded5cdedeaf11879decf87e25eeb166b08 (from...

Solves #2512 I'm writing a custom formatting layer and want to use UtcTime and format_time to format the time into a string.