mirror of https://github.com/k3s-io/k3s
Reclassify [Example] and [Feature:Example]
parent
930d796120
commit
b202b2eb24
|
@ -267,7 +267,6 @@ CURRENT_RELEASE_PUBLISHED_VERSION="ci/latest-1.1"
|
||||||
|
|
||||||
# Specialized tests which should be skipped by default for projects.
|
# Specialized tests which should be skipped by default for projects.
|
||||||
GCE_DEFAULT_SKIP_TESTS=(
|
GCE_DEFAULT_SKIP_TESTS=(
|
||||||
"\[Example\]" # previously in REBOOT_SKIP_TESTS..., dates back before version control (#10078)
|
|
||||||
"\[Skipped\]"
|
"\[Skipped\]"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -380,7 +379,7 @@ case ${JOB_NAME} in
|
||||||
kubernetes-e2e-gce-examples)
|
kubernetes-e2e-gce-examples)
|
||||||
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-examples"}
|
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-examples"}
|
||||||
: ${E2E_NETWORK:="e2e-examples"}
|
: ${E2E_NETWORK:="e2e-examples"}
|
||||||
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Example\]"}
|
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Feature:Example\]"}
|
||||||
: ${KUBE_GCE_INSTANCE_PREFIX:="e2e-examples"}
|
: ${KUBE_GCE_INSTANCE_PREFIX:="e2e-examples"}
|
||||||
: ${PROJECT:="kubernetes-jenkins"}
|
: ${PROJECT:="kubernetes-jenkins"}
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -41,7 +41,7 @@ try:
|
||||||
except:
|
except:
|
||||||
print 'err'`
|
print 'err'`
|
||||||
|
|
||||||
var _ = Describe("[Example] ClusterDns", func() {
|
var _ = Describe("ClusterDns [Feature:Example]", func() {
|
||||||
framework := NewFramework("cluster-dns")
|
framework := NewFramework("cluster-dns")
|
||||||
|
|
||||||
var c *client.Client
|
var c *client.Client
|
||||||
|
|
|
@ -150,7 +150,7 @@ T:
|
||||||
Ω(totalTransactions).Should(BeNumerically(">", minExpected))
|
Ω(totalTransactions).Should(BeNumerically(">", minExpected))
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ = Describe("[Example] Pet Store [Skipped]", func() {
|
var _ = Describe("Pet Store [Feature:Example]", func() {
|
||||||
|
|
||||||
// The number of nodes dictates total number of generators/transaction expectations.
|
// The number of nodes dictates total number of generators/transaction expectations.
|
||||||
var nodeCount int
|
var nodeCount int
|
||||||
|
|
|
@ -37,7 +37,7 @@ const (
|
||||||
serverStartTimeout = podStartTimeout + 3*time.Minute
|
serverStartTimeout = podStartTimeout + 3*time.Minute
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("[Example] [Skipped]", func() {
|
var _ = Describe("[Feature:Example]", func() {
|
||||||
framework := NewFramework("examples")
|
framework := NewFramework("examples")
|
||||||
var c *client.Client
|
var c *client.Client
|
||||||
var ns string
|
var ns string
|
||||||
|
|
Loading…
Reference in New Issue