diff options
author | 2021-09-01 16:59:39 -0400 | |
---|---|---|
committer | 2021-09-01 17:02:55 -0400 | |
commit | 318a58a1009b25e21cd0626699f2637a7eb57916 (patch) | |
tree | 4675b367f836b31664804474a170b88a81febe09 | |
parent | d347f6272119ee58608a96bb204840c15842f6d5 (diff) |
Fix vpp-checkstyle-* jobs build discard config
- Add missing 'build-days-to-keep' parameter
to lf-infra-properties macro.
Change-Id: I264c82ce1de17a22bef6e8b9867eaae03ddf9c5d
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
-rw-r--r-- | jjb/vpp/vpp.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 7fa77d953..a4d898b5c 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -409,7 +409,8 @@ concurrent: true properties: - - lf-infra-properties + - lf-infra-properties: + build-days-to-keep: "{build-days-to-keep}" # Please keep parameters in alphabetical order parameters: |