Skip to content

Commit 6d732c9

Browse files
committed
make: bump to f29
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent c27b956 commit 6d732c9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Makefile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ check:
44
PYTHONPATH=$(CURDIR) pytest-3 -v $(TEST_TARGET)
55

66
check-pypi-packaging:
7-
podman run --rm -ti -v $(CURDIR):/src -w /src registry.fedoraproject.org/fedora:28 bash -c '\
7+
podman run --rm -ti -v $(CURDIR):/src -w /src registry.fedoraproject.org/fedora:29 bash -c '\
88
pip3 install . \
99
&& ab --help \
1010
&& ab build --help'
1111

12+
# check-smoke:
13+
# podman run --rm -ti -v $(CURDIR):/src -w /src registry.fedoraproject.org/fedora:29 bash -c '\
14+
# dnf install -y buildah podman \
15+
# && podman pull docker.io/library/python:3-alpine \
16+
# && pip3 install . \
17+
# && ab build ./tests/data/basic_playbook.yaml docker.io/library/python:3-alpine test'
18+
1219
check-install-010:
13-
podman run --rm -ti -v $(CURDIR):/src -w /src registry.fedoraproject.org/fedora:28 bash -c '\
20+
podman run --rm -ti -v $(CURDIR):/src -w /src registry.fedoraproject.org/fedora:29 bash -c '\
1421
dnf install -y git \
1522
&& pip3 install --user git+https://github.com/TomasTomecek/[email protected] \
1623
&& ab --help \

0 commit comments

Comments
 (0)