This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
Change references to the group "manager" persona to "administrator" #765
Travis CI / Travis CI - Pull Request
failed
Jan 24, 2024 in 24m 35s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #765 Change references to the group "manager" persona to "administrator".
Any changes that have been made to the 8.x-1.x branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in parallel.
Job | PHP | ENV | OS | State |
---|---|---|---|---|
7.4 | COMPOSER_MEMORY_LIMIT=2G | Linux | passed | |
8.0 | COMPOSER_MEMORY_LIMIT=2G | Linux | passed | |
8.1 | COMPOSER_MEMORY_LIMIT=2G | Linux | passed | |
8.1 | COMPOSER_MEMORY_LIMIT=2G | Linux | failed | |
8.1 | COMPOSER_MEMORY_LIMIT=2G | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | PHP |
Operating System | Linux (Bionic) |
PHP Versions | 7.4, 8.0, 8.1 |
Build Configuration
{
"mysql": {
"database": "og",
"username": "root",
"encoding": "utf8"
},
"language": "php",
"os": [
"linux"
],
"dist": "bionic",
"php": [
"7.4",
"8.0",
"8.1"
],
"env": [
"global={:COMPOSER_MEMORY_LIMIT=>\"2G\"} jobs={:TEST_SUITE=>\"9.5.x\"}={:TEST_SUITE=>\"10.0.x\"}={:TEST_SUITE=>\"PHP_CodeSniffer\"}"
],
"services": [
"mysql"
],
"cache": {
"directories": [
"$HOME/.composer/cache/files"
]
},
"before_script": [
"phpenv config-rm xdebug.ini || true",
"composer self-update",
"MODULE_DIR=$(pwd)",
"cd ..",
"mysql -e 'create database og'",
"test ${TEST_SUITE} == \"PHP_CodeSniffer\" || travis_retry git clone --branch $TEST_SUITE --depth 1 https://git.drupal.org/project/drupal.git",
"DRUPAL_DIR=$(pwd)/drupal",
"test ${TEST_SUITE} == \"PHP_CodeSniffer\" || travis_retry composer drupal-phpunit-upgrade --working-dir=$DRUPAL_DIR",
"test ${TEST_SUITE} == \"PHP_CodeSniffer\" || composer install --working-dir=$DRUPAL_DIR",
"test ${TEST_SUITE} == \"PHP_CodeSniffer\" || nohup php -S localhost:8888 --docroot $DRUPAL_DIR > /dev/null 2>&1 &",
"test ${TEST_SUITE} == \"PHP_CodeSniffer\" || until curl -s localhost:8888; do true; done > /dev/null",
"export SIMPLETEST_BASE_URL=http://localhost:8888",
"export SIMPLETEST_DB=mysql://root:@127.0.0.1/og"
],
"script": [
"DRUPAL_DIR=$DRUPAL_DIR MODULE_DIR=$MODULE_DIR $MODULE_DIR/scripts/travis-ci/run-test.sh $TEST_SUITE"
],
"jobs": {
"exclude": [
{
"php": "7.4",
"env": [
{
"TEST_SUITE": "PHP_CodeSniffer"
}
]
},
{
"php": "7.4",
"env": [
{
"TEST_SUITE": "10.0.x"
}
]
},
{
"php": "8.0",
"env": [
{
"TEST_SUITE": "PHP_CodeSniffer"
}
]
},
{
"php": "8.0",
"env": [
{
"TEST_SUITE": "10.0.x"
}
]
}
]
}
}
Loading