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/orcidProfile#304 Update OAuth and API URLs with correct prefixes #307

Merged
merged 1 commit into from
Dec 11, 2023

pkp/orcidProfile#304 Update OAuth and API URLs with correct prefixes

47a1102
Select commit
Loading
Failed to load commit list.
Merged

pkp/orcidProfile#304 Update OAuth and API URLs with correct prefixes #307

pkp/orcidProfile#304 Update OAuth and API URLs with correct prefixes
47a1102
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request succeeded Dec 8, 2023 in 10m 18s

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 #307 pkp/orcidProfile#304 Update OAuth and API URLs with correct prefixes.
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
468.1 7.3 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
468.2 7.3 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
468.3 7.3 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
468.4 7.3 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
468.5 7.4 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
468.6 7.4 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
468.7 7.4 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
468.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"
  ]
}