Skip to content

Commit

Permalink
ci: add 9.3.x VSNS to integration test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
shoriminimoe authored and justinc1 committed Sep 26, 2023
1 parent 3782a8a commit b8d9640
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
sc_host:
- https://10.5.11.200
- https://10.5.11.201
- https://10.5.11.202 # HC 9.3.x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -178,7 +179,7 @@ jobs:
# ${{ env.WORKDIR }} cannot be used
- uses: ./work-dir/ansible_collections/scale_computing/hypercore/.github/actions/make-integ-config
with:
sc_host: https://10.5.11.201
sc_host: https://10.5.11.202
sc_password_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_PASSWORD }}
smb_password: ${{ secrets.CI_CONFIG_HC_IP50_SMB_PASSWORD }}
oidc_client_secret: ${{ secrets.OIDC_CLIENT_SECRET }}
Expand Down Expand Up @@ -217,6 +218,7 @@ jobs:
sc_host:
- https://10.5.11.200
- https://10.5.11.201
- https://10.5.11.202
include:
- sc_host: https://10.5.11.50
test_name: vm_replication
Expand All @@ -232,17 +234,23 @@ jobs:
test_name: vm_replication
- sc_host: https://10.5.11.201
test_name: vm_replication
- sc_host: https://10.5.11.202
test_name: vm_replication
- sc_host: https://10.5.11.200
test_name: vm_clone__replicated
- sc_host: https://10.5.11.201
test_name: vm_clone__replicated
- sc_host: https://10.5.11.202
test_name: vm_clone__replicated
# Seem as VSNS nodes cannot open remote tunnel.
# Code/port that worked (was opened, then closed) on real HyperCode
# did not work with VSNS.
- sc_host: https://10.5.11.200
test_name: support_tunnel
- sc_host: https://10.5.11.201
test_name: support_tunnel
- sc_host: https://10.5.11.202
test_name: support_tunnel
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -299,6 +307,7 @@ jobs:
sc_host:
- https://10.5.11.200
- https://10.5.11.201
- https://10.5.11.202
exclude:
# role cluster_config can be used with HC3 9.1, but you need to omit cluster_name setting.
# CI job role_cluster_config does try to set cluster_name, so it would fail.
Expand Down

0 comments on commit b8d9640

Please sign in to comment.