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 #10481 from EOSIO/mv-test-bump-vers
Browse files Browse the repository at this point in the history
multiversion test old version v2.0.9 -> release/2.1.x
  • Loading branch information
dimas1185 authored Jul 7, 2021
2 parents 4e6f5c3 + e5abb34 commit 66b81ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipeline.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"configuration":
[
"170=v1.7.0",
"209=v2.0.9"
"alt_ver=672d94417a8e4309a2366028f48fdbec88687ce9"
]
},
// eosio-resume-from-state documentation: https://github.com/EOSIO/auto-eks-sync-nodes/blob/master/pipelines/eosio-resume-from-state/README.md
Expand Down
2 changes: 1 addition & 1 deletion tests/nodeos_extra_packed_data_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
if alternateVersionLabelsFile is not None:
#that means we are in multiversion mode
for i in range( int(pnodes / 2) ):
associatedNodeLabels[str(i)] = "209"
associatedNodeLabels[str(i)] = "alt_ver"

if cluster.launch(totalNodes=pnodes,
pnodes=pnodes,
Expand Down

0 comments on commit 66b81ac

Please sign in to comment.