only run tests for x86_64 fedora for now

Signed-off-by: Matthew Stobbs <matthew@stobbs.ca>
This commit is contained in:
Matthew Stobbs
2025-02-25 18:00:37 -07:00
parent b2887bf5c2
commit e1f01836ef
2 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ done
echo "Machine $MACHINENAME running"
echo "Building container images"
podman build --platform linux/amd64 -f Containerfile.el9 -t ${IMAGE}_el9 .
podman build --platform linux/amd64 -f Containerfile.fedora -t ${IMAGE)_fedora .
podman build --platform linux/amd64 -f Containerfile.debian -t ${IMAGE}_debian .
podman build --platform linux/amd64 -f Containerfile.ubuntu -t ${IMAGE}_ubuntu .
#podman build --platform linux/amd64 -f Containerfile.el9 -t ${IMAGE}_el9 .
podman build --platform linux/amd64 -f Containerfile.fedora -t ${IMAGE}_fedora .
#podman build --platform linux/amd64 -f Containerfile.debian -t ${IMAGE}_debian .
#podman build --platform linux/amd64 -f Containerfile.ubuntu -t ${IMAGE}_ubuntu .

View File

@@ -1,14 +1,14 @@
#!/usr/bin/env zsh
podman run --rm -it -d --platform linux/amd64 --name packagetest -p 2222:22 packagetest
ansible-playbook test_not_local.yml -i inventory.yml
podman stop packagetest
podman run --rm -it -d --platform linux/amd64 --name packagetest -p 2222:22 packagetest
ansible-playbook test_not_local.yml -i inventory.yml
podman stop packagetest
podman run --rm -it -d --platform linux/amd64 --name packagetest -p 2222:22 packagetest
ansible-playbook test_not_local.yml -i inventory.yml
podman stop packagetest
podman run --rm -it -d --platform linux/amd64 --name packagetest -p 2222:22 packagetest
podman run --rm -it -d --platform linux/amd64 --name packagetest_fedora -p 2222:22 packagetest
ansible-playbook test_not_local.yml -i inventory.yml
podman stop packagetest
# podman run --rm -it -d --platform linux/amd64 --name packagetest -p 2222:22 packagetest
# ansible-playbook test_not_local.yml -i inventory.yml
# podman stop packagetest
# podman run --rm -it -d --platform linux/amd64 --name packagetest -p 2222:22 packagetest
# ansible-playbook test_not_local.yml -i inventory.yml
# podman stop packagetest
# podman run --rm -it -d --platform linux/amd64 --name packagetest -p 2222:22 packagetest
# ansible-playbook test_not_local.yml -i inventory.yml
# podman stop packagetest