Adding gbs stage table name 71/169171/1
authorhyokeun <hyokeun.jeon@samsung.com>
Mon, 5 Feb 2018 01:29:29 +0000 (10:29 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Mon, 5 Feb 2018 01:29:29 +0000 (10:29 +0900)
Change-Id: If017f847275d63fb61a5f6ff87956561ebf00ad7

common/buildmonitor_extention.py

index bb4c195..45f6599 100644 (file)
@@ -500,6 +500,18 @@ class BuildMonitorExtention(object):
 
 class GbsDashboard(BuildMonitorExtention):
 
+    gbs_stage_lookup = [
+        "queued",
+        "build_started",
+        "build_finished",
+        "snapshot_started",
+        "snapshot_finished",
+        "image_started",
+        "image_finished",
+        "test_started",
+        "test_finished",
+        "completed"]
+
     def __init__(self):
 
         BuildMonitorExtention.__init__(self)