| Age | Commit message (Collapse) | Author |
|
Use $GITHUB_ENV instead of set-env
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
|
|
|
|
|
|
mame-san said it's weird
|
|
Since 8c9450e7b875db846b19cc631af0d7fee66db5c6, we increased the chance
to run GitHub Actions on a fork, as we usually use a topic branch
instead of master when filing a pull request.
This patch makes it possible to reuse the same GitHub Actions config on
a fork repository.
|
|
instead of unnecessarily defining env vars
|
|
trunk branch was deleted.
|
|
The format is the same as Travis / AppVeyor now.
|
|
This reverts commit 75e8dd58f69c190c9698d0133942032903fb2f07.
We seem to randomly hit another issue these days:
https://github.com/ruby/ruby/runs/368756135
https://github.com/ruby/ruby/runs/368756191
|
|
|
|
because commit info are not necessary in env.
|
|
because foo.rb in build directory breaks test-bundler
https://github.com/ruby/ruby/runs/343168046#step:20:125
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2736
|
|
related https://bugs.ruby-lang.org/issues/16177
Notes:
Merged: https://github.com/ruby/ruby/pull/2736
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2678
|
|
(windows.yml used `nmake up`)
Notes:
Merged: https://github.com/ruby/ruby/pull/2678
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2678
|
|
https://github.com/seattlerb/minitest/pull/798 is closed
|
|
Build's sequential number is a link in Travis, and also YYYY-MM-DD-XX is
a little hard to parse.
|
|
commit number of today requires log since 0:00 UTC.
So commits of 24 hours are enough.
https://www.git-scm.com/docs/git-clone#Documentation/git-clone.txt---depthltdepthgt
> Implies --single-branch unless --no-single-branch is given to fetch the histories near the tips of all branches.
So I add `--single-branch` too.
Notes:
Merged: https://github.com/ruby/ruby/pull/2680
|
|
* Migrate Wercker MJIT tests to Actions
* Support pull request for testing
* Capitalize other jobs too
* Make it a command name for consistency [ci skip]
* Remove wercker.yml
* Add --jit-verbose=2 for debugging
* Install MJIT headers
* Separate install for sudo
* Trigger build
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2675
|
|
See L25-28
|
|
At least the comment looks obsoleted. Aren't we using $JOBS already?
|
|
Hoping to make it like `make (check, ...)`, `make (test-bundler, ...)`
instead of `latest (...)` because some of the jobs are already not
running on a latest platform.
|
|
only once. Doing it on multiple Ubuntu versions may not worth it.
|
|
https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#set-an-environment-variable-set-env
|
|
|
|
Removed `if` conditions separating `test-bundled-gems`, and pass
`TESTOPTS` and `TEST_BUNDLED_GEMS_ALLOW_FAILURES` via `env`.
Notes:
Merged: https://github.com/ruby/ruby/pull/2643
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2622
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2621
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2617
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2506
|
|
Time#inspect change
* See https://github.com/test-unit/test-unit/issues/165
Notes:
Merged: https://github.com/ruby/ruby/pull/2503
|
|
* Otherwise, it takes a very long time to notice those tests broke.
Notes:
Merged: https://github.com/ruby/ruby/pull/2503
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2457
|
|
|
|
|
|
https://github.com/ruby/ruby/pull/2417#issuecomment-526884646
> `TESTOPTS` is defaulted to `$(RUBY_TESTOPTS)` in `common.mk` file.
> Use the latter name to pass options via an environment variable.
|
|
|
|
|
|
because default value overrides it.
https://help.github.com/en/articles/virtual-environments-for-github-actions#environment-variables
|
|
This reverts commit 9bc1667a188392b94971b9b96507af76cbd5f413.
`name` lines are not expanded.
|
|
|
|
* Expand JOBS instead of meaningless export
* Remove -j option in TESTOPTS of test-bundled-gems
https://github.com/ruby/ruby/runs/203129516#step:10:167
> invalid option: -j3
Notes:
Merged-By: znz
|
|
with Travis, rather than AppVeyor.
Formerly it was made similar to AppVeyor to provide some normal set of
CI failure notification. But for some reason people preferred a shorter
variant and introduced a1d606c079f6c3d1779d885e0bf2e3991251609e and
d8d8015b93c6daa8d8433895464db3493a2056e2.
Instead of AppVeyor format, this commit chose Travis-like format to achieve
consistency and to include usual CI-failure information, while keeping
it one-liner for people who prefer short notifications.
Note that this shrinks the 40-char sha to 10-char, using the new feature
of k0kubun/action-slack@v2.0.0:
https://github.com/k0kubun/action-slack/commit/1c88a05dac664cbafa1c99a37f292ed23ac1c289
|
|
|
|
|