-
Notifications
You must be signed in to change notification settings - Fork 20.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swarm: code cleanup, move to ethersphere/swarm (#19661)
- Loading branch information
Showing
361 changed files
with
22 additions
and
87,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ matrix: | |
- go run build/ci.go lint | ||
|
||
# This builder does the Ubuntu PPA upload | ||
- if: repo = ethereum/go-ethereum AND type = push | ||
- if: type = push | ||
os: linux | ||
dist: xenial | ||
go: 1.12.x | ||
|
@@ -86,7 +86,7 @@ matrix: | |
- go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <[email protected]>" | ||
|
||
# This builder does the Linux Azure uploads | ||
- if: repo = ethereum/go-ethereum AND type = push | ||
- if: type = push | ||
os: linux | ||
dist: xenial | ||
sudo: required | ||
|
@@ -120,7 +120,7 @@ matrix: | |
- go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds | ||
|
||
# This builder does the Linux Azure MIPS xgo uploads | ||
- if: repo = ethereum/go-ethereum AND type = push | ||
- if: type = push | ||
os: linux | ||
dist: xenial | ||
services: | ||
|
@@ -148,7 +148,7 @@ matrix: | |
- go run build/ci.go archive -arch mips64le -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds | ||
|
||
# This builder does the Android Maven and Azure uploads | ||
- if: repo = ethereum/go-ethereum AND type = push | ||
- if: type = push | ||
os: linux | ||
dist: xenial | ||
addons: | ||
|
@@ -185,7 +185,7 @@ matrix: | |
- go run build/ci.go aar -signer ANDROID_SIGNING_KEY -deploy https://oss.sonatype.org -upload gethstore/builds | ||
|
||
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads | ||
- if: repo = ethereum/go-ethereum AND type = push | ||
- if: type = push | ||
os: osx | ||
go: 1.12.x | ||
env: | ||
|
@@ -214,7 +214,7 @@ matrix: | |
- go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds | ||
|
||
# This builder does the Azure archive purges to avoid accumulating junk | ||
- if: repo = ethereum/go-ethereum AND type = cron | ||
- if: type = cron | ||
os: linux | ||
dist: xenial | ||
go: 1.12.x | ||
|
@@ -224,12 +224,3 @@ matrix: | |
submodules: false # avoid cloning ethereum/tests | ||
script: | ||
- go run build/ci.go purge -store gethstore/builds -days 14 | ||
|
||
- name: Race Detector for Swarm | ||
if: repo = ethersphere/go-ethereum | ||
os: linux | ||
dist: xenial | ||
go: 1.12.x | ||
git: | ||
submodules: false # avoid cloning ethereum/tests | ||
script: ./build/travis_keepalive.sh go test -timeout 20m -race ./swarm... ./p2p/{protocols,simulations,testing}/... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.