]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
remove unused taskcluster config
authorDylan Hardison <dylan@hardison.net>
Sun, 28 Jun 2020 20:45:08 +0000 (16:45 -0400)
committerDylan Hardison <dylan@hardison.net>
Sun, 28 Jun 2020 20:45:08 +0000 (16:45 -0400)
.taskcluster.yml [deleted file]

diff --git a/.taskcluster.yml b/.taskcluster.yml
deleted file mode 100644 (file)
index 7e2f3c5..0000000
+++ /dev/null
@@ -1,168 +0,0 @@
-version: 0
-metadata:
-  name: "BMO CI Tests"
-  description: "A suite of tests to check the quality of the BMO codebase."
-  owner: "bugzilla-admin@mozilla.org"
-  source: "{{ event.head.repo.url }}"
-tasks:
-  - provisionerId: "{{ taskcluster.docker.provisionerId }}"
-    workerType: "{{ taskcluster.docker.workerType }}"
-    routes:
-      - "notify.email.bugzilla-admin@mozilla.org.on-failed"
-      - "notify.email.bugzilla-admin@mozilla.org.on-exception"
-      - "notify.irc-channel.#bteam.on-failed"
-      - "notify.irc-channel.#bteam.on-exception"
-      - "tc-treeherder.v2.mozilla-bteam/bmo-master.{{ event.head.sha }}"
-    extra:
-      github:
-        env: true
-        events:
-          - push
-      treeherder:
-        symbol: "San"
-        machine:
-          platform: "linux64"
-          build:
-            platform: "linux64"
-    payload:
-      maxRunTime: 3600
-      image: "mozillabteam/bmo-ci"
-      command:
-        - "runtests.sh"
-      env:
-        TEST_SUITE: "sanity"
-      artifacts:
-        public/runtests_log:
-          type: "file"
-          path: "/var/log/runtests.log"
-      onExitStatus:
-        retry:
-          - 1
-    metadata:
-      name: "Basic Sanity Tests"
-      description: "Basic Sanity Tests"
-      owner: "bugzilla-admin@mozilla.org"
-      source: "{{ event.head.repo.url }}"
-  - provisionerId: "{{ taskcluster.docker.provisionerId }}"
-    workerType: "{{ taskcluster.docker.workerType }}"
-    routes:
-      - "notify.email.bugzilla-admin@mozilla.org.on-failed"
-      - "notify.email.bugzilla-admin@mozilla.org.on-exception"
-      - "notify.irc-channel.#bteam.on-failed"
-      - "notify.irc-channel.#bteam.on-exception"
-      - "tc-treeherder.v2.mozilla-bteam/bmo-master.{{ event.head.sha }}"
-    extra:
-      github:
-        env: true
-        events:
-          - push
-      treeherder:
-        symbol: "Doc"
-        machine:
-          platform: "linux64"
-          build:
-            platform: "linux64"
-    payload:
-      maxRunTime: 3600
-      image: "mozillabteam/bmo-ci"
-      command:
-        - "runtests.sh"
-      env:
-        TEST_SUITE: "docs"
-      artifacts:
-        public/runtests_log:
-          type: "file"
-          path: "/var/log/runtests.log"
-      onExitStatus:
-        retry:
-          - 1
-    metadata:
-      name: "Documentation Build Test"
-      description: "Documentation Build Test"
-      owner: "bugzilla-admin@mozilla.org"
-      source: "{{ event.head.repo.url }}"
-  - provisionerId: "{{ taskcluster.docker.provisionerId }}"
-    workerType: "{{ taskcluster.docker.workerType }}"
-    routes:
-      - "notify.email.bugzilla-admin@mozilla.org.on-failed"
-      - "notify.email.bugzilla-admin@mozilla.org.on-exception"
-      - "notify.irc-channel.#bteam.on-failed"
-      - "notify.irc-channel.#bteam.on-exception"
-      - "tc-treeherder.v2.mozilla-bteam/bmo-master.{{ event.head.sha }}"
-    extra:
-      github:
-        env: true
-        events:
-          - push
-      treeherder:
-        symbol: "API"
-        machine:
-          platform: "linux64"
-          build:
-            platform: "linux64"
-    payload:
-      maxRunTime: 3600
-      image: "mozillabteam/bmo-ci"
-      command:
-        - "runtests.sh"
-      env:
-        TEST_SUITE: "webservices"
-      artifacts:
-        public/runtests_log:
-          type: "file"
-          path: "/var/log/runtests.log"
-        public/httpd_error_log:
-          type: "file"
-          path: "/var/log/httpd/error_log"
-      onExitStatus:
-        retry:
-          - 1
-    metadata:
-      name: "WebService API Tests"
-      description: "WebService API Tests"
-      owner: "bugzilla-admin@mozilla.org"
-      source: "{{ event.head.repo.url }}"
-  - provisionerId: "{{ taskcluster.docker.provisionerId }}"
-    workerType: "{{ taskcluster.docker.workerType }}"
-    routes:
-      - "notify.email.bugzilla-admin@mozilla.org.on-failed"
-      - "notify.email.bugzilla-admin@mozilla.org.on-exception"
-      - "notify.irc-channel.#bteam.on-failed"
-      - "notify.irc-channel.#bteam.on-exception"
-      - "tc-treeherder.v2.mozilla-bteam/bmo-master.{{ event.head.sha }}"
-    extra:
-      github:
-        env: true
-        events:
-          - push
-      treeherder:
-        symbol: "Sel"
-        machine:
-          platform: "linux64"
-          build:
-            platform: "linux64"
-    payload:
-      maxRunTime: 3600
-      image: "mozillabteam/bmo-ci"
-      command:
-        - "runtests.sh"
-      env:
-        TEST_SUITE: "selenium"
-      artifacts:
-        public/runtests_log:
-          type: "file"
-          path: "/var/log/runtests.log"
-        public/httpd_error_log:
-          type: "file"
-          path: "/var/log/httpd/error_log"
-        public/selenium_log":
-          type: "file"
-          path: "/selenium.log"
-      onExitStatus:
-        retry:
-          - 1
-    metadata:
-      name: "Selenium Tests"
-      description: "Selenium Tests"
-      owner: "bugzilla-admin@mozilla.org"
-      source: "{{ event.head.repo.url }}"