Unverified Commit e57af2b3 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #61760 from bskiba/test-em-sd-clean

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add e2e test for external metrics with Stackdriver **What this PR does / why we need it**: Adds e2e tests for external metrics using Stackdriver adapter. Rename the file to note that these are Stackdriver tests in anticipation of tests running with fake custom metrics apiserver. Refactor the tests to be more structured. **Release note**: ``` NONE ```
parents acd435c5 896cf218
...@@ -11,7 +11,7 @@ go_library( ...@@ -11,7 +11,7 @@ go_library(
"autoscaling_timer.go", "autoscaling_timer.go",
"cluster_autoscaler_scalability.go", "cluster_autoscaler_scalability.go",
"cluster_size_autoscaling.go", "cluster_size_autoscaling.go",
"custom_metrics_autoscaling.go", "custom_metrics_stackdriver_autoscaling.go",
"dns_autoscaling.go", "dns_autoscaling.go",
"framework.go", "framework.go",
"horizontal_pod_autoscaling.go", "horizontal_pod_autoscaling.go",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment