Skip to content

Commit

Permalink
Disable testing farm tests
Browse files Browse the repository at this point in the history
Our test harness now requires nested virt, but test farm runners are
themselves VMs and do not support KVM, so the harness is effectively
unusable in testing farm right now.

Signed-off-by: Alberto Faria <[email protected]>
  • Loading branch information
albertofaria committed Apr 23, 2024
1 parent b2fd560 commit f3c37f3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
1 change: 0 additions & 1 deletion .fmf/version

This file was deleted.

20 changes: 0 additions & 20 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,3 @@ jobs:
owner: rhcontainerbot
project: podman-next
enable_net: true

# Unit tests
- job: tests
trigger: pull_request
skip_build: true
targets:
- fedora-all-aarch64
- fedora-all-x86_64
identifier: unit_test
tmt_plan: "/plans/unit_test"

# Validate test
- job: tests
trigger: pull_request
skip_build: true
targets:
# Only need to test on one target
- fedora-latest-stable-x86_64
identifier: validate_test
tmt_plan: "/plans/validate_test"
28 changes: 0 additions & 28 deletions plans/main.fmf

This file was deleted.

0 comments on commit f3c37f3

Please sign in to comment.