We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce190eb commit 67a29d0Copy full SHA for 67a29d0
docker/Makefile
@@ -1,7 +1,7 @@
1
# SPDX-FileCopyrightText: Red Hat, Inc.
2
# SPDX-License-Identifier: GPL-2.0-or-later
3
4
-targets := alma-9 centos-9 centos-10
+targets := alma-9 centos-9 alma-10 centos-10
5
prefix := ovirt/vdsm-test
6
7
.PHONY: $(targets) push
docker/network/Makefile
@@ -4,7 +4,7 @@
CONTAINER_CMD := podman
PREFIX := ovirt/vdsm-network-tests
8
types := functional integration unit
9
10
.PHONY: $(targets) $(types)
0 commit comments