Skip to content

Commit 475a119

Browse files
committed
CI Test OIDC login only on .50 HC3 cluster
The oidc_config was tested there a while ago, so we have OIDC configured. Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
1 parent 74c794d commit 475a119

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/integ-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
# dns_config|time_server - NTP cannot be reconfigured if DNS is invalid
1515
# git_issues - slow, do not run on each push. TODO - run them only once a day
1616
# oidc_config - during reconfiguration API returns 500/502 errors for other requests
17+
# utils_login - it uses OIDC user to login
1718
# smtp - email_alert test requires a configured SMTP
1819
# role_cluster_config - role cluster_config reconfigures DNS, SMTP, OIDC. And it is slow.
1920
# version_update_single_node - role would change version, VSNS system cannot be updated.
@@ -23,7 +24,7 @@ on:
2324
List integration tests to exclude.
2425
Use "*" to exclude all tests.
2526
Use regex like 'node|^git_issue|^dns_config$' to exclude only a subset.
26-
default: "^dns_config$|^cluster_shutdown$|^version_update$|^oidc_config$|^smtp$|^role_cluster_config$|^role_version_update_single_node$"
27+
default: "^dns_config$|^cluster_shutdown$|^version_update$|^oidc_config$|^smtp$|^role_cluster_config$|^role_version_update_single_node$|^utils_login$"
2728
examples_tests_include:
2829
type: string
2930
description: |-
@@ -32,7 +33,7 @@ on:
3233
default: "iso_info"
3334
env:
3435
INTEG_TESTS_INCLUDE_SCHEDULE: "*"
35-
INTEG_TESTS_EXCLUDE_SCHEDULE: "^dns_config$|^cluster_shutdown$|^version_update$|^oidc_config$|^smtp$|^role_cluster_config$|^role_version_update_single_node$"
36+
INTEG_TESTS_EXCLUDE_SCHEDULE: "^dns_config$|^cluster_shutdown$|^version_update$|^oidc_config$|^smtp$|^role_cluster_config$|^role_version_update_single_node$|^utils_login$"
3637
EXAMPLES_TESTS_INCLUDE_SCHEDULE: "*"
3738
# ansible-test needs special directory structure.
3839
# WORKDIR is a subdir of GITHUB_WORKSPACE
@@ -220,6 +221,8 @@ jobs:
220221
test_name: support_tunnel
221222
- sc_host: https://10.5.11.50
222223
test_name: vm_clone__replicated
224+
- sc_host: https://10.5.11.50
225+
test_name: utils_login
223226
exclude:
224227
# The VSNS were not configured with remote replication cluster.
225228
- sc_host: https://10.5.11.200

0 commit comments

Comments
 (0)