Skip to content
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

Closed
wants to merge 1 commit into from

Change references to the group "manager" persona to "administrator"

c56bf10
Select commit
Loading
Failed to load commit list.
Closed

Change references to the group "manager" persona to "administrator" #765

Change references to the group "manager" persona to "administrator"
c56bf10
Select commit
Loading
Failed to load commit list.
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
3227.1 7.4 COMPOSER_MEMORY_LIMIT=2G Linux passed
3227.2 8.0 COMPOSER_MEMORY_LIMIT=2G Linux passed
3227.3 8.1 COMPOSER_MEMORY_LIMIT=2G Linux passed
3227.4 8.1 COMPOSER_MEMORY_LIMIT=2G Linux failed
3227.5 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"
          }
        ]
      }
    ]
  }
}