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#6293 consider urnCheckNo setting, fix checkDuplicate in PubIdPlugin #3897

Merged
merged 2 commits into from
May 22, 2023

pkp/pkp-lib#6293 submodule update ##bozana/6293##

4c96794
Select commit
Failed to load commit list.
Merged

pkp/pkp-lib#6293 consider urnCheckNo setting, fix checkDuplicate in PubIdPlugin #3897

pkp/pkp-lib#6293 submodule update ##bozana/6293##
4c96794
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 22, 2023 in 1h 48m 35s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #3897 pkp/pkp-lib#6293 consider urnCheckNo setting, fix checkDuplicate in PubIdPlugin .
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
15316.1 8.0 GITHUB_ACCESS_KEY=[secure] Linux passed
15316.2 7.3 GITHUB_ACCESS_KEY=[secure] Linux passed
15316.3 7.4 GITHUB_ACCESS_KEY=[secure] Linux passed
15316.4 8.0 GITHUB_ACCESS_KEY=[secure] Linux passed
15316.5 8.1 GITHUB_ACCESS_KEY=[secure] Linux passed
15316.6 7.3 GITHUB_ACCESS_KEY=[secure] Linux passed
15316.7 7.4 GITHUB_ACCESS_KEY=[secure] Linux passed
15316.8 8.0 GITHUB_ACCESS_KEY=[secure] Linux passed
15316.9 8.1 GITHUB_ACCESS_KEY=[secure] Linux passed
15316.10 8.2.0 GITHUB_ACCESS_KEY=[secure] Linux passed
15316.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"
      }
    ]
  }
}