Skip to content

Commit c20896f

Browse files
Reduce test jobs that run for pubnet and testnet (#774)
1 parent fb6d425 commit c20896f

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

.github/workflows/build-latest.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ jobs:
4545
lab_ref: main
4646
test_matrix: |
4747
{
48-
"network": ["pubnet", "local"],
48+
"network": ["local"],
4949
"core": ["core", null],
5050
"horizon": ["horizon", null],
5151
"rpc": ["rpc", null],
52-
"options": [""]
52+
"options": [""],
53+
"include": [
54+
{ "network": "pubnet", "core": "core", "horizon": "horizon", "rpc": "rpc" }
55+
]
5356
}
5457
5558
arm64:
@@ -70,11 +73,14 @@ jobs:
7073
lab_ref: main
7174
test_matrix: |
7275
{
73-
"network": ["pubnet", "local"],
76+
"network": ["local"],
7477
"core": ["core", null],
7578
"horizon": ["horizon", null],
7679
"rpc": ["rpc", null],
77-
"options": [""]
80+
"options": [""],
81+
"include": [
82+
{ "network": "pubnet", "core": "core", "horizon": "horizon", "rpc": "rpc" }
83+
]
7884
}
7985
8086
manifest:

.github/workflows/build-testing.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,15 @@ jobs:
4646
lab_ref: main
4747
test_matrix: |
4848
{
49-
"network": ["testnet", "pubnet", "local"],
49+
"network": ["local"],
5050
"core": ["core", null],
5151
"horizon": ["horizon", null],
5252
"rpc": ["rpc", null],
53-
"options": [""]
53+
"options": [""],
54+
"include": [
55+
{ "network": "testnet", "core": "core", "horizon": "horizon", "rpc": "rpc" },
56+
{ "network": "pubnet", "core": "core", "horizon": "horizon", "rpc": "rpc" }
57+
]
5458
}
5559
5660
arm64:
@@ -71,11 +75,15 @@ jobs:
7175
lab_ref: main
7276
test_matrix: |
7377
{
74-
"network": ["testnet", "pubnet", "local"],
78+
"network": ["local"],
7579
"core": ["core", null],
7680
"horizon": ["horizon", null],
7781
"rpc": ["rpc", null],
78-
"options": [""]
82+
"options": [""],
83+
"include": [
84+
{ "network": "testnet", "core": "core", "horizon": "horizon", "rpc": "rpc" },
85+
{ "network": "pubnet", "core": "core", "horizon": "horizon", "rpc": "rpc" }
86+
]
7987
}
8088
8189
manifest:

0 commit comments

Comments
 (0)