Commit 163d01b
committed
e2e:serial: fix baseload addition to pod resources
The old method used to apply the baseload on the same `paddingRes` over
and over again. This is not causing issues as long as there are no more
than one node to be padded, which is almost always the case on the MNO
used in the weekly CI.
However this is still incorrect, so this commit fixes it so that the
padding resources with the baseload are cleanly computed for each node.
Signed-off-by: Shereen Haj <[email protected]>1 parent 7ab1f5d commit 163d01b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | | - | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
0 commit comments