autotest: Update run-pool-inventory to email chromeos-lab-alerts@

BUG=chromium:433569
TEST=Local run.

Change-Id: I633eb70ba2a9da8e686471a703232208d6b913b6
Reviewed-on: https://chromium-review.googlesource.com/236363
Tested-by: Simran Basi <sbasi@chromium.org>
Commit-Queue: Simran Basi <sbasi@chromium.org>
Reviewed-by: Dan Shi <dshi@chromium.org>
diff --git a/contrib/run-pool-inventory b/contrib/run-pool-inventory
index 741737f..1bdf4d5 100755
--- a/contrib/run-pool-inventory
+++ b/contrib/run-pool-inventory
@@ -19,7 +19,7 @@
 done >$RUNFILE
 
 INTEREST=(
-	chromeos-lab-infrastructure@google.com
+	chromeos-lab-alerts@google.com
 	skc-fireteam@google.com
 	jrbarnette@google.com
 	preeyanka@google.com
@@ -27,4 +27,4 @@
 	sosa@google.com
 )
 
-mailx -s "DUT pool inventories $RUNDATE" "${INTEREST[@]}" <$RUNFILE
\ No newline at end of file
+mailx -s "DUT pool inventories $RUNDATE" "${INTEREST[@]}" <$RUNFILE