Skip to content

Commit

Permalink
kubevirt,presubmits: update storage lanes to run with etcd in mem (#3626
Browse files Browse the repository at this point in the history
)

* kubevirt,presubmits: update storage lanes to run with etcd in mem

Signed-off-by: Brian Carey <[email protected]>

* kubevirt,presubmit: Add etcd tmpfs size of 1GB for storage lanes

Signed-off-by: Brian Carey <[email protected]>

---------

Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey authored Sep 19, 2024
1 parent ffdcbf4 commit 79224ba
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,10 @@ presubmits:
value: k8s-1.27-sig-storage
- name: KUBEVIRT_PSA
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
image: quay.io/kubevirtci/bootstrap:v20240118-315742b
name: ""
resources:
Expand Down Expand Up @@ -1448,6 +1452,10 @@ presubmits:
value: k8s-1.28-sig-storage
- name: KUBEVIRT_PSA
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
image: quay.io/kubevirtci/bootstrap:v20240118-315742b
name: ""
resources:
Expand Down Expand Up @@ -1638,6 +1646,10 @@ presubmits:
value: k8s-1.29-sig-storage
- name: KUBEVIRT_PSA
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
image: quay.io/kubevirtci/bootstrap:v20240118-315742b
name: ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,10 @@ presubmits:
value: k8s-1.28-sig-storage
- name: KUBEVIRT_PSA
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
image: quay.io/kubevirtci/bootstrap:v20240607-febc467
name: ""
resources:
Expand Down Expand Up @@ -1484,6 +1488,10 @@ presubmits:
value: k8s-1.29-sig-storage
- name: KUBEVIRT_PSA
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
image: quay.io/kubevirtci/bootstrap:v20240607-febc467
name: ""
resources:
Expand Down Expand Up @@ -1688,6 +1696,10 @@ presubmits:
value: k8s-1.30-sig-storage
- name: KUBEVIRT_PSA
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
image: quay.io/kubevirtci/bootstrap:v20240607-febc467
name: ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,10 @@ presubmits:
value: k8s-1.29-sig-storage
- name: KUBEVIRT_PSA
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
image: quay.io/kubevirtci/bootstrap:v20240911-16816d3
name: ""
resources:
Expand Down Expand Up @@ -1782,6 +1786,10 @@ presubmits:
value: "true"
- name: FEATURE_GATES
value: NodeRestriction
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
image: quay.io/kubevirtci/bootstrap:v20240911-16816d3
name: ""
resources:
Expand Down Expand Up @@ -1964,6 +1972,10 @@ presubmits:
value: k8s-1.31-sig-storage
- name: KUBEVIRT_PSA
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_WITH_ETC_CAPACITY
value: "1G"
- name: FEATURE_GATES
value: NodeRestriction
image: quay.io/kubevirtci/bootstrap:v20240911-16816d3
Expand Down

0 comments on commit 79224ba

Please sign in to comment.