File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,28 @@ handle_nightly() {
15
15
initiate_deployments
16
16
add_sanity_plugins_check
17
17
deploy_test_backstage_provider " ${NAME_SPACE} "
18
+
19
+ run_standard_deployment_tests
20
+ run_rds_deployment_tests
21
+ # run_runtime_config_change_tests
22
+
23
+ }
24
+
25
+ run_standard_deployment_tests () {
18
26
local url=" https://${RELEASE_NAME} -backstage-${NAME_SPACE} .${K8S_CLUSTER_ROUTER_BASE} "
19
27
check_and_test " ${RELEASE_NAME} " " ${NAME_SPACE} " " ${url} "
20
28
local rbac_url=" https://${RELEASE_NAME_RBAC} -backstage-${NAME_SPACE_RBAC} .${K8S_CLUSTER_ROUTER_BASE} "
21
29
check_and_test " ${RELEASE_NAME_RBAC} " " ${NAME_SPACE_RBAC} " " ${rbac_url} "
30
+ }
22
31
32
+ run_rds_deployment_tests () {
23
33
# Only test TLS config with RDS and Change configuration at runtime in nightly jobs
24
34
initiate_rds_deployment " ${RELEASE_NAME} " " ${NAME_SPACE_RDS} "
25
35
local rds_url=" https://${RELEASE_NAME} -backstage-${NAME_SPACE_RDS} .${K8S_CLUSTER_ROUTER_BASE} "
26
36
check_and_test " ${RELEASE_NAME} " " ${NAME_SPACE_RDS} " " ${rds_url} "
37
+ }
27
38
39
+ run_runtime_config_change_tests () {
28
40
# Deploy `showcase-runtime` to run tests that require configuration changes at runtime
29
41
configure_namespace " ${NAME_SPACE_RUNTIME} "
30
42
uninstall_helmchart " ${NAME_SPACE_RUNTIME} " " ${RELEASE_NAME} "
You can’t perform that action at this time.
0 commit comments