report pool and suite to suite scheduler analytics table

BUG=1065570
TEST=runner.py --test_type=integration

Change-Id: Ia8c25f86d7aaca29530a349adc3b4a83f38d1c8c
diff --git a/analytics.py b/analytics.py
index 3e55f2c..7d9ea11 100644
--- a/analytics.py
+++ b/analytics.py
@@ -268,7 +268,7 @@
     job_section: a analytics_pb2.ScheduleJobSection object.
   """
   job_section = analytics_pb2.ScheduleJobSection(
-      job_name=task_info.name)
+      job_name=task_info.name, pool=task_info.pool, suite=task_info.suite)
   if task_info.hour:
     job_section.schedule_job_trigger.nightly.hour = task_info.hour
   elif task_info.day: