Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhutter committed Dec 26, 2024
1 parent 5a431dd commit c199677
Show file tree
Hide file tree
Showing 17 changed files with 480 additions and 707 deletions.
25 changes: 0 additions & 25 deletions .github/codecov.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/codeql-cpp.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/codeql-python.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/no-response.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/stale.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/checkstyle.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/codeql.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/labels.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/scripts/qemu-2-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ EOF
sudo virsh net-update default add ip-dhcp-host \
"<host mac='52:54:00:83:79:00' ip='192.168.122.10'/>" --live --config

# Make some hostnames for the VMs so we don't have to refer to them with
# hardcoded IP addresses
for i in {0..9} ; do
echo "vm$i 192.168.122.1$i" | sudo tee -a /etc/hosts &> /dev/null
done

sudo virt-install \
--os-variant $OSv \
--name "openzfs" \
Expand Down
Loading

0 comments on commit c199677

Please sign in to comment.