Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: Add support for DELETE /resources/backup/:asset_id #700

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Remove testing bloat

30ec92c
Select commit
Loading
Failed to load commit list.
Open

feat: Add support for DELETE /resources/backup/:asset_id #700

Remove testing bloat
30ec92c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Feb 4, 2025 in 10m 33s

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 #700 feat: Add support for DELETE /resources/backup/:asset_id.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job Node.js OS State
3301.1 9 Linux passed
3301.2 10 Linux passed
3301.3 12 Linux passed
3301.4 14 Linux failed
3301.5 16 Linux failed
3301.6 18 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "notifications": {
    "email": [
      {
        "recipients": [
          "sdk_developers@cloudinary.com"
        ]
      }
    ]
  },
  "jobs": {
    "include": [
      {
        "node_js": "9",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "10",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "12",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "14",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "16",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      },
      {
        "node_js": "18",
        "script": [
          "npm run test-with-temp-cloud"
        ]
      }
    ]
  }
}