Rui Yang
Rui Yang
Regarding the fact that certain PRs will not be merged into upstream Dex in near future, we need to prepare a plan for switching back to upstream dex WITH deprecating...
Which distribution are you using in your deployment? The cert path varies by different distributions. The cert path is configurable through `certsPath` in value.yml.
@evanchaoli this is the example we have in hush-house. Seems like it only happens for pool-resource.
Run a test pipeline on older versions and found the issue was introduced on v7.5.0. The last log after aborting the build is ``` {"timestamp":"2022-07-12T20:32:49.343640500Z","level":"info","source":"atc","message":"atc.tracker.notify.run.aborting","data":{"build":"1","build_id":1,"job":"do-nothing","pipeline":"test","session":"24.7.2","team":"main"}} ```
https://www.postgresql.org/support/versioning/ the minimum version of postgresql needs to bump to `11` since `9.6` reaches to its EOL. This aligns with bosh.io posgresql release where `11` is the current supporting major...
The error itself means the process that run the tash step in a worker container is gone. It could be the container disappeared unexpected. You will need to inspect the...
@Caprowni it is just the flaky of CI
Hi, thx for the PR. Is it possible to add a test udner https://github.com/concourse/concourse/blob/13fb1e94127635deecba2eb1d7a2357ba9fe85cc/fly/integration/login_test.go#L415 ?
I'd like to see the checks related metrics to verify the change not dropping check rates at least e.g. checks_started before/after the PR.
First of all I think go-routins are probably the *best* feature that golang has, which we should not be afraid of at all. Even now Lidar only `creates build object`,...