diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2021-02-17 09:00:32 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2021-02-17 09:00:32 -0800 |
commit | 64303114fe57b4279fb6031875db3ff705094ff5 (patch) | |
tree | 275f30cf62d6c83f08b66381548506057f06fb34 /jjb | |
parent | aa4722a1d16999ee50807da2f9d5866d5d863bd5 (diff) |
Prune Docker images on lf-build5/6 to save space
This change also removed old builders which no longer exist.
Change-Id: I233924ba2dd8e78ab6d73e0a13a785bb732cf1f4
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/releng/opnfv-utils.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/jjb/releng/opnfv-utils.yaml b/jjb/releng/opnfv-utils.yaml index f85606f7e..d58330416 100644 --- a/jjb/releng/opnfv-utils.yaml +++ b/jjb/releng/opnfv-utils.yaml @@ -24,11 +24,9 @@ name: SLAVE_NAME description: Slaves to prune docker images default-slaves: - - arm-build3 - - arm-build4 - - arm-build5 - - ericsson-build4 - lf-build2 + - lf-build5 + - lf-build6 allowed-multiselect: true ignore-offline-nodes: true |