pkp/pkp-lib#9946 submodule udpate ##bozana/9946-3_3_0## #688
Travis CI / Travis CI - Pull Request
succeeded
May 31, 2024 in 40m 1s
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 #688 pkp/pkp-lib#9946 submodule udpate ##bozana/9946-3_3_0##.
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 |
---|---|---|---|---|
3054.1 | 8.0 | GITHUB_ACCESS_KEY=[secure] | Linux | passed |
3054.2 | 7.3 | GITHUB_ACCESS_KEY=[secure] | Linux | passed |
3054.3 | 7.4 | GITHUB_ACCESS_KEY=[secure] | Linux | passed |
3054.4 | 8.0 | GITHUB_ACCESS_KEY=[secure] | Linux | passed |
3054.5 | 8.1 | GITHUB_ACCESS_KEY=[secure] | Linux | passed |
3054.6 | 7.3 | GITHUB_ACCESS_KEY=[secure] | Linux | passed |
3054.7 | 7.4 | GITHUB_ACCESS_KEY=[secure] | Linux | passed |
3054.8 | 8.0 | GITHUB_ACCESS_KEY=[secure] | Linux | passed |
3054.9 | 8.1 | GITHUB_ACCESS_KEY=[secure] | Linux | passed |
3054.10 | 8.2.0 | GITHUB_ACCESS_KEY=[secure] | Linux | passed |
3054.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=>\"ops\"}"
],
"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"
}
]
}
}
Loading