|
| 1 | +axes: |
| 2 | + - id: "mongodb-version" |
| 3 | + display_name: MongoDB Version |
| 4 | + values: |
| 5 | + - id: "8.0" |
| 6 | + display_name: "MongoDB 8.0" |
| 7 | + variables: |
| 8 | + VERSION: "8.0" |
| 9 | + - id: "7.0" |
| 10 | + display_name: "MongoDB 7.0" |
| 11 | + variables: |
| 12 | + VERSION: "7.0" |
| 13 | + - id: "6.0" |
| 14 | + display_name: "MongoDB 6.0" |
| 15 | + variables: |
| 16 | + VERSION: "6.0" |
| 17 | + - id: "5.3" |
| 18 | + display_name: "MongoDB 5.3" |
| 19 | + variables: |
| 20 | + VERSION: "5.3" |
| 21 | + - id: "5.0" |
| 22 | + display_name: "MongoDB 5.0" |
| 23 | + variables: |
| 24 | + VERSION: "5.0" |
| 25 | + - id: "4.4" |
| 26 | + display_name: "MongoDB 4.4" |
| 27 | + variables: |
| 28 | + VERSION: "4.4" |
| 29 | + - id: "4.2" |
| 30 | + display_name: "MongoDB 4.2" |
| 31 | + variables: |
| 32 | + VERSION: "4.2" |
| 33 | + - id: "4.0" |
| 34 | + display_name: "MongoDB 4.0" |
| 35 | + variables: |
| 36 | + VERSION: "4.0" |
| 37 | + - id: "3.6" |
| 38 | + display_name: "MongoDB 3.6" |
| 39 | + variables: |
| 40 | + VERSION: "3.6" |
| 41 | + |
| 42 | + - id: "topology" |
| 43 | + display_name: Topology |
| 44 | + values: |
| 45 | + - id: "standalone" |
| 46 | + display_name: Standalone |
| 47 | + variables: |
| 48 | + TOPOLOGY: "standalone" |
| 49 | + - id: "replica-set" |
| 50 | + display_name: Replica Set |
| 51 | + variables: |
| 52 | + TOPOLOGY: "replica-set" |
| 53 | + - id: "sharded-cluster" |
| 54 | + display_name: Sharded Cluster |
| 55 | + variables: |
| 56 | + TOPOLOGY: "sharded-cluster" |
| 57 | + - id: "load-balanced" |
| 58 | + display_name: Load Balanced |
| 59 | + variables: |
| 60 | + TOPOLOGY: "load-balanced" |
| 61 | + |
| 62 | + - id: "auth" |
| 63 | + display_name: Authentication |
| 64 | + values: |
| 65 | + - id: "auth" |
| 66 | + display_name: Auth |
| 67 | + variables: |
| 68 | + AUTH: "auth" |
| 69 | + - id: "noauth" |
| 70 | + display_name: NoAuth |
| 71 | + variables: |
| 72 | + AUTH: "noauth" |
| 73 | + |
| 74 | + - id: "ssl" |
| 75 | + display_name: SSL |
| 76 | + values: |
| 77 | + - id: "ssl" |
| 78 | + display_name: SSL |
| 79 | + variables: |
| 80 | + SSL: "ssl" |
| 81 | + - id: "nossl" |
| 82 | + display_name: NoSSL |
| 83 | + variables: |
| 84 | + SSL: "nossl" |
| 85 | + |
| 86 | + - id: "ruby" |
| 87 | + display_name: Ruby Version |
| 88 | + values: |
| 89 | + - id: "ruby-2.7" |
| 90 | + display_name: ruby-2.7 |
| 91 | + variables: |
| 92 | + RVM_RUBY: "ruby-2.7" |
| 93 | + - id: "ruby-3.0" |
| 94 | + display_name: ruby-3.0 |
| 95 | + variables: |
| 96 | + RVM_RUBY: "ruby-3.0" |
| 97 | + - id: "ruby-3.1" |
| 98 | + display_name: ruby-3.1 |
| 99 | + variables: |
| 100 | + RVM_RUBY: "ruby-3.1" |
| 101 | + |
| 102 | + - id: "jruby" |
| 103 | + display_name: JRuby Version |
| 104 | + values: |
| 105 | + - id: "jruby-9.3" |
| 106 | + display_name: jruby-9.3 |
| 107 | + variables: |
| 108 | + RVM_RUBY: "jruby-9.3" |
| 109 | + |
| 110 | + - id: "os" |
| 111 | + display_name: OS |
| 112 | + values: |
| 113 | + - id: ubuntu-20.04 |
| 114 | + display_name: "Ubuntu 20.04" |
| 115 | + run_on: ubuntu2004-small |
| 116 | + variables: |
| 117 | + DOCKER_DISTRO: ubuntu2004 |
| 118 | + |
| 119 | + - id: "driver" |
| 120 | + display_name: Driver Version |
| 121 | + values: |
| 122 | + - id: current |
| 123 | + display_name: "Driver-current" |
| 124 | + variables: |
| 125 | + DRIVER: "current" |
| 126 | + - id: master |
| 127 | + display_name: "Driver-master" |
| 128 | + variables: |
| 129 | + DRIVER: "master" |
| 130 | + - id: master-jruby |
| 131 | + display_name: "Driver-master (JRuby)" |
| 132 | + variables: |
| 133 | + DRIVER: "master-jruby" |
| 134 | + - id: stable |
| 135 | + display_name: "Driver-stable" |
| 136 | + variables: |
| 137 | + DRIVER: "stable" |
| 138 | + - id: stable-jruby |
| 139 | + display_name: "Driver-stable (JRuby)" |
| 140 | + variables: |
| 141 | + DRIVER: "stable-jruby" |
| 142 | + - id: oldstable |
| 143 | + display_name: "Driver-oldstable" |
| 144 | + variables: |
| 145 | + DRIVER: "oldstable" |
| 146 | + - id: oldstable-jruby |
| 147 | + display_name: "Driver-oldstable (JRuby)" |
| 148 | + variables: |
| 149 | + DRIVER: "oldstable-jruby" |
| 150 | + - id: min |
| 151 | + display_name: "Driver-min" |
| 152 | + variables: |
| 153 | + DRIVER: "min" |
| 154 | + - id: min-jruby |
| 155 | + display_name: "Driver-min (JRuby)" |
| 156 | + variables: |
| 157 | + DRIVER: "min-jruby" |
| 158 | + - id: bson-min |
| 159 | + display_name: "BSON-min" |
| 160 | + variables: |
| 161 | + DRIVER: "bson-min" |
| 162 | + - id: bson-master |
| 163 | + display_name: "BSON-master" |
| 164 | + variables: |
| 165 | + DRIVER: "bson-master" |
| 166 | + |
| 167 | + - id: "rails" |
| 168 | + display_name: Rails Version |
| 169 | + values: |
| 170 | + - id: "6.0" |
| 171 | + display_name: "Rails 6.0" |
| 172 | + variables: |
| 173 | + RAILS: "6.0" |
| 174 | + - id: "6.1" |
| 175 | + display_name: "Rails 6.1" |
| 176 | + variables: |
| 177 | + RAILS: "6.1" |
| 178 | + - id: "7.0" |
| 179 | + display_name: "Rails 7.0" |
| 180 | + variables: |
| 181 | + RAILS: "7.0" |
| 182 | + |
| 183 | + - id: "test-i18n-fallbacks" |
| 184 | + display_name: Test i18n fallbacks |
| 185 | + values: |
| 186 | + - id: yes |
| 187 | + display_name: "i18n-fallbacks" |
| 188 | + variables: |
| 189 | + TEST_I18N_FALLBACKS: yes |
0 commit comments