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

enable hip30 epoch for testnet #4526

Merged
merged 3 commits into from
Oct 11, 2023

set blockgas30M epoch

f05bd82
Select commit
Loading
Failed to load commit list.
Merged

enable hip30 epoch for testnet #4526

set blockgas30M epoch
f05bd82
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 11, 2023 in 17m 19s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the enable-hip30-testnet branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has four jobs, running in parallel.

Job Go ENV OS State
13577.1 1.19.5 TEST="make" Linux passed
13577.2 1.19.5 TEST="bash ./scripts/travis_go_checker.sh" Linux passed
13577.3 1.19.5 TEST="bash ./scripts/travis_rpc_checker.sh" Linux passed
13577.4 1.19.5 TEST="bash ./scripts/travis_rosetta_checker.sh" Linux passed

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Jammy)
Go Version 1.19.5
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "go": [
    "1.19.5"
  ],
  "go_import_path": "github.com/harmony-one/harmony",
  "cache": {
    "directories": [
      "docker_images"
    ]
  },
  "env": [
    "jobs={:TEST=>\"\\\"make\\\"\"}={:TEST=>\"\\\"bash ./scripts/travis_go_checker.sh\\\"\"}={:TEST=>\"\\\"bash ./scripts/travis_rpc_checker.sh\\\"\"}={:TEST=>\"\\\"bash ./scripts/travis_rosetta_checker.sh\\\"\"}"
  ],
  "addons": {
    "apt": {
      "sources": [
        {
          "sourceline": "deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
        }
      ],
      "packages": [
        "docker.io"
      ]
    }
  },
  "install": [
    "echo $TRAVIS_PULL_REQUEST_BRANCH",
    "git clone https://github.com/harmony-one/mcl.git $GOPATH/src/github.com/harmony-one/mcl",
    "git clone https://github.com/harmony-one/bls.git $GOPATH/src/github.com/harmony-one/bls",
    "git clone https://github.com/harmony-one/harmony-test.git $GOPATH/src/github.com/harmony-one/harmony-test",
    "(cd $GOPATH/src/github.com/harmony-one/mcl; make -j4)",
    "(cd $GOPATH/src/github.com/harmony-one/bls; make BLS_SWAP_G=1 -j4)",
    "make go-get",
    "go install golang.org/x/tools/cmd/goimports@latest",
    "go install github.com/harmony-ek/gencodec@latest"
  ],
  "script": [
    "${TEST}"
  ],
  "after_success": [
    "wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh",
    "chmod +x send.sh",
    "./send.sh success $WEBHOOK_URL"
  ],
  "after_failure": [
    "wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh",
    "chmod +x send.sh",
    "./send.sh failure $WEBHOOK_URL"
  ]
}