mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-02-06 10:57:17 +00:00
ci(test): Relax cleanup test regex a bit (#1119)
This commit is contained in:
parent
78a5c3cb87
commit
6f0b91f285
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -63,5 +63,5 @@ jobs:
|
||||
- name: Inspect failure
|
||||
if: failure()
|
||||
run: |
|
||||
docker-compose ps
|
||||
docker-compose logs
|
||||
docker compose ps
|
||||
docker compose logs
|
||||
|
||||
@ -118,7 +118,7 @@ done
|
||||
echo "${_endgroup}"
|
||||
|
||||
echo "${_group}Ensure cleanup crons are working ..."
|
||||
$dc ps | grep -q -E "\-cleanup\s+running\s+|\-cleanup_.+\s+Up\s+"
|
||||
$dc ps | grep -q -E -e '\-cleanup\s+running\s+' -e '\-cleanup[_-].+\s+Up\s+'
|
||||
echo "${_endgroup}"
|
||||
|
||||
echo "${_group}Test custom CAs work ..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user