Skip to content

Commit aeed2f4

Browse files
committed
Set bigger swap in the functional and fullstack jobs
As we are hitting some memory limits (again) in functional tests job, lets configure 8GB of swap in all functional and fullstack jobs. Before that patch swap was configured to 4GB only in the FIPS jobs. Now it will be set to 8GB in all functional and fullstack jobs. Closes-Bug: #1966394 Change-Id: I6b097d8409318a5dfe17e9673adb6c1431a59b0b (cherry picked from commit b8dcb0b)
1 parent 1183240 commit aeed2f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

zuul.d/base.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- ^rally-jobs/.*$
3535
- ^zuul.d/(?!(project)).*\.yaml
3636
vars:
37+
configure_swap_size: 8192
3738
Q_BUILD_OVS_FROM_GIT: True
3839
MEMORY_TRACKER: True
3940
INSTALL_OVN: True
@@ -130,7 +131,6 @@
130131
vars:
131132
nslookup_target: 'opendev.org'
132133
enable_fips: True
133-
configure_swap_size: 4096
134134
devstack_localrc:
135135
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256
136136
Q_BUILD_OVS_FROM_GIT: true
@@ -144,7 +144,6 @@
144144
vars:
145145
nslookup_target: 'opendev.org'
146146
enable_fips: True
147-
configure_swap_size: 4096
148147
devstack_localrc:
149148
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256
150149
Q_BUILD_OVS_FROM_GIT: true

0 commit comments

Comments
 (0)