diff options
author | Tim Taubert <ttaubert@mozilla.com> | 2016-09-12 11:02:28 -0700 |
---|---|---|
committer | Tim Taubert <ttaubert@mozilla.com> | 2016-09-12 11:02:28 -0700 |
commit | 42b6c9e5bc50508cc0c7d2b38a81b8734a6684e5 (patch) | |
tree | 680984400d04f2c72cede29896af51a2f8298ecf /automation/taskcluster/graph/linux/build64-debug.yml | |
parent | 10d4b3330eb5b4c014bc7d0520bdd750cccb93e1 (diff) | |
download | nss-hg-42b6c9e5bc50508cc0c7d2b38a81b8734a6684e5.tar.gz |
Bug 1301374 - Rewrite decision task to use imperative style r=me,npotb
Diffstat (limited to 'automation/taskcluster/graph/linux/build64-debug.yml')
-rw-r--r-- | automation/taskcluster/graph/linux/build64-debug.yml | 146 |
1 files changed, 0 insertions, 146 deletions
diff --git a/automation/taskcluster/graph/linux/build64-debug.yml b/automation/taskcluster/graph/linux/build64-debug.yml deleted file mode 100644 index 197727bb3..000000000 --- a/automation/taskcluster/graph/linux/build64-debug.yml +++ /dev/null @@ -1,146 +0,0 @@ ---- -- task: - metadata: - name: "Linux 64 (debug)" - description: "Linux 64 (debug)" - - payload: - env: - USE_64: 1 - - extra: - treeherder: - build: - platform: linux64 - machine: - platform: linux64 - collection: - debug: true - - tests: - - chains - - cipher - - crmf - - db - - ec - - fips - - gtests - - lowhash - - merge - - sdr - - smime - - ssl - - tools - -- task: - metadata: - name: "Linux 64 (debug, clang-3.8)" - description: "Linux 64 (debug, clang-3.8)" - - payload: - env: - GCC_VERSION: clang - GXX_VERSION: clang++ - USE_64: 1 - - extra: - treeherder: - build: - platform: linux64 - machine: - platform: linux64 - collection: - debug: true - groupSymbol: Builds - groupName: Various builds - symbol: clang-3.8 - -- task: - metadata: - name: "Linux 64 (debug, gcc-4.8)" - description: "Linux 64 (debug, gcc-4.8)" - - payload: - env: - GCC_VERSION: gcc-4.8 - GXX_VERSION: g++-4.8 - USE_64: 1 - - extra: - treeherder: - build: - platform: linux64 - machine: - platform: linux64 - collection: - debug: true - groupSymbol: Builds - groupName: Various builds - symbol: gcc-4.8 - -- task: - metadata: - name: "Linux 64 (debug, gcc-6.1)" - description: "Linux 64 (debug, gcc-6.1)" - - payload: - env: - GCC_VERSION: gcc-6 - GXX_VERSION: g++-6 - USE_64: 1 - - extra: - treeherder: - build: - platform: linux64 - machine: - platform: linux64 - collection: - debug: true - groupSymbol: Builds - groupName: Various builds - symbol: gcc-6.1 - -- task: - metadata: - name: "Linux 64 (debug, NSS_NO_PKCS11_BYPASS=1)" - description: "Linux 64 (debug, NSS_NO_PKCS11_BYPASS=1)" - - payload: - env: - NSS_NO_PKCS11_BYPASS: 1 - USE_64: 1 - - extra: - treeherder: - build: - platform: linux64 - machine: - platform: linux64 - collection: - debug: true - groupSymbol: Builds - groupName: Various builds - symbol: noPkcs11Bypass - -- task: - metadata: - name: "Linux 64 (debug, NSS_DISABLE_LIBPKIX=1)" - description: "Linux 64 (debug, NSS_DISABLE_LIBPKIX=1)" - - payload: - env: - NSS_DISABLE_LIBPKIX: 1 - USE_64: 1 - - extra: - treeherder: - build: - platform: linux64 - machine: - platform: linux64 - collection: - debug: true - groupSymbol: Builds - groupName: Various builds - symbol: noLibpkix |