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

Remove the orcidTokens previously rendered in publishing API #274

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

https://github.com/pkp/orcidProfile/issues/271 Remove the orcidTokens…

b3e92c2
Select commit
Loading
Failed to load commit list.
Open

Remove the orcidTokens previously rendered in publishing API #274

https://github.com/pkp/orcidProfile/issues/271 Remove the orcidTokens…
b3e92c2
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 Jul 30, 2023 in 19m 27s

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 #274 Remove the orcidTokens previously rendered in publishing API.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has eight jobs, running in parallel.

Job PHP ENV OS State
385.1 8.1.0 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
385.2 8.1.0 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
385.3 8.1.0 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
385.4 8.1.0 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
385.5 8.2.0 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
385.6 8.2.0 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
385.7 8.2.0 [One of the secure variables in your .travis.yml has an invalid format.] Linux passed
385.8 8.2.0 [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 8.1.0, 8.2.0
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "addons": {
    "chrome": "beta",
    "postgresql": "9.5",
    "apt": {
      "update": true,
      "packages": [
        "libvulkan1",
        "libu2f-udev"
      ]
    }
  },
  "sudo": true,
  "php": [
    "8.1.0",
    "8.2.0"
  ],
  "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=>\"main\", :TEST=>\"mysql\", :ORCID_URL=>\"https://sandbox.orcid.org\", :ORCID_APIPATH=>\"https://api.sandbox.orcid.org\", :ORCID_APITYPE=>\"\\\"Member Sandbox\\\"\"}={:APPLICATION=>\"ojs\", :BRANCH=>\"main\", :TEST=>\"pgsql\", :ORCID_URL=>\"https://sandbox.orcid.org\", :ORCID_APIPATH=>\"https://api.sandbox.orcid.org\", :ORCID_APITYPE=>\"\\\"Member Sandbox\\\"\"}={:APPLICATION=>\"ops\", :BRANCH=>\"main\", :TEST=>\"mysql\", :ORCID_URL=>\"https://sandbox.orcid.org\", :ORCID_APIPATH=>\"https://api.sandbox.orcid.org\", :ORCID_APITYPE=>\"\\\"Member Sandbox\\\"\"}={:APPLICATION=>\"ops\", :BRANCH=>\"main\", :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-ApplicationSetup/10-Installation.cy.js,cypress/tests/data/10-ApplicationSetup/20-CreateContext.cy.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 '{\"specPattern\":[\"plugins/generic/orcidProfile/cypress/tests/functional/*.cy.js\"]}'"
  ],
  "after_failure": [
    "cat error.log",
    "sudo apt-get install sharutils",
    "tar cz cypress/screenshots | uuencode /dev/stdout"
  ]
}