spread icon indicating copy to clipboard operation
spread copied to clipboard

Spread - Convenient full-system test (task) distribution

Results 154 spread issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [gopkg.in/yaml.v3](https://redirect.github.com/go-yaml/yaml) | `v3.0.0-20210107192922-496545a6307b` -> `v3.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/gopkg.in%2fyaml.v3/v3.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gopkg.in%2fyaml.v3/v3.0.0-20210107192922-496545a6307b/v3.0.1?slim=true) | --- ### Release...

Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20210107192922-496545a6307b&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [gopkg.in/yaml.v2](https://redirect.github.com/go-yaml/yaml) | `v2.4.0` -> `v3.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/gopkg.in%2fyaml.v2/v3.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gopkg.in%2fyaml.v2/v2.4.0/v3.0.1?slim=true) | --- ### Release...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/oauth2 | `v0.25.0` -> `v0.26.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2foauth2/v0.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2foauth2/v0.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

The variables `$@` and `$*` differ subtly in how they are expanded. - `$*` expands to a single value with all the arguments of the program or function joined with...

Instrumentation and investigation of CI errors. DO NOT MERGE.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v2` -> `v4` | --- ### Release...

Reviewed

When debugging failures caused by interactions between jobs, being able to order jobs explicitly is critical. The new -explicit-order option strongly orders jobs following the order in which they were...

Keep the original PATH when executing local scripts, such that repack/adhoc snippets which reference tools installed in custom locations are able to access them.

Currently, spread assumes that the default shell is Bourne-like (perhaps specifically bash?) and runs adhoc scripts with whatever that default shell currently is. I recently changed my default shell from...