Skip to content

Commit

Permalink
Tumbleweed: Introduce explicit {gnome,kde,textmode}+apparmor jobs
Browse files Browse the repository at this point in the history
With SELinux by default, we need explicit testing with AppArmor.
Use the full testsuites instead of INSTALLONLY=1 for better coverage.
  • Loading branch information
Vogtinator committed Feb 5, 2025
1 parent 8179544 commit eb4aa7b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
15 changes: 12 additions & 3 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1496,12 +1496,21 @@ scenarios:
machine: 64bit
settings:
YAML_TEST_DATA: test_data/yast/encryption/lvm_encrypt_separate_boot_luks2.yaml
- kde+selinux:
- kde+apparmor:
testsuite: kde
machine: uefi
- gnome+selinux:
settings:
SELINUX: '0'
- gnome+apparmor:
testsuite: gnome
machine: uefi
- textmode+selinux:
settings:
SELINUX: '0'
- textmode+apparmor:
testsuite: textmode
machine: uefi
settings:
SELINUX: '0'
opensuse-Tumbleweed-Rescue-CD-x86_64:
- rescue:
priority: 49
Expand Down
15 changes: 12 additions & 3 deletions job_groups/opensuse_tumbleweed_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1016,9 +1016,18 @@ scenarios:
- zdup-Leap-15.6-gnome
- gnome-gdm
- autoyast_gnome
- kde+selinux
- gnome+selinux
- textmode+selinux
- kde+apparmor:
testsuite: kde
settings:
SELINUX: '0'
- gnome+apparmor:
testsuite: gnome
settings:
SELINUX: '0'
- textmode+apparmor:
testsuite: textmode
settings:
SELINUX: '0'
opensuse-Tumbleweed-Rescue-CD-aarch64:
- rescue:
machine: USBboot_aarch64
Expand Down

0 comments on commit eb4aa7b

Please sign in to comment.