Skip to content

Commit

Permalink
ci: fail opi-test if any specific tests fail
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Aug 10, 2023
1 parent a3eccaf commit 221ac8a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
condition: service_healthy
command: inventory get --addr opi-smbios-server:50051

opi-test:
opi-test-storage:
build:
context: .
networks:
Expand All @@ -105,5 +105,14 @@ services:
condition: service_healthy
command: storage test --addr opi-spdk-server:50051

opi-test:
image: docker.io/library/alpine:3.18
networks:
- opi
depends_on:
- opi-test-evpn
- opi-test-smbios
- opi-test-storage

networks:
opi:

0 comments on commit 221ac8a

Please sign in to comment.