diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-08 13:51:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-08 13:51:09 +0000 |
commit | 3ed69deabb7d20ccdf2dfbbacb5ab48f3c9e044f (patch) | |
tree | f99d51138516363fa51faf8ea39963c5684077ae /jjb/doctor/doctor.yml | |
parent | f6add0a76589049a482308aff810658782f22ea9 (diff) | |
parent | b1ee51cf44ab63dbfaf21834c90c8fb8adb0eb4e (diff) |
Merge "functest,doctor: CLEAN_DOCKER_IMAGES"
Diffstat (limited to 'jjb/doctor/doctor.yml')
-rw-r--r-- | jjb/doctor/doctor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 7a5bd22f2..8a0d0155a 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -96,6 +96,10 @@ default: '{docker-tag}' description: 'Tag to pull docker image' - string: + name: CLEAN_DOCKER_IMAGES + default: 'false' + description: 'Remove downloaded docker images (opnfv/functest:*)' + - string: name: DEPLOY_SCENARIO default: 'os-nosdn-nofeature-ha' description: 'Scenario to deploy and test' |