aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ubuntu.yml
Commit message (Collapse)AuthorAgeFilesLines
* Reduced GitHub ActionsNobuyoshi Nakada2020-12-261-5/+3
| | | | Moved leaked-globals before check.
* .github: reduce (#3876)卜部昌平2020-12-101-1/+4
| | | | Comment out some 50-ish tests. fix https://bugs.ruby-lang.org/issues/17376
* .github: reduce copy&paste卜部昌平2020-10-211-7/+6
| | | | Found that we can set default working directory for github actions.
* Use $GITHUB_ENV instead of set-envKazuhiro NISHIYAMA2020-10-061-1/+1
| | | | https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
* Remove unused commit_infoKazuhiro NISHIYAMA2020-10-061-2/+0
|
* Remove outdated comment [ci skip]Kazuhiro NISHIYAMA2020-09-271-1/+0
|
* add RUBY_DEBUG=ci envval for GH actionsKoichi Sasada2020-09-011-0/+1
| | | | RUBY_DEBUG=ci envval shows more information on rb_bug().
* minitest is working fine with Ruby 3Hiroshi SHIBATA2020-09-011-1/+1
|
* xmlrpc has been removed from the bundled gemsHiroshi SHIBATA2020-09-011-1/+1
|
* Revert the workaround of minitest and hoeHiroshi SHIBATA2020-09-011-1/+1
| | | | | 86737c509cd49cfe4509a65d300d390da0f07be6 3e1aea461320094e634ab32ca0b13dd43b69d8b0
* Removed minitest and hoe because they didn't support Ruby 3 yetHiroshi SHIBATA2020-08-311-1/+1
|
* Add more timeouts to macos, mjit, ubuntu and windows workflows.Samuel Williams2020-07-201-0/+1
|
* Update without touch-unicode-filesNobuyoshi Nakada2020-06-161-4/+1
|
* Just update sources in CI without fetchingNobuyoshi Nakada2020-06-161-0/+5
| | | | | Also install external libraries only, extract-gems does not work unless base ruby is available.
* Add ubuntu-20.04 and rename to ubuntu-18.04 from ubuntu-latestKazuhiro NISHIYAMA2020-06-141-1/+1
|
* Try test-bundler-parallel in GitHub ActionsNobuyoshi Nakada2020-06-051-2/+2
|
* No GITPULLOPTIONS by defaultNobuyoshi Nakada2020-06-041-1/+1
| | | | | To honor the environment variable, keep GITPULLOPTIONS unset by default, and appended the option to VCSUP.
* No one reads the detached head adviceNobuyoshi Nakada2020-06-041-0/+3
|
* Fetch no tagsNobuyoshi Nakada2020-06-041-0/+2
| | | | Fetched tags by `make up` are not used, in CI environments.
* Removed fetch-depthNobuyoshi Nakada2020-06-041-1/+0
| | | | Only the last commit is used, unless creating the ChangeLog file.
* include debug option in slack notificationKoichi Sasada2020-05-261-1/+1
|
* remove duplication.Koichi Sasada2020-05-261-2/+0
|
* GH actions with RUBY_DEBUG (#3144)Koichi Sasada2020-05-261-1/+10
| | | Add GH actions with -DRUBY_DEBUG
* .github: use actions/checkout@v2 again卜部昌平2020-05-121-11/+4
|
* Fixed a typo [ci skip]Nobuyoshi Nakada2020-04-241-1/+1
|
* Fix permission of PATHKazuhiro NISHIYAMA2020-04-231-1/+2
| | | | | https://github.com/ruby/actions/runs/608526685?check_suite_focus=true `warning: Insecure world writable dir /home/runner/.config in PATH, mode 040777`
* Revert "Moved aclocal.m4 to macro directory"Nobuyoshi Nakada2020-04-051-1/+1
| | | | | This reverts commit 4a6571dbc14ee4e88c12cd9931f7695077a3ee6e, because chkbuild does not follow.
* Moved aclocal.m4 to macro directoryNobuyoshi Nakada2020-04-051-1/+1
|
* Use `--depth` on pull requestKazuhiro NISHIYAMA2020-03-301-1/+1
| | | | | | | `--shallow-since=yesterday` for COMMIT_NUMBER_OF_DAY of `tool/actions-commit-info.sh`. COMMIT_NUMBER_OF_DAY is mainly for master branch. And `--shallow-since=yesterday` may fail on pull request. So this revert to `--depth` on pull request.
* Add rexml to fix rss of test-bundled-gems (#2976)Kazuhiro NISHIYAMA2020-03-241-2/+1
|
* Use new `prepare-gems` target when possibleDavid Rodríguez2020-03-141-1/+1
|
* Drop direct Slack notification from CIsTakashi Kokubun2020-03-091-17/+3
| | | | All Slack alerts have been migrated to a bot made by mame-san
* Hook an experimental alert from ActionsTakashi Kokubun2020-03-071-0/+13
|
* .github/workflows: name the configure runs卜部昌平2020-03-021-1/+2
| | | | Explicit `name:` entry was requested by @nobu.
* .github: let "make leaked-globals" run in parallel卜部昌平2020-03-021-3/+3
| | | | | This target can be a build matrix. Also it does not make sense to test it on mjit.
* .github: make use of working-directory卜部昌平2020-03-021-16/+14
| | | | | | One can specify working directory of a step, no by `cd foo` inside of the run. See also https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun
* .github: less verbose on: specifier卜部昌平2020-03-021-7/+1
| | | | | | | | The `branch:` specifier was necessary before, to prevent double-testing master and trunk. Now that we no longer have trunk, we can slim the expressions. See also: https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
* .travis.yml, .github: delete environmental dumps卜部昌平2020-03-021-26/+0
| | | | They were necessary when developing YAMLs, but not useful any longer.
* Add "test-all TESTS=--repeat-count=2" to test_taskKazuhiro NISHIYAMA2020-02-131-1/+3
|
* Use github.run_id in notification payload URLKazuhiro NISHIYAMA2020-02-101-1/+1
|
* Allow failures with rss tests on test-bundled-gemsHiroshi SHIBATA2020-01-121-1/+2
|
* Add branch option to checkout on pushKazuhiro NISHIYAMA2020-01-111-1/+1
|
* Slightly change the job wording [ci skip]Takashi Kokubun2020-01-061-1/+1
| | | | mame-san said it's weird
* Support running Actions on a forkTakashi Kokubun2020-01-061-2/+2
| | | | | | | | | 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.
* Directly refer to GitHub eventsTakashi Kokubun2020-01-061-6/+2
| | | | instead of unnecessarily defining env vars
* Remove code to prevent double build on trunkTakashi Kokubun2019-12-311-1/+1
| | | | trunk branch was deleted.
* More consistent failure notificationsTakashi Kokubun2019-12-311-2/+2
| | | | The format is the same as Travis / AppVeyor now.
* Revert "Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES"Takashi Kokubun2019-12-301-0/+2
| | | | | | | | 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
* Ignore error of `apt-get update` on GitHub ActionsKazuhiro NISHIYAMA2019-12-131-1/+1
|
* Try to use `set-output`Kazuhiro NISHIYAMA2019-12-111-1/+2
| | | | because commit info are not necessary in env.