Merge pull request #103883 from ehashman/slow-e2es

Mark "update Node.Spec.ConfigSource" node e2es as slow
This commit is contained in:
Kubernetes Prow Robot
2021-08-05 14:10:37 -07:00
committed by GitHub

View File

@@ -143,7 +143,7 @@ var _ = SIGDescribe("[Feature:DynamicKubeletConfig][NodeFeature:DynamicKubeletCo
restore.run(f, setConfigSourceFunc, false, 0)
})
ginkgo.Context("update Node.Spec.ConfigSource: state transitions:", func() {
ginkgo.Context("[Slow] update Node.Spec.ConfigSource: state transitions:", func() {
ginkgo.It(itDescription, func() {
var err error
// we base the "correct" configmap off of the configuration from before the test
@@ -308,7 +308,7 @@ var _ = SIGDescribe("[Feature:DynamicKubeletConfig][NodeFeature:DynamicKubeletCo
})
})
ginkgo.Context("update Node.Spec.ConfigSource: recover to last-known-good ConfigMap:", func() {
ginkgo.Context("[Slow] update Node.Spec.ConfigSource: recover to last-known-good ConfigMap:", func() {
ginkgo.It(itDescription, func() {
var err error
// we base the "lkg" configmap off of the configuration from before the test
@@ -372,7 +372,7 @@ var _ = SIGDescribe("[Feature:DynamicKubeletConfig][NodeFeature:DynamicKubeletCo
})
})
ginkgo.Context("update Node.Spec.ConfigSource: recover to last-known-good ConfigMap.KubeletConfigKey:", func() {
ginkgo.Context("[Slow] update Node.Spec.ConfigSource: recover to last-known-good ConfigMap.KubeletConfigKey:", func() {
ginkgo.It(itDescription, func() {
const badConfigKey = "bad"
var err error
@@ -427,7 +427,7 @@ var _ = SIGDescribe("[Feature:DynamicKubeletConfig][NodeFeature:DynamicKubeletCo
})
// previously, we missed a panic because we were not exercising this path
ginkgo.Context("update Node.Spec.ConfigSource: non-nil last-known-good to a new non-nil last-known-good", func() {
ginkgo.Context("[Slow] update Node.Spec.ConfigSource: non-nil last-known-good to a new non-nil last-known-good", func() {
ginkgo.It(itDescription, func() {
var err error
// we base the "lkg" configmap off of the configuration from before the test