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

Bump braces from 3.0.2 to 3.0.3 in /qa/SidechainTestFramework/account/smart_contract_resources #1047

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

Bump braces

a29f02b
Select commit
Loading
Failed to load commit list.
Open

Bump braces from 3.0.2 to 3.0.3 in /qa/SidechainTestFramework/account/smart_contract_resources #1047

Bump braces
a29f02b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Jun 18, 2024 in 12m 3s

Build Failed

The build failed.

Details

This is a normal build for the dependabot/npm_and_yarn/qa/SidechainTestFramework/account/smart_contract_resources/braces-3.0.3 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Generic
Operating System Linux (Focal)
Build Configuration
{
  "language": "generic",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "vm": {
    "size": "x-large"
  },
  "addons": {
    "apt": {
      "packages": [
        "libxml-xpath-perl"
      ]
    }
  },
  "services": [
    "docker"
  ],
  "git": {
    "depth": false
  },
  "env": [
    "global={:PROD_RELEASE_BRANCHES=>\"'master'\"}={:NODE_VERSION=>\"\\\"v16\\\"\"}={:TEST_CMD=>\"\\\"./run_sc_tests.sh\\\"\"}={:API_ZEN_REPO_URL=>\"\\\"https://api.github.com/repos/HorizenOfficial/zen\\\"\"}"
  ],
  "before_script": [
    "source ci/setup_env.sh",
    "ci/travis_keep_alive.sh"
  ],
  "jobs": {
    "include": [
      {
        "stage": "java project",
        "name": "jdk-11_latest",
        "script": [
          "ci/script.sh"
        ],
        "env": [
          {
            "TESTS_DOCKER_ORG": "'zencash'"
          },
          {
            "TESTS_IMAGE_NAME": "'sc-ci-base'"
          },
          {
            "TESTS_IMAGE_TAG": "'focal_jdk-11_latest'"
          },
          {
            "TESTS": "'000'"
          }
        ]
      }
    ]
  },
  "deploy": [
    {
      "provider": "releases",
      "token": "$GH_TOKEN_RELEASES",
      "prerelease": "$IS_A_GH_PRERELEASE",
      "overwrite": true,
      "on": {
        "tags": true,
        "condition": [
          "$IS_A_RELEASE = true"
        ]
      }
    }
  ]
}