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

feat(build): re-generated the node sdk with latest schematics swagger #12

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

feat(build): re-generated the node sdk with latest schematics swagger

d172a0e
Select commit
Loading
Failed to load commit list.
Open

feat(build): re-generated the node sdk with latest schematics swagger #12

feat(build): re-generated the node sdk with latest schematics swagger
d172a0e
Select commit
Loading
Failed to load commit list.
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"
      }
    }
  ]
}