Compare commits

...

2 commits

Author SHA1 Message Date
c415177021
mv woodpecker
Some checks failed
ci/woodpecker/manual/check-deployment-basic Pipeline failed
ci/woodpecker/manual/check-deployment-cli Pipeline failed
ci/woodpecker/manual/check-deployment-panel Pipeline failed
ci/woodpecker/manual/check-mastodon Pipeline failed
ci/woodpecker/manual/check-panel Pipeline failed
ci/woodpecker/manual/check-peertube Pipeline failed
ci/woodpecker/manual/check-pre-commit Pipeline was successful
ci/woodpecker/manual/update Pipeline failed
ci/woodpecker/manual/check-resources Pipeline failed
ci/woodpecker/manual/check-data-model Pipeline failed
ci/woodpecker/manual/cd Pipeline failed
2025-08-04 23:27:08 +02:00
e85579caf9
mount /dev/kvm
This reverts commit 32a8c011133045f624f23d0cacd6e2b81ccc78eb.

add kvm

kvm
2025-08-04 23:27:08 +02:00
8 changed files with 13 additions and 1 deletions

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.deployment-basic -L
devices:
- /dev/kvm:/dev/kvm

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.deployment-cli -L
devices:
- /dev/kvm:/dev/kvm

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.deployment-panel -L
devices:
- /dev/kvm:/dev/kvm

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.test-mastodon-service -L
devices:
- /dev/kvm:/dev/kvm

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix-build -A tests.panel
devices:
- /dev/kvm:/dev/kvm

View file

@ -11,3 +11,5 @@ steps:
image: nixos/nix
commands:
- nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.test-peertube-service -L
devices:
- /dev/kvm:/dev/kvm

View file

@ -20,7 +20,7 @@
nixos.module = {
imports = [
./woodpecker.nix
../forgejo-ci/woodpecker.nix
];
};
}