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

St/stake v2 fixes #1033

Merged
merged 9 commits into from
May 20, 2024

Merge branch 'stakeV2' into st/stakeV2_fixes

98b7fce
Select commit
Loading
Failed to load commit list.
Merged

St/stake v2 fixes #1033

Merge branch 'stakeV2' into st/stakeV2_fixes
98b7fce
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded May 20, 2024 in 13m 22s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the st/stakeV2_fixes 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"
        ]
      }
    }
  ]
}