Add issue null check for OPS #318
Merged
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"
]
}
Loading