Skip to content

Commit 5ac0fb6

Browse files
committed
Remove broken CI testing of 2.6-3.4
1 parent d08b993 commit 5ac0fb6

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

.evergreen/.evg.yml

+5-24
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,6 @@ functions:
346346
347347
# Anchors
348348

349-
hosts: &hosts
350-
- rhel70-small
351-
352349
pre:
353350
- func: "fetch source"
354351
- func: "prepare resources"
@@ -460,28 +457,12 @@ axes:
460457
display_name: "3.6"
461458
variables:
462459
VERSION: "3.6"
463-
- id: "3.4"
464-
display_name: "3.4"
465-
variables:
466-
VERSION: "3.4"
467-
- id: "3.2"
468-
display_name: "3.2"
469-
variables:
470-
VERSION: "3.2"
471-
- id: "3.0"
472-
display_name: "3.0"
473-
variables:
474-
VERSION: "3.0"
475-
- id: "2.6"
476-
display_name: "2.6"
477-
variables:
478-
VERSION: "2.6"
479460
- id: os
480461
display_name: OS
481462
values:
482463
- id: "linux"
483464
display_name: "Linux"
484-
run_on: *hosts
465+
run_on: rhel70-small
485466
- id: "ubuntu"
486467
display_name: "Ubuntu 18.04"
487468
run_on: ubuntu1804-test
@@ -576,7 +557,7 @@ buildvariants:
576557
# Test packaging and other release related routines
577558
- name: static-checks
578559
display_name: "Static Checks"
579-
run_on: *hosts
560+
run_on: rhel70-small
580561
tasks:
581562
- name: "static-analysis"
582563

@@ -588,7 +569,7 @@ buildvariants:
588569
- name: "test"
589570

590571
- matrix_name: "tests-snappy-compression"
591-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "linux" }
572+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.6", "4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "linux" }
592573
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
593574
tags: ["tests-variant"]
594575
tasks:
@@ -675,13 +656,13 @@ buildvariants:
675656

676657
- name: plain-auth-test
677658
display_name: "PLAIN (LDAP) Auth test"
678-
run_on: *hosts
659+
run_on: rhel70-small
679660
tasks:
680661
- name: "plain-auth-test"
681662

682663
- name: atlas-test
683664
display_name: "Atlas test"
684-
run_on: *hosts
665+
run_on: rhel70-small
685666
tasks:
686667
- name: "atlas-test"
687668

0 commit comments

Comments
 (0)