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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
eb625c3c
Commit
eb625c3c
authored
Nov 24, 2019
by
Dylan William Hardison
Committed by
Давид Добряков
Apr 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix utf8mb4 mode error
parent
1015a17e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
265 deletions
+0
-265
Config.pm
Bugzilla/Config.pm
+0
-1
taskgraph.json
taskgraph.json
+0
-264
No files found.
Bugzilla/Config.pm
View file @
eb625c3c
...
@@ -341,7 +341,6 @@ sub read_param_file {
...
@@ -341,7 +341,6 @@ sub read_param_file {
die
"The $file file does not exist."
die
"The $file file does not exist."
.
' You probably need to run checksetup.pl.'
,;
.
' You probably need to run checksetup.pl.'
,;
}
}
die
"the param utf8 must be set to utf8mb4"
unless
$params
{
utf8
}
eq
'utf8mb4'
;
return
\%
params
;
return
\%
params
;
}
}
...
...
taskgraph.json
deleted
100644 → 0
View file @
1015a17e
{
"metadata"
:
{
"name"
:
"Bugzilla Task Graph"
,
"description"
:
"A suite of tests to check the quality of the Bugzilla codebase."
,
"owner"
:
"dlawrence@mozilla.com"
,
"source"
:
"https://raw.githubusercontent.com/bugzilla/bugzilla/5.0/taskgraph.json"
},
"tasks"
:
[
{
"reruns"
:
3
,
"maxRunTime"
:
3000
,
"task"
:
{
"expires"
:
"2018-02-18T17:33:38.806Z"
,
"metadata"
:
{
"name"
:
"Basic Sanity Tests"
},
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"bugzilla/bugzilla-ci"
,
"command"
:
[
"runtests.sh"
],
"env"
:
{
"TEST_SUITE"
:
"sanity"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/runtests.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
}
}
},
"extra"
:
{
"treeherder"
:
{
"symbol"
:
"San"
,
"machine"
:
{
"platform"
:
"linux64"
},
"build"
:
{
"platform"
:
"linux64"
}
}
}
}
},
{
"reruns"
:
3
,
"maxRunTime"
:
3000
,
"task"
:
{
"expires"
:
"2018-02-18T17:33:38.806Z"
,
"metadata"
:
{
"name"
:
"Documentation Build Test"
},
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"bugzilla/bugzilla-ci"
,
"command"
:
[
"runtests.sh"
],
"env"
:
{
"TEST_SUITE"
:
"docs"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/runtests.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
}
}
},
"extra"
:
{
"treeherder"
:
{
"symbol"
:
"Doc"
,
"machine"
:
{
"platform"
:
"linux64"
},
"build"
:
{
"platform"
:
"linux64"
}
}
}
}
},
{
"reruns"
:
3
,
"maxRunTime"
:
7200
,
"task"
:
{
"expires"
:
"2018-02-18T17:33:38.806Z"
,
"metadata"
:
{
"name"
:
"WebService API Tests (MySQL)"
},
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"bugzilla/bugzilla-ci"
,
"command"
:
[
"runtests.sh"
],
"env"
:
{
"TEST_SUITE"
:
"webservices"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/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"
,
"machine"
:
{
"platform"
:
"linux64"
},
"build"
:
{
"platform"
:
"linux64"
}
}
}
}
},
{
"reruns"
:
3
,
"maxRunTime"
:
7200
,
"task"
:
{
"expires"
:
"2018-02-18T17:33:38.806Z"
,
"metadata"
:
{
"name"
:
"Selenium Tests (MySQL)"
},
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"bugzilla/bugzilla-ci"
,
"command"
:
[
"runtests.sh"
],
"env"
:
{
"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"
,
"machine"
:
{
"platform"
:
"linux64"
},
"build"
:
{
"platform"
:
"linux64"
}
}
}
}
},
{
"reruns"
:
3
,
"maxRunTime"
:
7200
,
"task"
:
{
"expires"
:
"2018-02-18T17:33:38.806Z"
,
"metadata"
:
{
"name"
:
"WebService API Tests (Pg)"
},
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"bugzilla/bugzilla-ci"
,
"command"
:
[
"runtests.sh"
],
"env"
:
{
"BUGS_DB_DRIVER"
:
"pg"
,
"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-Pg"
,
"machine"
:
{
"platform"
:
"linux64"
},
"build"
:
{
"platform"
:
"linux64"
}
}
}
}
},
{
"reruns"
:
3
,
"maxRunTime"
:
7200
,
"task"
:
{
"expires"
:
"2018-02-18T17:33:38.806Z"
,
"metadata"
:
{
"name"
:
"Selenium Tests (Pg)"
},
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"bugzilla/bugzilla-ci"
,
"command"
:
[
"runtests.sh"
],
"env"
:
{
"BUGS_DB_DRIVER"
:
"pg"
,
"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-Pg"
,
"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