Commit 94d623c0 authored by David Lawrence's avatar David Lawrence

- task.expires needs to be greater than artifacts.expires

parent 1d78355c
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"reruns": 3, "reruns": 3,
"maxRunTime": 3000, "maxRunTime": 3000,
"task": { "task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": { "metadata": {
"name": "Basic Sanity Tests" "name": "Basic Sanity Tests"
}, },
...@@ -40,6 +41,7 @@ ...@@ -40,6 +41,7 @@
"reruns": 3, "reruns": 3,
"maxRunTime": 3000, "maxRunTime": 3000,
"task": { "task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": { "metadata": {
"name": "Documentation Build Test" "name": "Documentation Build Test"
}, },
...@@ -70,6 +72,7 @@ ...@@ -70,6 +72,7 @@
"reruns": 3, "reruns": 3,
"maxRunTime": 7200, "maxRunTime": 7200,
"task": { "task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": { "metadata": {
"name": "WebService API Tests (MySQL)" "name": "WebService API Tests (MySQL)"
}, },
...@@ -105,6 +108,7 @@ ...@@ -105,6 +108,7 @@
"reruns": 3, "reruns": 3,
"maxRunTime": 7200, "maxRunTime": 7200,
"task": { "task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": { "metadata": {
"name": "Selenium Tests (MySQL)" "name": "Selenium Tests (MySQL)"
}, },
...@@ -145,6 +149,7 @@ ...@@ -145,6 +149,7 @@
"reruns": 3, "reruns": 3,
"maxRunTime": 7200, "maxRunTime": 7200,
"task": { "task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": { "metadata": {
"name": "WebService API Tests (Pg)" "name": "WebService API Tests (Pg)"
}, },
...@@ -180,6 +185,7 @@ ...@@ -180,6 +185,7 @@
"reruns": 3, "reruns": 3,
"maxRunTime": 7200, "maxRunTime": 7200,
"task": { "task": {
"expires": "2018-02-18T17:33:38.806Z",
"metadata": { "metadata": {
"name": "Selenium Tests (Pg)" "name": "Selenium Tests (Pg)"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment