mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #106856 from pmorie/cronjob-e2e-typo
conformance: correct typo for cronjob forbidconcurrent
This commit is contained in:
commit
2036bf0ba3
2
test/conformance/testdata/conformance.yaml
vendored
2
test/conformance/testdata/conformance.yaml
vendored
@ -588,7 +588,7 @@
|
|||||||
description: CronJob MUST support suspension, which suppresses creation of new jobs.
|
description: CronJob MUST support suspension, which suppresses creation of new jobs.
|
||||||
release: v1.21
|
release: v1.21
|
||||||
file: test/e2e/apps/cronjob.go
|
file: test/e2e/apps/cronjob.go
|
||||||
- testname: CronJob FrobidConcurrent
|
- testname: CronJob ForbidConcurrent
|
||||||
codename: '[sig-apps] CronJob should not schedule new jobs when ForbidConcurrent
|
codename: '[sig-apps] CronJob should not schedule new jobs when ForbidConcurrent
|
||||||
[Slow] [Conformance]'
|
[Slow] [Conformance]'
|
||||||
description: CronJob MUST support ForbidConcurrent policy, allowing to run single,
|
description: CronJob MUST support ForbidConcurrent policy, allowing to run single,
|
||||||
|
@ -116,7 +116,7 @@ var _ = SIGDescribe("CronJob", func() {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Release: v1.21
|
Release: v1.21
|
||||||
Testname: CronJob FrobidConcurrent
|
Testname: CronJob ForbidConcurrent
|
||||||
Description: CronJob MUST support ForbidConcurrent policy, allowing to run single, previous job at the time.
|
Description: CronJob MUST support ForbidConcurrent policy, allowing to run single, previous job at the time.
|
||||||
*/
|
*/
|
||||||
framework.ConformanceIt("should not schedule new jobs when ForbidConcurrent [Slow]", func() {
|
framework.ConformanceIt("should not schedule new jobs when ForbidConcurrent [Slow]", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user