]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
No longer need CI testing for 4.0 branch as it is EOL
authorDavid Lawrence <dkl@mozilla.com>
Tue, 15 Sep 2015 20:09:59 +0000 (20:09 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 15 Sep 2015 20:09:59 +0000 (20:09 +0000)
taskgraph.json [deleted file]

diff --git a/taskgraph.json b/taskgraph.json
deleted file mode 100644 (file)
index 7b3ad0b..0000000
+++ /dev/null
@@ -1,238 +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/4.0/taskgraph.json"
-  },
-  "tasks": [
-    {
-      "reruns": 3,
-      "maxRunTime": 3000,
-      "task": {
-        "metadata": {
-          "name": "Basic Sanity Tests"
-        },
-        "provisionerId": "aws-provisioner-v1",
-        "workerType": "b2gtest",
-        "payload": {
-          "image": "dklawren/docker-bugzilla",
-          "command": ["/runtests.sh"],
-          "env": {
-            "TEST_SUITE": "sanity"
-          },
-          "artifacts": {
-            "public/runtests_log": {
-              "type": "file",
-              "path": "/runtests.log",
-              "expires": "2016-02-17T17:33:38.806Z"
-            }
-          }
-        },
-        "extra": {
-          "treeherder": {
-            "machine": {
-              "platform": "4.0"
-            },
-            "symbol": "San"
-          }
-        }
-      }
-    },
-    {
-      "reruns": 3,
-      "maxRunTime": 3000,
-      "task": {
-        "metadata": {
-          "name": "Documentation Build Test"
-        },
-        "provisionerId": "aws-provisioner-v1",
-        "workerType": "b2gtest",
-        "payload": {
-          "image": "dklawren/docker-bugzilla",
-          "command": ["/runtests.sh"],
-          "env": {
-            "TEST_SUITE": "docs"
-          },
-          "artifacts": {
-            "public/runtests_log": {
-              "type": "file",
-              "path": "/runtests.log",
-              "expires": "2016-02-17T17:33:38.806Z"
-            }
-          }
-        },
-        "extra": {
-          "treeherder": {
-            "machine": {
-              "platform": "4.0"
-            },
-            "symbol": "Doc"
-          }
-        }
-      }
-    },
-    {
-      "reruns": 3,
-      "maxRunTime": 7200,
-      "task": {
-        "metadata": {
-          "name": "WebService API Tests (MySQL)"
-        },
-        "provisionerId": "aws-provisioner-v1",
-        "workerType": "b2gtest",
-        "payload": {
-          "image": "dklawren/docker-bugzilla",
-          "command": ["/runtests.sh"],
-          "env": {
-            "TEST_SUITE": "webservices"
-          },
-          "artifacts": {
-            "public/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"
-            }
-          }
-        },
-        "extra": {
-          "treeherder": {
-            "machine": {
-              "platform": "4.0"
-            },
-            "symbol": "API"
-          }
-        }
-      }
-    },
-    {
-      "reruns": 3,
-      "maxRunTime": 7200,
-      "task": {
-        "metadata": {
-          "name": "Selenium Tests (MySQL)"
-        },
-        "provisionerId": "aws-provisioner-v1",
-        "workerType": "b2gtest",
-        "payload": {
-          "image": "dklawren/docker-bugzilla",
-          "command": ["/runtests.sh"],
-          "env": {
-            "TEST_SUITE": "selenium"
-          },
-          "artifacts": {
-            "public/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"
-            },
-            "public/selenium_log": {
-              "type": "file",
-              "path": "/selenium.log",
-              "expires": "2016-02-17T17:33:38.806Z"
-            }
-          }
-        },
-        "extra": {
-          "treeherder": {
-            "machine": {
-              "platform": "4.0"
-            },
-            "symbol": "Sel"
-          }
-        }
-      }
-    },
-    {
-      "reruns": 3,
-      "maxRunTime": 7200,
-      "task": {
-        "metadata": {
-          "name": "WebService API Tests (Pg)"
-        },
-        "provisionerId": "aws-provisioner-v1",
-        "workerType": "b2gtest",
-        "payload": {
-          "image": "dklawren/docker-bugzilla:pgsql",
-          "command": ["/runtests.sh"],
-          "env": {
-            "TEST_SUITE": "webservices"
-          },
-          "artifacts": {
-            "public/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"
-            }
-          }
-        },
-        "extra": {
-          "treeherder": {
-            "machine": {
-              "platform": "4.0"
-            },
-            "symbol": "API-Pg"
-          }
-        }
-      }
-    },
-    {
-      "reruns": 3,
-      "maxRunTime": 7200,
-      "task": {
-        "metadata": {
-          "name": "Selenium Tests (Pg)"
-        },
-        "provisionerId": "aws-provisioner-v1",
-        "workerType": "b2gtest",
-        "payload": {
-          "image": "dklawren/docker-bugzilla:pgsql",
-          "command": ["/runtests.sh"],
-          "env": {
-            "TEST_SUITE": "selenium"
-          },
-          "artifacts": {
-            "public/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"
-            },
-            "public/selenium_log": {
-              "type": "file",
-              "path": "/selenium.log",
-              "expires": "2016-02-17T17:33:38.806Z"
-            }
-          }
-        },
-        "extra": {
-          "treeherder": {
-            "machine": {
-              "platform": "4.0"
-            },
-            "symbol": "Sel-Pg"
-          }
-        }
-      }
-    }
-  ]
-}