Mark sig-scheduling tests with [sig-scheduling] so they can be selected

for the testdash dashboard.
This commit is contained in:
David Oppenheimer
2017-07-14 23:14:36 -07:00
parent f736f3121f
commit a836d55d0f
6 changed files with 28 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ var podRequestedResource *v1.ResourceRequirements = &v1.ResourceRequirements{
}
// This test suite is used to verifies scheduler priority functions based on the default provider
var _ = framework.KubeDescribe("SchedulerPriorities [Serial]", func() {
var _ = SIGDescribe("SchedulerPriorities [Serial]", func() {
var cs clientset.Interface
var nodeList *v1.NodeList
var systemPodsNo int