.travis.yml: Update to use arm64/ppc64le/s390x.
tool/travis_wait.sh
TEST_ALL_SKIPPED_TESTS
TEST_ALL_SEPARATED_TESTS
tool/ci_functions.sh
.travis.yml: Update to use arm64/ppc64le/s390x.
See https://docs.travis-ci.com/user/billing-overview/#partner-queue-solution.
tool/travis_wait.shto avoid a command timeout.TEST_ALL_SKIPPED_TESTSenv to skip the tests.The tests are executed if
TEST_ALL_SKIPPED_TESTSenv is set orTEST_ALL_SEPARATED_TESTSenv is set.tool/ci_functions.shto manage the functions used in CI.An arm64 job sometimes does not start right now.
https://travis-ci.community/t/11629