495 Commits

Author SHA1 Message Date
Michael Vines
81f8368bba testnet-deploy.sh updates 2019-04-26 21:22:02 -07:00
Michael Vines
297166e550 v0.11: testnet-deploy updates 2019-04-26 21:21:54 -07:00
Dan Albert
7fff610cae Checkout testnet scripts from tip to upstream/0.11 (#4016)
* Checkout testnet scripts from tip to upstream/0.11

* Add back NO_VALIDATOR_SANITY to testnet sanity
2019-04-26 14:53:59 -06:00
Dan Albert
5f3bf853c6 Only check CHANNEL_BRANCH if TESTNET_TAG is not set from buildkite (#3701) 2019-04-09 15:04:34 -07:00
Pankaj Garg
fc34c1370b Change GCP region for testnet-perf to us-west1-b 2019-03-18 13:22:26 -07:00
Michael Vines
7239efe1e7 Keep stable dashboard on stable channel at all times 2019-03-11 16:19:51 -07:00
Michael Vines
334a7d9502 Move testnet/testnet-perf to the stable channel 2019-03-11 16:16:11 -07:00
Michael Vines
bc2d37015d Switch testnet-perf to us-west1-a 2019-02-27 19:29:04 -08:00
Michael Vines
d3fcedb179 Switch testnet-perf to us-west1-a 2019-02-27 19:25:02 -08:00
Michael Vines
b0bcc8355f User-initiated builds now select the correct channel 2019-01-22 14:24:55 -08:00
Michael Vines
cf99e626c8 Use beta channel for stable dashboard once a beta tag exists 2019-01-22 12:23:03 -08:00
Michael Vines
5ff22921eb Publish book from both the edge and beta channels 2019-01-12 11:36:27 -08:00
Michael Vines
10012be03e Remove channel duplication 2019-01-12 11:36:27 -08:00
Michael Vines
17def9fbf5 Avoid -d arg conflict
-D is now "delete"
-d is now "disk type"
2019-01-09 16:59:44 -07:00
Michael Vines
b5a03d011f Remove |cargo package| sanity step
Unfortunately due to our multi-crate repo, as soon as
|./scripts/increment-cargo-version.sh| is run after a release, |cargo
package| will fail for crates that depend on other in-tree crates, as
the new crate version has not yet been published to crates.io.
For now this means that we need to continue flying blind and be prepared
to deal with minor publishing issues on each new release.
2019-01-09 09:57:05 -08:00
Michael Vines
fc623756df Add fullnode-config crate 2019-01-07 23:03:13 -08:00
Michael Vines
d92bd0de27 Use docker rust docker image to avoid rocksdb build errors 2019-01-07 23:03:13 -08:00
Michael Vines
c818c20399 package or publish. Also package on branch builds 2019-01-07 23:03:13 -08:00
Michael Vines
ed41547f64 Double publish crate timeout 2019-01-07 20:46:42 -08:00
Michael Vines
36398bc3f3 Only check TRIGGERED_BUILDKITE_TAG 2019-01-07 19:53:52 -08:00
Pankaj Garg
56d5324837 Use CUDA for testnet automation performance calculations (#2259) (#2261) 2018-12-21 05:14:08 -08:00
Pankaj Garg
d3bf0fc707 Use SSD for testnet automation (#2257) (#2258) 2018-12-21 04:52:00 -08:00
Pankaj Garg
f9d8a1d6c0 Rename finality to confirmation (#2250)
* Rename finality to confirmation

* fix cargo fmt errors
2018-12-20 16:03:56 -08:00
Michael Vines
970954ac3b Stable dashboard can now actually come from the stable channel 2018-12-20 08:06:02 -08:00
Michael Vines
39d821ead8 Select correct branch for {testnet,-perf} when using a stable channel tag 2018-12-19 17:47:18 -08:00
Michael Vines
e2225d3b71 Add more Azure details 2018-12-19 16:31:28 -08:00
Pankaj Garg
2fe3402362 Use SSD for perf testnet (#2227) 2018-12-19 16:11:26 -08:00
Michael Vines
14a236198f nit: rename publish-solana-tar.sh to publish-tarball.sh 2018-12-19 14:26:25 -08:00
Michael Vines
cc1b43b90a Retire GCP setup 2018-12-19 14:26:25 -08:00
Michael Vines
9448f0ce52 Add more Azure CI documentation 2018-12-19 14:26:25 -08:00
Michael Vines
59fdd8f6be Move wallet airdrop retries into fullnode start script 2018-12-19 13:49:04 -08:00
Michael Vines
7b20318ee4 Run s3cmd in a container to avoid additional CI system dependencies 2018-12-19 13:09:24 -08:00
Michael Vines
c3c955b02e Build/install native programs within cargo-install-all.sh 2018-12-19 11:53:08 -08:00
Michael Vines
6e56e41461 Document how to create a new Azure CI machine 2018-12-18 23:35:09 -08:00
Michael Vines
d74d5e0e44 nit: prevent shellcheck command from getting expanded by default 2018-12-18 18:44:20 -08:00
Michael Vines
cac08171de nit: prevent book build from getting expanded by default 2018-12-18 18:44:20 -08:00
Michael Vines
6f6c350781 Skip stable-perf of no .rs files are modified in a PR 2018-12-18 18:44:20 -08:00
Michael Vines
506724fc93 Remove non-standard : anchors 2018-12-18 18:44:20 -08:00
Michael Vines
b4fe70d3d8 Skip bench of no .rs files are modified in a PR 2018-12-18 18:09:59 -08:00
Michael Vines
3efbffe4e3 Run coverage when test-coverage.sh is modified 2018-12-18 18:09:59 -08:00
Michael Vines
b101f40c32 Initial revision 2018-12-18 14:27:37 -08:00
Michael Vines
e8e6c70e19 Remove duplicate _ definitions 2018-12-18 14:25:10 -08:00
Michael Vines
cd6736d70b Remove duplication between test-stable{,-perf}.sh 2018-12-18 14:02:43 -08:00
Michael Vines
c0dcf67ec8 Move book build into test-checks 2018-12-18 13:03:38 -08:00
Michael Vines
bc52336a1b affected_files metadata is only available for PR builds 2018-12-18 13:03:38 -08:00
Michael Vines
3bfb052b0a Overhaul coverage setup 2018-12-18 10:48:06 -08:00
Michael Vines
c71d5a111e Extract grcov download script 2018-12-18 10:48:06 -08:00
Greg Fitzgerald
437b62c4d9 Upgrade grcov 2018-12-18 10:48:06 -08:00
Michael Vines
cbca0ae264 Remove dead code 2018-12-18 10:48:06 -08:00
Michael Vines
e720070945 Flip && style 2018-12-18 09:56:43 -08:00