summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValeri Karpov <valeri.karpov@10gen.com>2014-10-30 13:48:07 -0400
committerValeri Karpov <valeri.karpov@10gen.com>2014-11-04 16:04:20 -0500
commitce7cc97d7316c3954851a53fa3782f92d403383b (patch)
treee67894cc95509d24916a979adb632e8f49de5fa8
parent12ef68dbd4421e015451ec8fc2ec00c15dca3dbb (diff)
downloadmongo-ce7cc97d7316c3954851a53fa3782f92d403383b.tar.gz
TOOLS-276 remove commented out auth suite
Former-commit-id: 7c65977e949b785bb9ddf853f5f05477a7da5fda
-rw-r--r--common.yml45
1 files changed, 0 insertions, 45 deletions
diff --git a/common.yml b/common.yml
index a2896fd097e..de1ee0882fd 100644
--- a/common.yml
+++ b/common.yml
@@ -433,51 +433,6 @@ post:
tasks:
-#- name: auth
-# commands:
-# - command: git.get_project
-# params:
-# directory: src
-# - func: "setup go env"
-# - func: "download mongod"
-# - func: "run mongod test"
-# vars:
-# package: "common/db"
-# types: "auth"
-# - func: "generate coverage html + text"
-# - func: "upload coverage report"
-# - func: "upload coverage report"
-# vars:
-# format: "html"
-# content_type: "text/html"
-# - func: "attach coverage reports"
-#
-#- name: ssl
-# commands:
-# - command: git.get_project
-# params:
-# directory: src
-# - func: "setup go env"
-# - func: "download mongod"
-# - command: expansions.update
-# params:
-# updates:
-# - key: "package"
-# value: "common/db/openssl"
-# - key: "types"
-# value: "ssl"
-# - key: "port"
-# value: "20000"
-# - func: "run mongod test"
-# - command: expansions.update
-# params:
-# updates:
-# - key: "types"
-# value: "ssl_auth"
-# - key: "mongod_extra_options"
-# value: "--sslMode requireSSL --sslCAFile src/src/github.com/mongodb/mongo-tools/common/db/openssl/testdata/ca.pem --sslPEMKeyFile src/src/github.com/mongodb/mongo-tools/common/db/openssl/testdata/server.pem --auth"
-# - func: "run mongod test"
-#
- name: bsonutil
commands:
- command: git.get_project