Skip to content

Commit 755f584

Browse files
committed
Append worker.ini configuration to avoid warning
This is more a mitigation than a real resolution Related to: https://progress.opensuse.org/issues/181409
1 parent 2d67834 commit 755f584

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

container/single-instance/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ RUN zypper in -y openQA-single-instance openQA-bootstrap \
2020
qemu-arm qemu-ppc qemu-x86 qemu-tools sudo iputils os-autoinst-distri-opensuse-deps \
2121
qemu-hw-display-virtio-gpu qemu-hw-display-virtio-gpu-pci && \
2222
zypper clean -a
23+
RUN cat > /etc/openqa/workers.ini <<EOF
24+
[global]
25+
HOST = http://localhost:9526
26+
EOF
27+
2328
EXPOSE 80 443 9526
2429
ENV skip_suse_specifics=1
2530
ENV skip_suse_tests=1

0 commit comments

Comments
 (0)