Skip to content

Commit

Permalink
Added apache error log to taskgraph.json for API and Selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dklawren committed Feb 20, 2015
1 parent 638dc65 commit cf31fb7
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions taskgraph.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"TEST_SUITE": "sanity"
},
"artifacts": {
"pubic/runtests.log": {
"pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
Expand Down Expand Up @@ -55,7 +55,7 @@
"TEST_SUITE": "docs"
},
"artifacts": {
"pubic/runtests.log": {
"pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
Expand Down Expand Up @@ -88,10 +88,15 @@
"TEST_SUITE": "webservices"
},
"artifacts": {
"pubic/runtests.log": {
"pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
}
}
},
Expand Down Expand Up @@ -121,10 +126,15 @@
"TEST_SUITE": "selenium"
},
"artifacts": {
"pubic/runtests.log": {
"pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
}
}
},
Expand Down Expand Up @@ -154,10 +164,15 @@
"TEST_SUITE": "webservices"
},
"artifacts": {
"pubic/runtests.log": {
"pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
}
}
},
Expand Down Expand Up @@ -187,10 +202,15 @@
"TEST_SUITE": "selenium"
},
"artifacts": {
"pubic/runtests.log": {
"pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
}
}
},
Expand Down

0 comments on commit cf31fb7

Please sign in to comment.