[gates] Speed up gate-rally-dsvm-verify-light

Run smoke temptest subset instead of long running compute

Change-Id: If6195dd8a93921d935d3edfa6a3a699ff639ea0c
This commit is contained in:
Boris Pavlovic 2016-01-11 09:15:34 -08:00
parent 37c105741a
commit a983c62435

View File

@ -31,7 +31,7 @@ LOG.setLevel(logging.DEBUG)
MODES_PARAMETERS = {
"full": "--set full",
"light": "--set compute"
"light": "--set smoke"
}
BASE_DIR = "rally-verify"