Skip to content

Commit

Permalink
{AKS} Filter out monitor related cases for cli runner (#4582)
Browse files Browse the repository at this point in the history
* filter out monitor related cases for cli runner

* clean up

* Trigger Build
  • Loading branch information
FumingZhang committed Mar 31, 2022
1 parent 991999e commit 8b3ddae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
"compatibility issue": [
"test_aks_nodepool_add_with_ossku"
],
"need additional feature": [
"need feature registration": [
"test_aks_create_enable_encryption",
"test_aks_create_edge_zone"
"test_aks_create_edge_zone",
"test_aks_create_with_monitoring_aad_auth_msi",
"test_aks_create_with_monitoring_aad_auth_uai",
"test_aks_enable_monitoring_with_aad_auth_msi",
"test_aks_enable_monitoring_with_aad_auth_uai"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test_aks_nodepool_add_with_ossku",
"test_aks_create_with_ossku"
],
"need additional feature": [
"need feature registration": [
"test_aks_create_with_gitops_addon",
"test_aks_enable_addon_with_gitops",
"test_aks_disable_addon_gitops",
Expand All @@ -21,7 +21,6 @@
"test_aks_enable_monitoring_with_aad_auth_msi",
"test_aks_enable_monitoring_with_aad_auth_uai",
"test_aks_create_and_update_with_managed_nat_gateway_outbound",
"test_aks_create_with_http_proxy_config",
"test_aks_nodepool_add_with_workload_runtime",
"test_aks_nodepool_add_with_gpu_instance_profile",
"test_aks_create_with_oidc_issuer_enabled",
Expand Down

0 comments on commit 8b3ddae

Please sign in to comment.