summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whalen <ian@mongodb.com>2019-07-30 10:40:19 -0400
committerIan Whalen <ian@mongodb.com>2019-07-30 13:45:08 -0400
commit914ad6d41fa5a5e79d602216b5aac2cedb60a26a (patch)
tree08f7a4225acef21b190c51f91a48fac16cae62f7
parentf00c50b874953f879ad9b642b7d7b2892eb78429 (diff)
downloadmongo-914ad6d41fa5a5e79d602216b5aac2cedb60a26a.tar.gz
SERVER-39928 Stop testing with Python 2.6 in drivers nightly
-rw-r--r--etc/drivers_nightly.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/drivers_nightly.yml b/etc/drivers_nightly.yml
index 4b5f2dbda12..c0d6f6abac6 100644
--- a/etc/drivers_nightly.yml
+++ b/etc/drivers_nightly.yml
@@ -579,12 +579,6 @@ axes:
- id: python-linux
display_name: "Python"
values:
- - id: "2.6"
- display_name: "Python 2.6"
- variables:
- PYTHON_BINARY: "/opt/python/2.6/bin/python"
- DRIVER_WORKING_DIRECTORY: "mongo-python-driver"
- DRIVER_TEST_UPLOAD_DIRECTORY: "src/mongo-python-driver/xunit-results/TEST-*.xml"
- id: "2.7"
display_name: "Python 2.7"
variables:
@@ -688,7 +682,7 @@ buildvariants:
### Python Matrix Linux
- matrix_name: "python-driver-linux"
- matrix_spec: {auth: "*", ssl: "*", os: "rhel62", python-linux: "2.6" }
+ matrix_spec: {auth: "*", ssl: "*", os: "rhel62", python-linux: "2.7" }
display_name: "Python Driver ${os} ${python-linux} ${auth} ${ssl}"
modules: [ "mongo-python-driver", "drivers-evergreen-tools" ]
tasks: