]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix utf8mb4 mode error
authorDylan William Hardison <dylan@hardison.net>
Mon, 25 Nov 2019 04:41:51 +0000 (23:41 -0500)
committerDylan William Hardison <dylan@hardison.net>
Mon, 25 Nov 2019 04:41:51 +0000 (23:41 -0500)
Bugzilla/Config.pm
taskgraph.json [deleted file]

index 635e49dfecc40ed56bf4f106a053c8d58d500717..aae1592b12fceef54a3390d5cea8200e0dee5a04 100644 (file)
@@ -341,7 +341,6 @@ sub read_param_file {
     die "The $file file does not exist."
       . ' You probably need to run checksetup.pl.',;
   }
-  die "the param utf8 must be set to utf8mb4" unless $params{utf8} eq 'utf8mb4';
   
   return \%params;
 }
diff --git a/taskgraph.json b/taskgraph.json
deleted file mode 100644 (file)
index ba1d1f3..0000000
+++ /dev/null
@@ -1,264 +0,0 @@
-{
-  "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"
-            }
-          }
-        }
-      }
-    }
-  ]
-}