Skip to content

Commit

Permalink
Merge branch 'master' into docs-version-compat-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields authored Nov 29, 2023
2 parents 2c360aa + 6ba4f8a commit 7926910
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 36 deletions.
21 changes: 3 additions & 18 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,6 @@ axes:
- id: "ruby"
display_name: Ruby Version
values:
- id: "ruby-2.6"
display_name: ruby-2.6
variables:
RVM_RUBY: "ruby-2.6"
- id: "ruby-2.7"
display_name: ruby-2.7
variables:
Expand Down Expand Up @@ -690,17 +686,6 @@ buildvariants:
tasks:
- name: "test"

- matrix_name: "ruby-2.6"
matrix_spec:
ruby: ["ruby-2.6"]
driver: ["current"]
topology: ['replica-set']
mongodb-version: ['4.0']
os: rhel80
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
tasks:
- name: "test"

- matrix_name: "driver-upcoming"
matrix_spec:
driver: [master, stable]
Expand All @@ -715,7 +700,7 @@ buildvariants:
- matrix_name: "driver-oldstable"
matrix_spec:
driver: [oldstable, min]
ruby: ["ruby-2.6"]
ruby: ["ruby-2.7"]
mongodb-version: "4.0"
topology: ['replica-set', 'sharded-cluster']
os: rhel80
Expand All @@ -726,7 +711,7 @@ buildvariants:
- matrix_name: "driver-min"
matrix_spec:
driver: [min]
ruby: ["ruby-2.6"]
ruby: ["ruby-2.7"]
mongodb-version: "3.6"
topology: "standalone"
os: rhel80
Expand Down Expand Up @@ -796,7 +781,7 @@ buildvariants:

- matrix_name: "i18n-fallbacks"
matrix_spec:
ruby: "ruby-2.6"
ruby: "ruby-2.7"
driver: ["current"]
mongodb-version: "4.2"
topology: "standalone"
Expand Down
4 changes: 0 additions & 4 deletions .evergreen/config/axes.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ axes:
- id: "ruby"
display_name: Ruby Version
values:
- id: "ruby-2.6"
display_name: ruby-2.6
variables:
RVM_RUBY: "ruby-2.6"
- id: "ruby-2.7"
display_name: ruby-2.7
variables:
Expand Down
17 changes: 3 additions & 14 deletions .evergreen/config/variants.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@ buildvariants:
tasks:
- name: "test"

- matrix_name: "ruby-2.6"
matrix_spec:
ruby: ["ruby-2.6"]
driver: ["current"]
topology: ['replica-set']
mongodb-version: ['4.0']
os: rhel80
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
tasks:
- name: "test"

- matrix_name: "driver-upcoming"
matrix_spec:
driver: [master, stable]
Expand All @@ -90,7 +79,7 @@ buildvariants:
- matrix_name: "driver-oldstable"
matrix_spec:
driver: [oldstable, min]
ruby: ["ruby-2.6"]
ruby: ["ruby-2.7"]
mongodb-version: "4.0"
topology: ['replica-set', 'sharded-cluster']
os: rhel80
Expand All @@ -101,7 +90,7 @@ buildvariants:
- matrix_name: "driver-min"
matrix_spec:
driver: [min]
ruby: ["ruby-2.6"]
ruby: ["ruby-2.7"]
mongodb-version: "3.6"
topology: "standalone"
os: rhel80
Expand Down Expand Up @@ -171,7 +160,7 @@ buildvariants:

- matrix_name: "i18n-fallbacks"
matrix_spec:
ruby: "ruby-2.6"
ruby: "ruby-2.7"
driver: ["current"]
mongodb-version: "4.2"
topology: "standalone"
Expand Down

0 comments on commit 7926910

Please sign in to comment.