Feature: last signing power. #4584
Merged
Travis CI / Travis CI - Pull Request
succeeded
Dec 14, 2023 in 40m 17s
Build Passed
The build passed. This is a change from the previous build, which errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #4584 Feature: last signing power..
Any changes that have been made to the dev branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in parallel.
Job | Go | ENV | OS | State |
---|---|---|---|---|
13899.1 | 1.19.5 | TEST="make" | Linux | passed |
13899.2 | 1.19.5 | TEST="bash ./scripts/travis_go_checker.sh" | Linux | passed |
13899.3 | 1.19.5 | TEST="bash ./scripts/travis_rpc_checker.sh" | Linux | passed |
13899.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"
]
}
Loading