Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10126 from EOSIO/zach-resume-from-state
Browse files Browse the repository at this point in the history
Update eosio-resume-from-state Documentation
  • Loading branch information
kj4ezj authored Mar 15, 2021
2 parents d63073c + c1fea66 commit 151366a
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions pipeline.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,13 @@
"209=v2.0.9"
]
},
// This test takes a disk image containing state files generated by a
// previous version of nodeos specified via a commit hash using the
// parameter `eosio-resume-from-state.test.commit` below and attempts
// to start the current version of nodeos under test from those state
// files. A passing test means nodeos initialized at the same LIB the
// previous version left off on.
//
// To generate inputs for this test, please kick off a build against this
// commit in the eosio-snapshot Buildkite pipline and wait ~40 minutes for
// the asynchronous snapshot collection to take place before retrying this
// test. The eosio-snapshot pipeline requires that the container images
// have been already built by the regular, automatically triggered eosio
// pipeline.
// eosio-resume-from-state documentation: https://github.com/EOSIO/auto-eks-sync-nodes/blob/master/pipelines/eosio-resume-from-state/README.md
"eosio-resume-from-state":
{
"test":
[
{
"commit": "16074742f8cfd481b029073e6f01bb920a1bad38"
"commit": "16074742f8cfd481b029073e6f01bb920a1bad38" // test backwards-compatibility
}
]
}
Expand Down

0 comments on commit 151366a

Please sign in to comment.