Skip to content

Commit

Permalink
more test reconfiguring
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Nov 22, 2024
1 parent 786734e commit 9189f9d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 38 deletions.
29 changes: 10 additions & 19 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -625,24 +625,13 @@ buildvariants:
tasks:
- name: "test"

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

- matrix_name: "jruby"
matrix_spec:
jruby: ["jruby-9.3"]
driver: ["current"]
topology: ['replica-set', 'sharded-cluster']
mongodb-version: '5.0'
os: rhel80
os: ubuntu-22.04
display_name: "${jruby}, ${driver}, ${mongodb-version}, ${topology}"
tasks:
- name: "test"
Expand Down Expand Up @@ -720,31 +709,32 @@ buildvariants:
ruby: ["ruby-2.7"]
mongodb-version: "5.0"
topology: "standalone"
os: rhel80
os: ubuntu-20.04
toolchain: 2024-09-06
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
tasks:
- name: "test"

- matrix_name: "bson-master"
matrix_spec:
driver: [bson-master]
ruby: ["ruby-3.0"]
ruby: ["ruby-3.1"]
mongodb-version: "5.0"
topology: "standalone"
os: rhel80
os: ubuntu-22.04
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
tasks:
- name: "test"


- matrix_name: "rails-6"
matrix_spec:
ruby: ["ruby-3.0"]
ruby: ["ruby-3.1"]
driver: ["current"]
mongodb-version: "6.0"
topology: "standalone"
rails: ['6.0', '6.1']
os: rhel80
os: ubuntu-22.04
display_name: "${rails}, ${driver}, ${mongodb-version}"
tasks:
- name: "test"
Expand Down Expand Up @@ -775,13 +765,14 @@ buildvariants:

- matrix_name: "i18n-fallbacks"
matrix_spec:
ruby: "ruby-2.6"
ruby: "ruby-2.7"
driver: ["current"]
mongodb-version: "4.2"
topology: "standalone"
i18n: '*'
test-i18n-fallbacks: yes
os: rhel80
os: ubuntu-20.04
toolchain: 2024-09-06
display_name: "i18n fallbacks ${rails}, ${driver}, ${mongodb-version}, ${i18n}"
tasks:
- name: "test"
Expand Down
29 changes: 10 additions & 19 deletions .evergreen/config/variants.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,13 @@ buildvariants:
tasks:
- name: "test"

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

- matrix_name: "jruby"
matrix_spec:
jruby: ["jruby-9.3"]
driver: ["current"]
topology: ['replica-set', 'sharded-cluster']
mongodb-version: '5.0'
os: rhel80
os: ubuntu-22.04
display_name: "${jruby}, ${driver}, ${mongodb-version}, ${topology}"
tasks:
- name: "test"
Expand Down Expand Up @@ -116,31 +105,32 @@ buildvariants:
ruby: ["ruby-2.7"]
mongodb-version: "5.0"
topology: "standalone"
os: rhel80
os: ubuntu-20.04
toolchain: 2024-09-06
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
tasks:
- name: "test"

- matrix_name: "bson-master"
matrix_spec:
driver: [bson-master]
ruby: ["ruby-3.0"]
ruby: ["ruby-3.1"]
mongodb-version: "5.0"
topology: "standalone"
os: rhel80
os: ubuntu-22.04
display_name: "${ruby}, ${driver}, ${mongodb-version}, ${topology}"
tasks:
- name: "test"


- matrix_name: "rails-6"
matrix_spec:
ruby: ["ruby-3.0"]
ruby: ["ruby-3.1"]
driver: ["current"]
mongodb-version: "6.0"
topology: "standalone"
rails: ['6.0', '6.1']
os: rhel80
os: ubuntu-22.04
display_name: "${rails}, ${driver}, ${mongodb-version}"
tasks:
- name: "test"
Expand Down Expand Up @@ -171,13 +161,14 @@ buildvariants:

- matrix_name: "i18n-fallbacks"
matrix_spec:
ruby: "ruby-2.6"
ruby: "ruby-2.7"
driver: ["current"]
mongodb-version: "4.2"
topology: "standalone"
i18n: '*'
test-i18n-fallbacks: yes
os: rhel80
os: ubuntu-20.04
toolchain: 2024-09-06
display_name: "i18n fallbacks ${rails}, ${driver}, ${mongodb-version}, ${i18n}"
tasks:
- name: "test"
Expand Down

0 comments on commit 9189f9d

Please sign in to comment.