|
120 | 120 | bperfNoPublish |
121 | 121 | { |
122 | 122 | cardano-parts.perNode = { |
| 123 | + lib.cardanoLib = inputs.cardano-parts.cardano-parts.pkgs.special.cardanoLibNg "x86_64-linux"; |
123 | 124 | pkgs = { |
124 | 125 | inherit |
125 | 126 | (inputs.cardano-node-lmdb-test.packages.x86_64-linux) |
|
146 | 147 | bperfNoPublish |
147 | 148 | { |
148 | 149 | cardano-parts.perNode = { |
| 150 | + lib.cardanoLib = inputs.cardano-parts.cardano-parts.pkgs.special.cardanoLibNg "x86_64-linux"; |
149 | 151 | pkgs = { |
150 | 152 | inherit |
151 | 153 | (inputs.cardano-node-lmdb-test.packages.x86_64-linux) |
|
172 | 174 | bperfNoPublish |
173 | 175 | { |
174 | 176 | cardano-parts.perNode = { |
| 177 | + lib.cardanoLib = inputs.cardano-parts.cardano-parts.pkgs.special.cardanoLibNg "x86_64-linux"; |
175 | 178 | pkgs = { |
176 | 179 | inherit |
177 | 180 | (inputs.cardano-node-lmdb-test-traces.packages.x86_64-linux) |
|
903 | 906 | # C: 10.6 with patches (https://github.com/IntersectMBO/cardano-node/commit/1ac429175dd4ebb391e633900a514ea145355475) |
904 | 907 | # D : 10.6 with traces (and patches) (https://github.com/IntersectMBO/cardano-node/commit/93437a0fb34161f7b6e07334f0760ed670d28b02) |
905 | 908 | # 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 |
913 | 916 |
|
914 | 917 | # preview1-test-a-1 = {imports = [eu-central-1 m5ad-xlarge (ebs 80) (nodeRamPct 70) (group "preview1") node-pre bp mithrilSignerDisable tcpTxOpt];}; |
915 | 918 | # Also adding a 10.6 LMDB with patches ledger replay from genesis only (chain is already in sync). |
|
0 commit comments