Mason Malone

Results 66 comments of Mason Malone

@slob23 Thanks! I'm just waiting on reviews

Another problem with `$` is it conflicts with shell scripts. It's common to use templating with shell code, e.g.: https://github.com/argoproj/argo-workflows/blob/ad114b0472c0079cb7a982f7f577bc1e965b310b/examples/scripts-bash.yaml#L37-L40 Ideally, the new delimiter wouldn't conflict with languages commonly used...

@agilgur5 That's a good idea, but I don't think that's feasible using the Github-hosted action runners due to [noisy neighbors](https://learn.microsoft.com/en-us/azure/architecture/antipatterns/noisy-neighbor/noisy-neighbor). We frequently see spikes in I/O latency during jobs, which...

A second problem I forgot to mention is ensuring the baseline results are generated by a runner with comparable performance characteristics to the runner used for the PR results. To...