351 Commits

Author SHA1 Message Date
Michael Vines
14306a33e7 Stable dashboard can now actually come from the stable channel 2018-12-20 08:05:32 -08:00
Michael Vines
babc3847d7 Select correct branch for {testnet,-perf} when using a stable channel tag 2018-12-19 17:50:15 -08:00
Michael Vines
ba06082d58 Move testnet metrics dashboard management out of the Grafana UI 2018-11-25 16:10:29 -08:00
Michael Vines
9f38b86df8 Revert "Temporarily disable clippy"
This reverts commit ca12faca9c.
2018-11-17 16:06:40 -08:00
Michael Vines
ca12faca9c Temporarily disable clippy 2018-11-17 09:43:33 -08:00
Michael Vines
97a0791f3f Add timeouts 2018-11-17 09:09:49 -08:00
Greg Fitzgerald
fa9faa2cec Upgrade Rust stable to 1.30.1
Fixes `cargo doc`
2018-11-09 10:25:00 -08:00
Michael Vines
7c02bbc47c Assign static IPs to {edge,beta}.testnet.solana.com 2018-11-07 20:11:53 -08:00
Michael Vines
16a815d2b1 Install native programs in the correct location 2018-11-07 19:44:39 -08:00
Michael Vines
242d0a23fb Switch testnet to AWS 2018-11-07 18:56:45 -08:00
Michael Vines
7b61f5279c Switch to us-west-1a, us-west-1b is causing trouble 2018-11-07 18:22:24 -08:00
Michael Vines
8742de789e Shuffle AWS regions 2018-11-07 17:49:57 -08:00
Michael Vines
2e14bfcf4e Shuffle AWS regions 2018-11-07 15:43:56 -08:00
Michael Vines
a19426f055 Revert "Restore testnet/testnet-perf to tip of beta channel for now"
This reverts commit 0d0a1c2919.
2018-11-07 15:43:56 -08:00
Michael Vines
7d76badd03 Support local tarball deploys 2018-11-07 13:43:36 -08:00
Michael Vines
8047ab777c Remove all cuda dependencies from release tarball beyond solana-fullnode-cuda 2018-11-07 13:43:24 -08:00
Michael Vines
0d0a1c2919 Restore testnet/testnet-perf to tip of beta channel for now 2018-11-07 21:21:33 +00:00
Michael Vines
1da90017ce Permit release tag tarballs 2018-11-07 10:33:20 -08:00
Michael Vines
0909618efa Switch testnet/testnet-beta to tarball release 2018-11-07 10:29:53 -08:00
Michael Vines
28bb7849f4 Fix tarball publishing for tags 2018-11-07 10:26:07 -08:00
Michael Vines
917151ce54 s/edge/beta/ 2018-11-07 08:54:44 -08:00
Michael Vines
af66edf8c0 Add AWS-based nets 2018-11-07 07:52:34 -08:00
Michael Vines
43665115b4 Switch testnet/testnet-perf to the latest beta or stable tag 2018-11-07 07:48:33 -08:00
Michael Vines
156115c04c Publish release tarballs for tags 2018-11-07 07:48:30 -08:00
Michael Vines
8c8c5de779 Remove unused debug trace 2018-11-06 14:19:07 -08:00
Michael Vines
9d5092a71c Set metrics database correctly 2018-11-06 07:24:49 -08:00
Michael Vines
a287c9e5fa Remove stray line 2018-11-05 20:53:50 -08:00
Michael Vines
ee85d534f9 Update testnet deploy docs 2018-11-05 19:12:43 -08:00
Michael Vines
6e1b291c17 Add testnet-manager pipeline 2018-11-05 17:35:55 -08:00
Michael Vines
68f7b1ecf3 Rename buildkite-snap to buildkite-secondary 2018-11-05 08:48:09 -08:00
Michael Vines
f6b709ca48 ci: correct crates.io publishing order 2018-11-02 15:36:32 -07:00
Pankaj Garg
2c8c117e3c Use env variables to disable validator sanity and ledger verification (#1675) (#1676) 2018-10-31 12:54:40 -07:00
jackcmay
73ee0cb100 Run workspace member's tests (#1666)
Run workspace member's tests
2018-10-31 09:22:41 -07:00
Pankaj Garg
3f494bb91b Update testnet scripts to use release tar ball (#1660) (#1664)
* Update testnet scripts to use release tar ball

* use curl instead of s3cmd
2018-10-30 18:29:07 -07:00
Pankaj Garg
2eb312796d Publish a tarball of Solana release binaries (#1656) (#1658)
* Publish a tarball of solana release binaries

* included native programs in Solana release tar

* Remove PR check from publish script
2018-10-30 15:55:50 -07:00
Michael Vines
e284af33b9 Create programs/bpf/c/sdk/ 2018-10-29 19:10:54 -07:00
Michael Vines
4b02bbc802 Remove unnecessary checks 2018-10-29 13:27:14 -07:00
Michael Vines
18cf660f61 Create/publish bpf-sdk tarball 2018-10-29 13:04:20 -07:00
Michael Vines
376303a1eb Add utility to figure the current crate version 2018-10-29 13:04:20 -07:00
Michael Vines
f671b7f63f Publish root crate too 2018-10-25 17:16:18 -07:00
Michael Vines
a340b18b19 Upgrade to rust 1.30 2018-10-25 17:13:41 -07:00
Michael Vines
160cff4a30 Check for TRIGGERED_BUILDKITE_TAG 2018-10-25 16:37:54 -07:00
Michael Vines
1733beabf7 mv common/ sdk/ 2018-10-25 13:26:10 -07:00
Michael Vines
471d8f6ff9 Fix up the version references to all other internal crates 2018-10-25 12:54:32 -07:00
Michael Vines
b982595c73 Add version check and rustup 2018-10-24 19:48:58 -07:00
Rob Walker
4ea422bcec run integration tests serially 2018-10-17 11:37:10 -07:00
Greg Fitzgerald
6074e4f962 Attempt to stabilize the test suite
The integration tests are allowed to open sockets, so running them
in parallel may cause "Too many open files" errors. This patch
runs the unit tests in parallel and the integration test serially.
2018-10-17 11:37:10 -07:00
Greg Fitzgerald
5b4d4b97bc Upgrade to latest stable Rust, 1.29.2 2018-10-15 09:54:24 -06:00
Michael Vines
c5180c8092 Permit RUST_LOG overrides 2018-10-14 12:40:37 -07:00
Pankaj Garg
e5ab9a856c Upload bench output as build artifacts (#1478)
* Upload bench output as build artifacts

* Fix tags types

* Pull previous stats from metrics

* Change the default branch for comparison

* Fix formatting

* Fix build errors

* Address review comments

* Dedup some common code

* Add eval for channel info to find branch name
2018-10-12 15:13:10 -07:00