Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
a5e4ef4e
Commit
a5e4ef4e
authored
Aug 31, 2016
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Improved CI support for PostgreSQL and Sqlite
parent
770835df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
100 additions
and
7 deletions
+100
-7
taskgraph.json
taskgraph.json
+100
-7
No files found.
taskgraph.json
View file @
a5e4ef4e
...
...
@@ -180,15 +180,16 @@
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"
dklawren/docker-bugzilla:pgsql
"
,
"command"
:
[
"
/
runtests.sh"
],
"image"
:
"
bugzilla/bugzilla-ci
"
,
"command"
:
[
"runtests.sh"
],
"env"
:
{
"BUGS_DB_DRIVER"
:
"pg"
,
"TEST_SUITE"
:
"webservices"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/runtests.log"
,
"path"
:
"/
tmp/
runtests.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log"
:
{
...
...
@@ -222,15 +223,16 @@
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"
dklawren/docker-bugzilla:pgsql
"
,
"command"
:
[
"
/
runtests.sh"
],
"image"
:
"
bugzilla/bugzilla-ci
"
,
"command"
:
[
"runtests.sh"
],
"env"
:
{
"BUGS_DB_DRIVER"
:
"pg"
,
"TEST_SUITE"
:
"selenium"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/runtests.log"
,
"path"
:
"/
tmp/
runtests.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log"
:
{
...
...
@@ -240,7 +242,7 @@
},
"public/selenium_log"
:
{
"type"
:
"file"
,
"path"
:
"/selenium.log"
,
"path"
:
"/
tmp/
selenium.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
}
}
...
...
@@ -257,6 +259,97 @@
}
}
}
},
{
"reruns"
:
3
,
"maxRunTime"
:
7200
,
"task"
:
{
"expires"
:
"2018-02-18T17:33:38.806Z"
,
"metadata"
:
{
"name"
:
"WebService API Tests (Sqlite)"
},
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"bugzilla/bugzilla-ci"
,
"command"
:
[
"runtests.sh"
],
"env"
:
{
"BUGS_DB_DRIVER"
:
"sqlite"
,
"TEST_SUITE"
:
"webservices"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/tmp/runtests.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log"
:
{
"type"
:
"file"
,
"path"
:
"/var/log/httpd/error_log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
}
}
},
"extra"
:
{
"treeherder"
:
{
"symbol"
:
"API-Sqlite"
,
"machine"
:
{
"platform"
:
"linux64"
},
"build"
:
{
"platform"
:
"linux64"
}
}
}
}
},
{
"reruns"
:
3
,
"maxRunTime"
:
7200
,
"task"
:
{
"expires"
:
"2018-02-18T17:33:38.806Z"
,
"metadata"
:
{
"name"
:
"Selenium Tests (Sqlite)"
},
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"bugzilla/bugzilla-ci"
,
"command"
:
[
"runtests.sh"
],
"env"
:
{
"BUGS_DB_DRIVER"
:
"sqlite"
,
"TEST_SUITE"
:
"selenium"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/tmp/runtests.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log"
:
{
"type"
:
"file"
,
"path"
:
"/var/log/httpd/error_log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
},
"public/selenium_log"
:
{
"type"
:
"file"
,
"path"
:
"/tmp/selenium.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
}
}
},
"extra"
:
{
"treeherder"
:
{
"symbol"
:
"Sel-Sqlite"
,
"machine"
:
{
"platform"
:
"linux64"
},
"build"
:
{
"platform"
:
"linux64"
}
}
}
}
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment