File tree 1 file changed +26
-1
lines changed
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ jobs:
567
567
strategy :
568
568
fail-fast : false
569
569
matrix :
570
- environment : [ testing-preview ]
570
+ environment : [ testing-preview, testing-sanchonet ]
571
571
include :
572
572
- environment : testing-preview
573
573
environment_prefix : testing
@@ -601,6 +601,31 @@ jobs:
601
601
google_machine_type : e2-standard-8
602
602
google_compute_instance_boot_disk_size : 200
603
603
google_compute_instance_data_disk_size : 250
604
+ - environment : testing-sanchonet
605
+ environment_prefix : testing
606
+ cardano_network : sanchonet
607
+ mithril_use_p2p_network : false
608
+ mithril_api_domain : api.mithril.network
609
+ mithril_era_reader_adapter_type : bootstrap
610
+ mithril_protocol_parameters : |
611
+ {
612
+ k = 5
613
+ m = 100
614
+ phi_f = 0.65
615
+ }
616
+ mithril_signers : |
617
+ {
618
+ "1" = {
619
+ type = "verified",
620
+ pool_id = "",
621
+ },
622
+ }
623
+ terraform_backend_bucket : hydra-terraform-admin
624
+ google_region : europe-west1
625
+ google_zone : europe-west1-b
626
+ google_machine_type : e2-highmem-4
627
+ google_compute_instance_boot_disk_size : 200
628
+ google_compute_instance_data_disk_size : 250
604
629
environment : ${{ matrix.environment }}
605
630
runs-on : ubuntu-22.04
606
631
needs :
You can’t perform that action at this time.
0 commit comments