Merge pull request #32233 from jlowdermilk/scheduledjob-e2e

Automatic merge from submit-queue

tag scheduledjob e2e as [Feature:ScheduledJob]

[Feature:...] tag is recognized by most e2e suites and will prevent test from being run in suites where it should not. This pattern is used by other alpha feature tests. This change will allow #31957 to be reapplied without breaking gke tests.

Side note, I'm collecting all alpha feature e2e tests to run in the [kubernetes-e2e-gce-alpha](http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-alpha-features/) suite. This will be run there, alongside [Feature:ExternalTrafficLocalOnly] and [Feature:PetSet].

cc @timstclair @erictune
This commit is contained in:
Kubernetes Submit Queue 2016-09-07 16:25:14 -07:00 committed by GitHub
commit dec80da258

View File

@ -38,7 +38,7 @@ const (
scheduledJobTimeout = 5 * time.Minute
)
var _ = framework.KubeDescribe("ScheduledJob", func() {
var _ = framework.KubeDescribe("[Feature:ScheduledJob]", func() {
options := framework.FrameworkOptions{
ClientQPS: 20,
ClientBurst: 50,