Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkp/pkp-lib#9650 Submodule update ##jardakotesovec/i9650_3_3_0## #4181

Closed
wants to merge 1 commit into from

pkp/pkp-lib#9650 Submodule update ##jardakotesovec/i9650_3_3_0##

b8c3b63
Select commit
Loading
Failed to load commit list.
Closed

pkp/pkp-lib#9650 Submodule update ##jardakotesovec/i9650_3_3_0## #4181

pkp/pkp-lib#9650 Submodule update ##jardakotesovec/i9650_3_3_0##
b8c3b63
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Feb 8, 2024 in 1h 19m 33s

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 #4181 pkp/pkp-lib#9650 Submodule update ##jardakotesovec/i9650_3_3_0##.
Any changes that have been made to the stable-3_3_0 branch before the build ran are also included.

Jobs and Stages

This build has 11 jobs, running in parallel.

Job PHP ENV OS State
16418.1 8.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16418.2 7.3 GITHUB_ACCESS_KEY=[secure] Linux failed
16418.3 7.4 GITHUB_ACCESS_KEY=[secure] Linux passed
16418.4 8.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16418.5 8.1 GITHUB_ACCESS_KEY=[secure] Linux passed
16418.6 7.3 GITHUB_ACCESS_KEY=[secure] Linux failed
16418.7 7.4 GITHUB_ACCESS_KEY=[secure] Linux passed
16418.8 8.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16418.9 8.1 GITHUB_ACCESS_KEY=[secure] Linux passed
16418.10 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16418.11 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
Python Version 3.3
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "global=GITHUB_ACCESS_KEY=[secure]={:APPLICATION=>\"ojs\"}"
  ],
  "python": [
    "3.3"
  ],
  "git": {
    "submodules": false
  },
  "cache": {
    "npm": true,
    "directories": [
      "$HOME/.composer/cache",
      "$HOME/.cache"
    ]
  },
  "addons": {
    "chrome": "beta",
    "postgresql": "9.5",
    "apt": {
      "update": true,
      "packages": [
        "libvulkan1",
        "libu2f-udev"
      ]
    }
  },
  "before_install": [
    "if [ -n \"$LIBONIG_INSTALL\" ]; then sudo apt-get install libonig5; fi",
    "./tools/startSubmodulesTRAVIS.sh",
    "npm i g -npm",
    "if [[ \"$TEST\" != \"validation\" ]]; then\n  # Prepare for unit and integration tests.\n\n  # Prepare the server environment\n  ./lib/pkp/tools/travis/prepare-webserver.sh\n\n  # Prepare the local codebase\n  ./lib/pkp/tools/travis/install-composer-dependencies.sh\n  if [ -n \"$LEGACY_SSL\" ]; then NODE_OPTIONS=--openssl-legacy-provider npm install && NODE_OPTIONS=--openssl-legacy-provider npm run build; else npm install && npm run build; fi\nelse\n  # Prepare for validation tests.\n  npm install\n  ./lib/pkp/tools/travis/install-linter.sh\nfi\n"
  ],
  "script": [
    "if [[ \"$TEST\" != \"validation\" ]]; then\n  # Run the unit and integration tests.\n  source ./lib/pkp/tools/travis/prepare-tests.sh\n  ./lib/pkp/tools/travis/run-tests.sh\nelse\n  # Run the validation tests.\n  ./lib/pkp/tools/travis/validate-xml.sh\n  ./lib/pkp/tools/buildjs.sh -n\n  ./lib/pkp/tools/checkHelp.sh\n  ./lib/pkp/tools/travis/validate-json.sh\n  npm run lint\nfi\n"
  ],
  "after_script": [
    "cat error.log"
  ],
  "after_failure": [
    "sudo apt-get install sharutils",
    "find cypress/screenshots -type f -printf '%T+\\t%p\\n' | sort | head -n 1 | cut -f 2 | tar -czT - | uuencode /dev/stdout"
  ],
  "jobs": {
    "include": [
      {
        "env": [
          {
            "TEST": "validation"
          }
        ],
        "php": "8.0"
      },
      {
        "env": [
          {
            "TEST": "pgsql"
          }
        ],
        "dist": "bionic",
        "php": "7.3"
      },
      {
        "env": [
          {
            "TEST": "pgsql",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "7.4"
      },
      {
        "env": [
          {
            "TEST": "pgsql"
          },
          {
            "SAVE_BUILD": "true",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.0"
      },
      {
        "env": [
          {
            "TEST": "pgsql",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.1"
      },
      {
        "env": [
          {
            "TEST": "mysql"
          }
        ],
        "dist": "bionic",
        "php": "7.3"
      },
      {
        "env": [
          {
            "TEST": "mysql",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "7.4"
      },
      {
        "env": [
          {
            "TEST": "mysql"
          },
          {
            "SAVE_BUILD": "true"
          },
          {
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.0"
      },
      {
        "env": [
          {
            "TEST": "mysql",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.1"
      },
      {
        "env": [
          {
            "TEST": "mysql",
            "LIBONIG_INSTALL": "1",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.2.0"
      },
      {
        "env": [
          {
            "TEST": "pgsql",
            "LIBONIG_INSTALL": "1",
            "LEGACY_SSL": "1"
          }
        ],
        "php": "8.2.0"
      }
    ]
  }
}