feat(build): re-generated the node sdk with latest schematics swagger #12
Travis CI / Travis CI - Pull Request
failed
Dec 4, 2024 in 1m 30s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #12 feat(build): re-generated the node sdk with latest schematics swagger.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in two sequential stages.
Stage 1: Run node template build
This stage failed.
Job | Node.js | OS | State |
---|---|---|---|
48.1 | 18 | Linux | failed |
48.2 | 20 | Linux | failed |
Stage 2: Run system test with template
This stage canceled.
Job | Node.js | OS | State |
---|---|---|---|
48.3 | 18 | Linux | canceled |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"group": "focal",
"before_install": [
"echo -e \"machine github.ibm.com\\n login $GITHUB_ACCESS_TOKEN\" > ~/.netrc",
"node --version",
"npm --version"
],
"script": [
"npm run build",
"npm run test-travis || travis_terminate 1",
"npm run lint",
"npm run check-packages"
],
"jobs": {
"include": [
{
"stage": "Run node template build",
"node_js": "18"
},
{
"node_js": "20"
},
{
"stage": "Run system test with template",
"node_js": "18",
"script": [
"if [[ \"$TRAVIS_PULL_REQUEST\" == \"false\" ]]; then\n echo \"Running Node System Test\"\n git clone https://github.ibm.com/CloudEngineering/sdkgen-systest.git\n cd sdkgen-systest\n ./install_scripts/install_deps_ubuntu.sh\n ./setup_and_generate.sh -l ibm-node -t $TRAVIS_BRANCH -s -i tests -i apidocs\nelse\n echo \"Skipping systest stage for PR build...\"\nfi\n"
]
}
]
},
"deploy": [
{
"provider": "script",
"skip_cleanup": true,
"script": "npx semantic-release",
"on": {
"branch": [
"main"
],
"node_js": "20"
}
}
]
}
Loading