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 issue null check for OPS #318

Merged
merged 2 commits into from
Jun 10, 2024

Bump version to 1.1.3.14

42d7e6e
Select commit
Loading
Failed to load commit list.
Merged

Add issue null check for OPS #318

Bump version to 1.1.3.14
42d7e6e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 10, 2024 in 12m 10s

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 #318 Add issue null check for OPS.
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 eight jobs, running in parallel.

Job PHP ENV OS State
495.1 7.3 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
495.2 7.3 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
495.3 7.3 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
495.4 7.3 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
495.5 7.4 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
495.6 7.4 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
495.7 7.4 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
495.8 7.4 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Bionic)
PHP Versions 7.3, 7.4
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "addons": {
    "postgresql": "9.5",
    "apt": {
      "update": true
    }
  },
  "sudo": true,
  "php": [
    "7.3",
    "7.4"
  ],
  "env": [
    "global=[One of the secure variables in your .travis.yml has an invalid format.]=[One of the secure variables in your .travis.yml has an invalid format.]=[One of the secure variables in your .travis.yml has an invalid format.]=[One of the secure variables in your .travis.yml has an invalid format.] jobs={:APPLICATION=>\"ojs\", :BRANCH=>\"stable-3_3_0\", :TEST=>\"mysql\", :ORCID_URL=>\"https://sandbox.orcid.org\", :ORCID_APIPATH=>\"https://api.sandbox.orcid.org\", :ORCID_APITYPE=>\"\\\"Member Sandbox\\\"\"}={:APPLICATION=>\"ojs\", :BRANCH=>\"stable-3_3_0\", :TEST=>\"pgsql\", :ORCID_URL=>\"https://sandbox.orcid.org\", :ORCID_APIPATH=>\"https://api.sandbox.orcid.org\", :ORCID_APITYPE=>\"\\\"Member Sandbox\\\"\"}={:APPLICATION=>\"ops\", :BRANCH=>\"stable-3_3_0\", :TEST=>\"mysql\", :ORCID_URL=>\"https://sandbox.orcid.org\", :ORCID_APIPATH=>\"https://api.sandbox.orcid.org\", :ORCID_APITYPE=>\"\\\"Member Sandbox\\\"\"}={:APPLICATION=>\"ops\", :BRANCH=>\"stable-3_3_0\", :TEST=>\"pgsql\", :ORCID_URL=>\"https://sandbox.orcid.org\", :ORCID_APIPATH=>\"https://api.sandbox.orcid.org\", :ORCID_APITYPE=>\"\\\"Member Sandbox\\\"\"}"
  ],
  "install": [
    "git clone -b ${BRANCH} https://github.com/pkp/${APPLICATION} ~/${APPLICATION}",
    "cd ~/${APPLICATION}",
    "git submodule update --init --recursive",
    "source lib/pkp/tools/travis/prepare-tests.sh",
    "lib/pkp/tools/travis/prepare-webserver.sh",
    "lib/pkp/tools/travis/install-composer-dependencies.sh",
    "npm i g -npm && npm install && npm run build",
    "rm -rf ~/${APPLICATION}/plugins/generic/orcidProfile",
    "ln -s ${TRAVIS_BUILD_DIR} ~/${APPLICATION}/plugins/generic/orcidProfile"
  ],
  "script": [
    "$(npm bin)/cypress run --spec \"cypress/tests/data/10-Installation.spec.js,cypress/tests/data/20-CreateContext.spec.js\"",
    "$(npm bin)/cypress run  --env orcid_url=$ORCID_URL orcid_apiPath=$ORCID_APIPATH,orcid_apiType=$ORCID_APITYPE,orcid_clientId=$ORCID_CLIENTID,orcid_clientSecret=$ORCID_SECRET,orcid_email=$ORCID_EMAIL,orcid_emailPassword=$ORCID_EMAILPASSWORD --config integrationFolder=plugins/generic/orcidProfile/cypress/tests/"
  ],
  "after_failure": [
    "cat error.log"
  ]
}