Skip to content

Commit 1543988

Browse files
committed
testing: fixup cardanoLib versioning for peer-snapshot files
1 parent aeff4c5 commit 1543988

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

flake/colmena.nix

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ in
120120
bperfNoPublish
121121
{
122122
cardano-parts.perNode = {
123+
lib.cardanoLib = inputs.cardano-parts.cardano-parts.pkgs.special.cardanoLibNg "x86_64-linux";
123124
pkgs = {
124125
inherit
125126
(inputs.cardano-node-lmdb-test.packages.x86_64-linux)
@@ -146,6 +147,7 @@ in
146147
bperfNoPublish
147148
{
148149
cardano-parts.perNode = {
150+
lib.cardanoLib = inputs.cardano-parts.cardano-parts.pkgs.special.cardanoLibNg "x86_64-linux";
149151
pkgs = {
150152
inherit
151153
(inputs.cardano-node-lmdb-test.packages.x86_64-linux)
@@ -172,6 +174,7 @@ in
172174
bperfNoPublish
173175
{
174176
cardano-parts.perNode = {
177+
lib.cardanoLib = inputs.cardano-parts.cardano-parts.pkgs.special.cardanoLibNg "x86_64-linux";
175178
pkgs = {
176179
inherit
177180
(inputs.cardano-node-lmdb-test-traces.packages.x86_64-linux)
@@ -903,13 +906,13 @@ in
903906
# C: 10.6 with patches (https://github.com/IntersectMBO/cardano-node/commit/1ac429175dd4ebb391e633900a514ea145355475)
904907
# D : 10.6 with traces (and patches) (https://github.com/IntersectMBO/cardano-node/commit/93437a0fb34161f7b6e07334f0760ed670d28b02)
905908
# With new tracing, syncing from Genesis, we will run
906-
# 2 - 10.5.1 LMDB
907-
# 3 - 10.6 InMemory (ana/10.6-final-integration-mix branch)
908-
# 4 - 10.6 LMDB with patches, full chain replay
909-
# 5 - 10.6 InMemory with patches, full chain replay
910-
# 6 - 10.6 LMDB with patches, full chain replay, and "space-type" and eventlog profiling
911-
# 7 - 10.6 LMDB with patches and new traces, full chain replay
912-
# Also adding a 10.6 LMDB with patches ledger replay from genesis only (chain is already in sync).
909+
# preview1-test-a-1 - Also adding a 10.6 LMDB with patches ledger replay from genesis only (chain is already in sync).
910+
# preview1-test-a-2 - 10.5.1 LMDB, full chain replay
911+
# preview1-test-a-3 - 10.6 InMemory (ana/10.6-final-integration-mix branch)
912+
# preview1-test-a-4 - 10.6 LMDB with patches, full chain replay
913+
# preview1-test-a-5 - 10.6 InMemory with patches, full chain replay
914+
# preview1-test-a-6 - 10.6 LMDB with patches, full chain replay, and "space-type" and eventlog profiling
915+
# preview1-test-a-7 - 10.6 LMDB with patches and new traces, full chain replay
913916

914917
# preview1-test-a-1 = {imports = [eu-central-1 m5ad-xlarge (ebs 80) (nodeRamPct 70) (group "preview1") node-pre bp mithrilSignerDisable tcpTxOpt];};
915918
# Also adding a 10.6 LMDB with patches ledger replay from genesis only (chain is already in sync).

0 commit comments

Comments
 (0)