Included swanky in pool:wificell. Left preflight list empty for future boards.

BUG=None
TEST=Manually run, passes on M36 and M38

Change-Id: I8a4c0cd8622f66c20383ad6d135905b72fa071cc
Reviewed-on: https://chromium-review.googlesource.com/209639
Tested-by: Tien Chang <tienchang@chromium.org>
Reviewed-by: Kris Rambish <krisr@chromium.org>
diff --git a/provingground/run_wifi_release_suite.sh b/provingground/run_wifi_release_suite.sh
index 8e67ae6..d748e44 100755
--- a/provingground/run_wifi_release_suite.sh
+++ b/provingground/run_wifi_release_suite.sh
@@ -14,7 +14,7 @@
 
 USAGE_STRING='Usage: ./run_wifi_release_suite.sh <branch number> <build number>'
 
-declare -i MINIMUM_WIFI_POOL_VERSION=37
+declare -i PREFLIGHT_POOL_VERSION=38
 
 if [[ $# -eq 0  ||  -z $2 ]] ; then
   echo $USAGE_STRING
@@ -43,14 +43,14 @@
 list_7=(falco_li tricky)
 
 # intel wilkins peak 2 on kernel 3.10
-list_8=(squawks rambi clapper glimmer quawks enguarde kip squawks gnawty)
+list_8=(squawks rambi clapper glimmer quawks enguarde kip squawks gnawty swanky)
 
-# wificell_preflight boards
-list_9=(swanky)
+# wificell_preflight boards; leaving empty for future boards
+list_9=()
 
 DESIRED_BOARDS=(list_1 list_2 list_3 list_4 list_5 list_6 list_7 list_8)
 
-if [ $BRANCH -ge ${MINIMUM_WIFI_POOL_VERSION} ] ; then
+if [ $BRANCH -ge ${PREFLIGHT_POOL_VERSION} ] ; then
   DESIRED_BOARDS+=(list_9)
 fi