mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix chaos yaml name in github action (#11065)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/11070/head
parent
6d5755998b
commit
cf5e64ebfa
|
@ -83,7 +83,7 @@ jobs:
|
|||
run: |
|
||||
# replace chaos object
|
||||
sed -i "s/TESTS_CONFIG_LOCATION =.*/TESTS_CONFIG_LOCATION = \'chaos_objects\/pod_kill\/'/g" constants.py
|
||||
sed -i "s/ALL_CHAOS_YAMLS =.*/ALL_CHAOS_YAMLS = \'chaos_${{ matrix.pod }}_podkill.yaml\'/g" constants.py
|
||||
sed -i "s/ALL_CHAOS_YAMLS =.*/ALL_CHAOS_YAMLS = \'chaos_${{ matrix.pod }}_pod_kill.yaml\'/g" constants.py
|
||||
cat constants.py
|
||||
pytest -s -v test_chaos.py --host 127.0.0.1 || echo "chaos test failed"
|
||||
|
||||
|
|
Loading…
Reference in New Issue