Skip to content

Commit

Permalink
net: run tests on alma-linux 9.0 - fix makefile
Browse files Browse the repository at this point in the history
Alma Linux 9.0 is more stable and should provide consistent feedback
for the tests until we fix all el9-stream issues related to networking.
Create Alma Linux 9.0 docker files, create corresponding containers
tagged alma-9 and publish them to quay; run all tests on the alma-9
containers.

Change-Id: I7e18a5e1c0cda6315339aeb3a61ae3768e2fe859

Signed-off-by: Eitan Raviv <[email protected]>
  • Loading branch information
erav authored and tinez committed Aug 24, 2022
1 parent da11b7e commit 66f31d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/network/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
CONTAINER_CMD := podman
PREFIX := ovirt/vdsm-network-tests

targets := centos-8 centos-9
targets := alma-9 centos-8 centos-9
types := functional integration unit

.PHONY: $(targets) $(types)
Expand Down

0 comments on commit 66f31d6

Please sign in to comment.