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

fix(ibm-accept-and-return-models): exempt non-object schemas #681

Merged
merged 1 commit into from
Sep 4, 2024

fix(ibm-accept-and-return-models): exempt non-object schemas

ebdd6c6
Select commit
Loading
Failed to load commit list.
Merged

fix(ibm-accept-and-return-models): exempt non-object schemas #681

fix(ibm-accept-and-return-models): exempt non-object schemas
ebdd6c6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 4, 2024 in 4m 5s

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 #681 fix(ibm-accept-and-return-models): exempt non-object schemas.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Stage 1: Build-Test

This stage passed.

Job Node.js Python OS State
3549.1 16 Linux passed
3549.2 18 Linux passed
3549.3 20 Linux passed
3549.4 Detect-Secrets 3.12 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "cache": {
    "npm": false
  },
  "stages": [
    {
      "name": "Build-Test"
    },
    {
      "name": "Semantic-Release",
      "if": "(branch = main) AND (type IN (push, api)) AND (fork = false)"
    }
  ],
  "script": [
    "npm run test-travis",
    "npm run lint",
    "npm run test-docker"
  ],
  "jobs": {
    "include": [
      {
        "stage": "Build-Test",
        "language": "node_js",
        "node_js": "16"
      },
      {
        "node_js": "18"
      },
      {
        "node_js": "20"
      },
      {
        "name": "Detect-Secrets",
        "language": "python",
        "python": "3.12",
        "install": [
          "pip install --upgrade \"git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets\""
        ],
        "script": [
          "detect-secrets scan --update .secrets.baseline",
          "detect-secrets -v audit --report --fail-on-unaudited --fail-on-live --fail-on-audited-real .secrets.baseline"
        ]
      },
      {
        "stage": "Semantic-Release",
        "language": "node_js",
        "node_js": "20",
        "script": [
          "npx -p @qiwi/semrel-toolkit multi-semrel --deps.release inherit"
        ]
      }
    ]
  }
}