File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
PYTHONPATH=$(CURDIR ) pytest-3 -v $(TEST_TARGET )
5
5
6
6
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 ' \
8
8
pip3 install . \
9
9
&& ab --help \
10
10
&& ab build --help'
11
11
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
+
12
19
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 ' \
14
21
dnf install -y git \
15
22
&& pip3 install --user git+https://github.com/TomasTomecek/
[email protected] \
16
23
&& ab --help \
You can’t perform that action at this time.
0 commit comments