Skip to content

Commit d535396

Browse files
committed
Use fast cluster for nightly testing as a workaround
See IntersectMBO/cardano-node#4978
1 parent eb33d38 commit d535396

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/env_nightly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
CLUSTER_ERA=babbage
22
TX_ERA=babbage
3+
CI_FAST_CLUSTER=true

.github/env_nightly_alonzo_tx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CLUSTER_ERA=babbage
22
TX_ERA=alonzo
33
MARKEXPR=not long
44
CLUSTERS_COUNT=3
5+
CI_FAST_CLUSTER=true

.github/env_nightly_dbsync

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ MARKEXPR=dbsync
44
CI_ENABLE_DBSYNC=true
55
CLUSTERS_COUNT=5
66
DBSYNC_REV=13.1.0.2
7+
CI_FAST_CLUSTER=true

.github/env_nightly_mary_tx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CLUSTER_ERA=babbage
22
TX_ERA=mary
33
MARKEXPR=not long
44
CLUSTERS_COUNT=3
5+
CI_FAST_CLUSTER=true

.github/env_nightly_mixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CLUSTER_ERA=babbage
22
MIXED_P2P=true
33
NUM_POOLS=4
4+
CI_FAST_CLUSTER=true

.github/env_nightly_p2p

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CLUSTER_ERA=babbage
22
TX_ERA=babbage
33
ENABLE_P2P=true
4+
CI_FAST_CLUSTER=true

.github/env_nightly_upgrade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
BASE_REVISION=1.35.5
2+
CI_FAST_CLUSTER=true

0 commit comments

Comments
 (0)