mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Merge pull request #32017 from mikedanese/readd-test
Automatic merge from submit-queue renable hazelcast example test
This commit is contained in:
commit
c224efa86b
@ -125,7 +125,7 @@ spec:
|
|||||||
- resources:
|
- resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 0.1
|
cpu: 0.1
|
||||||
image: quay.io/pires/hazelcast-kubernetes:0.5
|
image: quay.io/pires/hazelcast-kubernetes:0.6
|
||||||
name: hazelcast
|
name: hazelcast
|
||||||
env:
|
env:
|
||||||
- name: "DNS_DOMAIN"
|
- name: "DNS_DOMAIN"
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
- resources:
|
- resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 0.1
|
cpu: 0.1
|
||||||
image: quay.io/pires/hazelcast-kubernetes:0.5
|
image: quay.io/pires/hazelcast-kubernetes:0.6
|
||||||
name: hazelcast
|
name: hazelcast
|
||||||
env:
|
env:
|
||||||
- name: "DNS_DOMAIN"
|
- name: "DNS_DOMAIN"
|
||||||
|
@ -446,8 +446,6 @@ var _ = framework.KubeDescribe("[Feature:Example]", func() {
|
|||||||
|
|
||||||
framework.KubeDescribe("Hazelcast", func() {
|
framework.KubeDescribe("Hazelcast", func() {
|
||||||
It("should create and scale hazelcast", func() {
|
It("should create and scale hazelcast", func() {
|
||||||
framework.Skipf("Skipping because of upstream race condition. Remove Skip when https://github.com/pires/hazelcast-kubernetes-bootstrapper/issues/9 is fixed")
|
|
||||||
|
|
||||||
mkpath := func(file string) string {
|
mkpath := func(file string) string {
|
||||||
return filepath.Join(framework.TestContext.RepoRoot, "examples/storage/hazelcast", file)
|
return filepath.Join(framework.TestContext.RepoRoot, "examples/storage/hazelcast", file)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user