|
69 | 69 | - ottrace |
70 | 70 | - vitess |
71 | 71 | - xray |
| 72 | + - google_cloud_trace_context |
72 | 73 | os: |
73 | 74 | - ubuntu-latest |
74 | 75 | name: "propagator-${{ matrix.gem }} / ${{ matrix.os }}" |
@@ -110,6 +111,7 @@ jobs: |
110 | 111 | fail-fast: false |
111 | 112 | matrix: |
112 | 113 | gem: |
| 114 | + - resource-detector-aws |
113 | 115 | - resource-detector-azure |
114 | 116 | - resource-detector-container |
115 | 117 | - resource-detector-google_cloud_platform |
@@ -192,3 +194,46 @@ jobs: |
192 | 194 | with: |
193 | 195 | gem: "opentelemetry-processor-${{ matrix.gem }}" |
194 | 196 | ruby: "jruby-9.4.12.0" |
| 197 | + |
| 198 | + samplers: |
| 199 | + strategy: |
| 200 | + fail-fast: false |
| 201 | + matrix: |
| 202 | + gem: |
| 203 | + - xray |
| 204 | + os: |
| 205 | + - ubuntu-latest |
| 206 | + name: "samplers-${{ matrix.gem }} / ${{ matrix.os }}" |
| 207 | + runs-on: ${{ matrix.os }} |
| 208 | + steps: |
| 209 | + - uses: actions/checkout@v4 |
| 210 | + - name: "Test Ruby 3.4" |
| 211 | + uses: ./.github/actions/test_gem |
| 212 | + with: |
| 213 | + gem: "opentelemetry-sampler-${{ matrix.gem }}" |
| 214 | + ruby: "3.4" |
| 215 | + - name: "Test Ruby 3.3" |
| 216 | + uses: ./.github/actions/test_gem |
| 217 | + with: |
| 218 | + gem: "opentelemetry-sampler-${{ matrix.gem }}" |
| 219 | + ruby: "3.3" |
| 220 | + - name: "Test Ruby 3.2" |
| 221 | + uses: ./.github/actions/test_gem |
| 222 | + with: |
| 223 | + gem: "opentelemetry-sampler-${{ matrix.gem }}" |
| 224 | + ruby: "3.2" |
| 225 | + - name: "Test Ruby 3.1" |
| 226 | + uses: ./.github/actions/test_gem |
| 227 | + with: |
| 228 | + gem: "opentelemetry-sampler-${{ matrix.gem }}" |
| 229 | + ruby: "3.1" |
| 230 | + yard: true |
| 231 | + rubocop: true |
| 232 | + coverage: true |
| 233 | + build: true |
| 234 | + - name: "Test JRuby" |
| 235 | + if: "${{ matrix.os == 'ubuntu-latest' }}" |
| 236 | + uses: ./.github/actions/test_gem |
| 237 | + with: |
| 238 | + gem: "opentelemetry-sampler-${{ matrix.gem }}" |
| 239 | + ruby: "jruby-9.4.12.0" |
0 commit comments