mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
add ILM + site-replication tests (#19554)
This commit is contained in:
6
.github/workflows/replication.yaml
vendored
6
.github/workflows/replication.yaml
vendored
@@ -36,6 +36,12 @@ jobs:
|
||||
sudo sysctl net.ipv6.conf.default.disable_ipv6=0
|
||||
make test-decom
|
||||
|
||||
- name: Test ILM
|
||||
run: |
|
||||
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||
sudo sysctl net.ipv6.conf.default.disable_ipv6=0
|
||||
make test-ilm
|
||||
|
||||
- name: Test Config File
|
||||
run: |
|
||||
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||
|
||||
Reference in New Issue
Block a user