Skip to content

Commit 108aaa6

Browse files
Merge pull request #70 from Bit-Quill/integ-remove-opendistro-integ-tests
Remove OpenDistro integration tests
2 parents bdef0c6 + feeac98 commit 108aaa6

File tree

1 file changed

+3
-37
lines changed

1 file changed

+3
-37
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
name: Integration OpenSearch
88
runs-on: ubuntu-latest
99
env:
10-
cluster: opensearch
1110
plugins-directory: /tmp/opensearch-plugins
1211
strategy:
1312
fail-fast: false
@@ -52,44 +51,11 @@ jobs:
5251
${{ runner.os }}-nuget-
5352
- run: dotnet nuget locals all --clear
5453
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
5756
- name: Upload test report
5857
if: failure()
5958
uses: actions/upload-artifact@v3
6059
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 }}
9561
path: build/output/*

0 commit comments

Comments
 (0)