7 Commits
Author SHA1 Message Date
zhuwenxingandGitHub 92a7e3363a enhance: remove unused GitHub workflows (#49571)
#### What this PR does / why we need it:

Remove unused GitHub workflow files that are either disabled or related
to legacy chaos/deploy automation, and clean up README links that
pointed to removed workflows.

Removed workflows:
- `.github/workflows/delete_comments.yaml`
- `.github/workflows/deploy-test.yaml`
- `.github/workflows/io-latency-chaos-test.yaml`
- `.github/workflows/mem-stress-chaos-test.yaml`
- `.github/workflows/network-latency-chaos-test.yaml`
- `.github/workflows/network-partition-chaos-test.yaml`
- `.github/workflows/pod-failure-chaos-test.yaml`
- `.github/workflows/pod-kill-chaos-test-kafka-version.yaml`
- `.github/workflows/pod-kill-chaos-test.yaml`
- `.github/workflows/simd-compatibility-test.yaml`

#### Which issue(s) this PR fixes:

issue: #49574

#### Special notes for your reviewer:

This is a GitHub Actions cleanup only. The removed workflow file names
no longer have references under `.github` or `tests`.

#### Verification:

- `git diff --check`
- `rg -n
"delete_comments|deploy-test\.yaml|io-latency-chaos-test|mem-stress-chaos-test|network-latency-chaos-test|network-partition-chaos-test|pod-failure-chaos-test|pod-kill-chaos-test|simd-compatibility-test"
.github tests` returned no matches

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2026-05-08 17:38:08 +08:00
yellow-shineandGitHub 241c71fdde enhance: use docker compose instead of docker-compose (#35208)
https://github.com/milvus-io/milvus/issues/35209

---------

Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
2024-08-02 19:32:32 +08:00
yanliang567andGitHub fcbd3a7b13 [skip e2e]Update test description (#14845)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2022-01-05 14:33:25 +08:00
zhuwenxingandGitHub 3a323a0483 [skip ci]Update readme for deploy test (#10615)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-10-25 22:34:20 +08:00
zhuwenxingandGitHub 78bdbf32e5 [skip ci]Update readme for deploy test (#9424)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-10-07 21:22:43 +08:00
zhuwenxingandGitHub db9074ab24 Add README for deploy test (#7837)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-09-13 20:10:57 +08:00
zhuwenxingandGitHub 4783f5bcbc Add scripts to test deployment by docker-compose (#7448)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-09-03 17:15:51 +08:00