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

Add github ations for OJS 3.3 #4319

Merged

Add github ations for OJS 3.3

f72daf5
Select commit
Loading
Failed to load commit list.
Merged

Add github ations for OJS 3.3 #4319

Add github ations for OJS 3.3
f72daf5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jun 17, 2024 in 7m 10s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #4319 Add github ations for OJS 3.3.
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
16897.1 8.0 GITHUB_ACCESS_KEY=[secure] Linux passed
16897.2 7.3 GITHUB_ACCESS_KEY=[secure] Linux passed
16897.3 7.4 GITHUB_ACCESS_KEY=[secure] Linux failed
16897.4 8.0 GITHUB_ACCESS_KEY=[secure] Linux failed
16897.5 8.1 GITHUB_ACCESS_KEY=[secure] Linux failed
16897.6 7.3 GITHUB_ACCESS_KEY=[secure] Linux passed
16897.7 7.4 GITHUB_ACCESS_KEY=[secure] Linux failed
16897.8 8.0 GITHUB_ACCESS_KEY=[secure] Linux failed
16897.9 8.1 GITHUB_ACCESS_KEY=[secure] Linux failed
16897.10 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux failed
16897.11 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux failed

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"
      }
    ]
  }
}