|
7 | 7 | name: Integration OpenSearch
|
8 | 8 | runs-on: ubuntu-latest
|
9 | 9 | env:
|
10 |
| - cluster: opensearch |
11 | 10 | plugins-directory: /tmp/opensearch-plugins
|
12 | 11 | strategy:
|
13 | 12 | fail-fast: false
|
@@ -52,44 +51,11 @@ jobs:
|
52 | 51 | ${{ runner.os }}-nuget-
|
53 | 52 | - run: dotnet nuget locals all --clear
|
54 | 53 | name: Clear nuget cache
|
55 |
| - - run: "./build.sh integrate ${{ env.cluster }}-${{ matrix.version }} readonly,writable random:test_only_one --report" |
56 |
| - name: ${{ env.cluster }} Integration Tests |
| 54 | + - run: "./build.sh integrate ${{ matrix.version }} readonly,writable random:test_only_one --report" |
| 55 | + name: Integration Tests |
57 | 56 | - name: Upload test report
|
58 | 57 | if: failure()
|
59 | 58 | uses: actions/upload-artifact@v3
|
60 | 59 | with:
|
61 |
| - name: report-${{ matrix.cluster }}-${{ matrix.version }} |
62 |
| - path: build/output/* |
63 |
| - |
64 |
| - integration-opendistro: |
65 |
| - name: Integration OpenDistro |
66 |
| - runs-on: ubuntu-latest |
67 |
| - env: |
68 |
| - cluster: opendistro |
69 |
| - strategy: |
70 |
| - fail-fast: false |
71 |
| - matrix: |
72 |
| - version: [1.13.3, 1.13.2, 1.13.1, 1.13.0] |
73 |
| - |
74 |
| - steps: |
75 |
| - - name: Checkout |
76 |
| - uses: actions/checkout@v2 |
77 |
| - - uses: actions/setup-dotnet@v1 |
78 |
| - with: |
79 |
| - dotnet-version: '5.0.405' |
80 |
| - - uses: actions/cache@v2 |
81 |
| - with: |
82 |
| - path: ~/.nuget/packages |
83 |
| - key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} |
84 |
| - restore-keys: | |
85 |
| - ${{ runner.os }}-nuget- |
86 |
| - - run: dotnet nuget locals all --clear |
87 |
| - name: Clear nuget cache |
88 |
| - - run: "./build.sh integrate ${{ env.cluster }}-${{ matrix.version }} readonly,writable random:test_only_one --report" |
89 |
| - name: ${{ env.cluster }} Integration Tests |
90 |
| - - name: Upload test report |
91 |
| - if: failure() |
92 |
| - uses: actions/upload-artifact@v3 |
93 |
| - with: |
94 |
| - name: report-${{ matrix.cluster }}-${{ matrix.version }} |
| 60 | + name: report-${{ matrix.version }} |
95 | 61 | path: build/output/*
|
0 commit comments