| Age | Commit message (Collapse) | Author |
|
because it has been unstable, and also it sometimes does not work for a
pull request like:
https://github.com/ruby/ruby/pull/2358/checks?check_run_id=192685048#step:4:17
Notes:
Merged: https://github.com/ruby/ruby/pull/2360
|
|
because clone does not checkout exact commit sha, and also we'd need to handle
pull_request on fork, so I tentatively stopped to do this.
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
This reverts commit 5ee11a95ffbf194a73d1bea300a35f5d6250d203.
Sorry, timeout(1) was missing.
|
|
unlike Travis, it seems not used.
|
|
because it has failed often on Travis.
|
|
because somebody may want to remove the duplicated Travis osx usage
later.
Notes:
Merged: https://github.com/ruby/ruby/pull/2343
|
|
anyway we don't need authorization here.
Also retry does not seem to work in the original version, so let's
extend this with retries as a separate github action later.
|
|
because it randomly fails on authorization like:
https://github.com/ruby/ruby/runs/190887455
Also the backoff seems too short. Maybe we need tool/travis_retry.sh for
this too.
Cloning ruby/ruby does not need authorization. We don't need to use
actions/checkout.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The specification was not triggered on a pull request.
|
|
because small numbers had made Azure Pipelines in the past and it's
using 20 now. I heard GitHub Actions has more parallelism, so it should
be okay.
|
|
|
|
because it's doing more than test-all
|
|
|
|
|
|
to allow having other workflows separately, and configure `name` to
simplify a tooltip label on GitHub.
|