Skip to content

Commit 8fbcb83

Browse files
.github; experiment with self-hosted env for milvus itests
1 parent 2ca8382 commit 8fbcb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/milvus_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
milvus-tests:
1616
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
17-
runs-on: ubuntu-latest
17+
runs-on: [self-hosted, ubuntu-20.04, highmem22]
1818
timeout-minutes: 240
1919
strategy:
2020
fail-fast: false

0 commit comments

Comments
 (0)