View change: Support for checking if validators belongs to the same key. #4802
Travis CI / Travis CI - Pull Request
succeeded
Nov 27, 2024 in 53m 29s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #4802 View change: Support for checking if validators belongs to the same key..
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 |
---|---|---|---|---|
15263.1 | 1.22.5 | TEST="make" | Linux | passed |
15263.2 | 1.22.5 | TEST="bash ./scripts/travis_go_checker.sh" | Linux | passed |
15263.3 | 1.22.5 | TEST="bash ./scripts/travis_rpc_checker.sh" | Linux | passed |
15263.4 | 1.22.5 | TEST="bash ./scripts/travis_rosetta_checker.sh" | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | Linux (Jammy) |
Go Version | 1.22.5 |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "jammy",
"go": [
"1.22.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\\\"\"}"
],
"before_install": [
"echo \"deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\" | sudo tee /etc/apt/sources.list.d/docker.list >/dev/null",
"sudo apt-get update",
"sudo apt-get -y -o Dpkg::Options::=\"--force-confnew\" install docker-ce"
],
"install": [
"echo $TRAVIS_PULL_REQUEST_BRANCH",
"TEST_REPO_BRANCH=\"master\"",
"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 --branch $TEST_REPO_BRANCH 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",
"echo \"[WARN] - workaround for the GOPATH:\"",
"mv /home/travis/build/harmony-one/harmony $GOPATH/src/github.com/harmony-one/"
],
"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