[bugzilla-gnome-org-upstream/4.4] (TaskCluster) Allow retrieval of the selenium.log for Selenium tests



commit 00466e7fe3d88de23ede8555f4882fc2be93206f
Author: David Lawrence <dkl mozilla com>
Date:   Tue Mar 3 15:00:56 2015 -0500

    (TaskCluster) Allow retrieval of the selenium.log for Selenium tests

 taskgraph.json |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/taskgraph.json b/taskgraph.json
index e615560..6d8b77d 100644
--- a/taskgraph.json
+++ b/taskgraph.json
@@ -135,6 +135,11 @@
               "type": "file",
               "path": "/var/log/httpd/error_log",
               "expires": "2016-02-17T17:33:38.806Z"
+            },
+            "public/selenium_log": {
+              "type": "file",
+              "path": "/selenium.log",
+              "expires": "2016-02-17T17:33:38.806Z"
             }
           }
         },
@@ -211,6 +216,11 @@
               "type": "file",
               "path": "/var/log/httpd/error_log",
               "expires": "2016-02-17T17:33:38.806Z"
+            },
+            "public/selenium_log": {
+              "type": "file",
+              "path": "/selenium.log",
+              "expires": "2016-02-17T17:33:38.806Z"
             }
           }
         },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]