summaryrefslogtreecommitdiff
path: root/tool/ci_functions.sh
AgeCommit message (Collapse)Author
2023-11-18Revert "merge revision(s) 9682275b5493439334fb3933ce2da3b95271eb1c: ↵nagachika
[Backport #19999]" This reverts commit 4b16259d1d6f408a88ac2c8d04ed78e87bdeda9f.
2023-11-18merge revision(s) 9682275b5493439334fb3933ce2da3b95271eb1c: [Backport #19999]nagachika
[Travis] make `.bundle` directory writable To create gem files from sources under `gems/src` for tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2021-05-31tool/ci_functions.sh: Fix typos and improve the comment. [ci skip]Jun Aruga
Notes: Merged: https://github.com/ruby/ruby/pull/4541
2021-05-25.travis.yml: Update to use arm64/ppc64le/s390x.Jun Aruga
* Use only the free pipelines arm64/ppc64le/s390x without credits on Travis. See <https://docs.travis-ci.com/user/billing-overview/#partner-queue-solution>. * Add ppc64le case. * Update the gcc to gcc-11. * Remove unused logic. * Add the `tool/travis_wait.sh` to avoid a command timeout. * Run the tests skipping some failing tests. * Set `TEST_ALL_SKIPPED_TESTS` env to skip the tests. * Run the tests separately returning ok status. The tests are executed if `TEST_ALL_SKIPPED_TESTS` env is set or `TEST_ALL_SEPARATED_TESTS` env is set. * Add `tool/ci_functions.sh` to manage the functions used in CI. * Add arm64 to allow_failures due to the following issue. An arm64 job sometimes does not start right now. https://travis-ci.community/t/11629 Notes: Merged: https://github.com/ruby/ruby/pull/4518