Skip to content

Commit 3ae2a4d

Browse files
committed
tests: Drop more bind mount instances
These should be unnecessary. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 0cf5516 commit 3ae2a4d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

hack/lldb/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sudo podman build --build-arg "sshpubkey=$(cat ~/.ssh/id_rsa.pub)" -f Containerf
1111
mkdir -p ~/.cache/bootc-dev/disks
1212
rm -f ~/.cache/bootc-dev/disks/lldb.raw
1313
truncate -s 10G ~/.cache/bootc-dev/disks/lldb.raw
14-
sudo podman run --pid=host --network=host --privileged --security-opt label=type:unconfined_t -v ~/.cache/bootc-dev/disks:/output -v /dev:/dev localhost/bootc-lldb bootc install to-disk --via-loopback --generic-image --skip-fetch-check /output/lldb.raw
14+
sudo podman run --pid=host --network=host --privileged --security-opt label=type:unconfined_t -v ~/.cache/bootc-dev/disks:/output localhost/bootc-lldb bootc install to-disk --via-loopback --generic-image --skip-fetch-check /output/lldb.raw
1515

1616
# create a new VM in libvirt
1717
set +e

ostree-ext/.github/workflows/bootc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Integration tests
6060
run: |
6161
set -xeuo pipefail
62-
sudo podman run --rm -ti --privileged -v /:/target -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \
62+
sudo podman run --rm -ti --privileged -v ./usr/bin/bootc:/usr/bin/bootc --pid=host --security-opt label=disable \
6363
quay.io/centos-bootc/centos-bootc-dev:stream9 bootc install to-filesystem \
6464
--karg=foo=bar --disable-selinux --replace=alongside /target
6565

tests/e2e/playbooks/install.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
--privileged \
5555
--tls-verify=false \
5656
--pid=host \
57-
-v /:/target \
5857
--security-opt label=type:unconfined_t \
5958
{{ test_image_url }} \
6059
bootc install to-existing-root"

0 commit comments

Comments
 (0)