Merge pull request #100378 from marun/tag-multiaz-serial

Tag Multi-AZ scheduling tests as serial
This commit is contained in:
Kubernetes Prow Robot 2021-04-08 20:30:28 -07:00 committed by GitHub
commit 2056c8df5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,11 +69,11 @@ var _ = SIGDescribe("Multi-AZ Clusters", func() {
cleanUp()
}
})
ginkgo.It("should spread the pods of a service across zones", func() {
ginkgo.It("should spread the pods of a service across zones [Serial]", func() {
SpreadServiceOrFail(f, 5*zoneCount, imageutils.GetPauseImageName())
})
ginkgo.It("should spread the pods of a replication controller across zones", func() {
ginkgo.It("should spread the pods of a replication controller across zones [Serial]", func() {
SpreadRCOrFail(f, int32(5*zoneCount), framework.ServeHostnameImage, []string{"serve-hostname"})
})
})