Skip to content

Commit

Permalink
stellar#490: update test matrix to not ref --enable-horizon-captive-c…
Browse files Browse the repository at this point in the history
…ore, it's gone
  • Loading branch information
sreuland committed Oct 2, 2023
1 parent 681cc5d commit 458d03c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
soroban_tools_ref: v0.4.0
test_matrix: |
{
"network": ["pubnet", "local"],
"options": ["", "--enable-horizon-captive-core"]
"network": ["pubnet", "local"]
}
arm64:
Expand All @@ -60,8 +59,7 @@ jobs:
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
test_matrix: |
{
"network": ["pubnet", "local"],
"options": ["", "--enable-horizon-captive-core"]
"network": ["pubnet", "local"]
}
manifest:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-soroban-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
test_matrix: |
{
"network": ["local"],
"options": ["", "--enable-horizon-captive-core --enable-soroban-rpc"],
"options": ["", "--enable-soroban-rpc"],
}
arm64:
Expand All @@ -62,7 +62,7 @@ jobs:
test_matrix: |
{
"network": ["local"],
"options": ["", "--enable-horizon-captive-core --enable-soroban-rpc"],
"options": ["", "--enable-soroban-rpc"],
}
manifest:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
"options": ["", "--enable-horizon-captive-core --enable-soroban-rpc"],
"options": ["", "--enable-soroban-rpc"],
"exclude": [
{ "network": "pubnet", "options": "--enable-horizon-captive-core --enable-soroban-rpc" },
{ "network": "pubnet", "options": "--enable-soroban-rpc" },
],
"include": [
{ "network": "pubnet", "options": "--enable-horizon-captive-core" },
{ "network": "pubnet", "options": "" },
]
}
Expand All @@ -70,12 +70,12 @@ jobs:
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
"options": ["", "--enable-horizon-captive-core --enable-soroban-rpc"],
"options": ["", "--enable-soroban-rpc"],
"exclude": [
{ "network": "pubnet", "options": "--enable-horizon-captive-core --enable-soroban-rpc" },
{ "network": "pubnet", "options": "--enable-soroban-rpc" },
],
"include": [
{ "network": "pubnet", "options": "--enable-horizon-captive-core" },
{ "network": "pubnet", "options": "" },
]
}
Expand Down

0 comments on commit 458d03c

Please sign in to comment.