@@ -116,32 +116,32 @@ You can fine-tune test runs using these environment variables:
116116
117117| Variable | Description |
118118| ----------------------- | ------------------------------------------ |
119- | ` SCHEDULING_LOG ` | Path to scheduler log output. |
120- | ` PYTEST_ARGS ` | Extra options passed to pytest. |
121- | ` MARKEXPR ` | Marker expression for pytest filtering. |
122- | ` TEST_THREADS ` | Number of pytest workers (default: 20). |
123- | ` MAX_TESTS_PER_CLUSTER ` | Max tests per cluster (default: 8). |
119+ | ` BOOTSTRAP_DIR ` | Bootstrap testnet directory. |
124120| ` CLUSTERS_COUNT ` | Number of clusters to launch (default: 9). |
125121| ` CLUSTER_ERA ` | Cluster era (default: ` conway ` ). |
126122| ` COMMAND_ERA ` | CLI command target era. |
127- | ` NUM_POOLS ` | Number of stake pools (default: 3). |
128123| ` ENABLE_LEGACY ` | Use legacy networking. |
129- | ` MIXED_P2P ` | Use a mix of P2P and legacy networking. |
130- | ` UTXO_BACKEND ` | Backend type: ` mem ` or ` disk ` . |
131- | ` TESTNET_VARIANT ` | Name of the testnet variant to use. |
132- | ` BOOTSTRAP_DIR ` | Bootstrap testnet directory. |
133124| ` KEEP_CLUSTERS_RUNNING ` | Don't shut down clusters after tests. |
125+ | ` MARKEXPR ` | Marker expression for pytest filtering. |
126+ | ` MAX_TESTS_PER_CLUSTER ` | Max tests per cluster (default: 8). |
127+ | ` MIXED_P2P ` | Use a mix of P2P and legacy networking. |
128+ | ` NUM_POOLS ` | Number of stake pools (default: 3). |
134129| ` PORTS_BASE ` | Starting port number for cluster services. |
130+ | ` SCHEDULING_LOG ` | Path to scheduler log output. |
131+ | ` TESTNET_VARIANT ` | Name of the testnet variant to use. |
132+ | ` UTXO_BACKEND ` | Backend type: ` mem ` or ` disk ` . |
135133
136134### ▶️ Additional for ` regression.sh `
137135
138136| Variable | Description |
139137| ------------------ | ------------------------------------------- |
138+ | ` CARDANO_CLI_REV ` | ` cardano-cli ` version. |
140139| ` CI_BYRON_CLUSTER ` | Run cluster from Byron ➝ Conway (slow). |
141- | ` NODE_REV ` | ` cardano-node ` version (default: ` master ` ). |
142140| ` DBSYNC_REV ` | ` cardano-db-sync ` version. |
143- | ` CARDANO_CLI_REV ` | ` cardano-cli ` version. |
141+ | ` NODE_REV ` | ` cardano-node ` version (default: ` master ` ). |
144142| ` PLUTUS_APPS_REV ` | ` plutus-apps ` version (default: ` main ` ). |
143+ | ` PYTEST_ARGS ` | Extra options passed to pytest. |
144+ | ` TEST_THREADS ` | Number of pytest workers (default: 20). |
145145
146146### 💡 Usage Examples
147147
0 commit comments