Compare commits

..

1 Commits

Author SHA1 Message Date
16b8fe9d56 [P] Add general smoke test and Store incremental test
Some checks failed
Component testing / Hub testing (push) Successful in 23s
Component testing / Store testing (push) Successful in 20s
Component testing / Integration smoke testing (push) Failing after 1m23s
2026-03-23 17:47:42 +02:00
3 changed files with 4 additions and 20 deletions

View File

@@ -1,16 +0,0 @@
name: Reset docker state
on: workflow_dispatch
jobs:
reset:
runs-on: host-arch-x86_64
name: Reset docker state
steps:
- name: Stop all containers
run: docker stop $(docker ps -a | cut -d " " -f 1 | tail -n +2)
- name: Remove all containers
run: docker rm $(docker ps -a | cut -d " " -f 1 | tail -n +2)
- name: Remove extra volumes
run: docker volume rm road_vision_postgres_data road_vision_pgadmin-data

View File

@@ -50,9 +50,9 @@ jobs:
- name: Clone repository
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
- name: Build all production containers
working-directory: IoT-Systems
run: docker-compose build
#- name: Build all production containers
#working-directory: IoT-Systems
#run: docker-compose build
- name: Start all production containers
working-directory: IoT-Systems

View File

@@ -16,4 +16,4 @@ for i in statuses:
print(f"Crash detected in {service_name}")
exit_code = 1
sys.exit(exit_code)
sys.exit(1)