diff mbox series

[testsuite] travis: bump stable fedora version to 33

Message ID 20201031133251.186982-1-omosnace@redhat.com (mailing list archive)
State Accepted
Delegated to: Ondrej Mosnáček
Headers show
Series [testsuite] travis: bump stable fedora version to 33 | expand

Commit Message

Ondrej Mosnacek Oct. 31, 2020, 1:32 p.m. UTC
The kernel that comes with the F32 image has a bug in XFS quota
handling, which will be exposed once we start testing all filesystems.
Since Fedora 33 has been released recently and has a much newer kernel
in its stock VM image, let's switch to it.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ondrej Mosnacek Nov. 3, 2020, 9:43 a.m. UTC | #1
On Sat, Oct 31, 2020 at 2:32 PM Ondrej Mosnacek <omosnace@redhat.com> wrote:
> The kernel that comes with the F32 image has a bug in XFS quota
> handling, which will be exposed once we start testing all filesystems.
> Since Fedora 33 has been released recently and has a much newer kernel
> in its stock VM image, let's switch to it.
>
> Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index dcac54d..cba7462 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -4,7 +4,7 @@ dist: bionic
>
>  env:
>    matrix:
> -    - FEDORA_KIND="releases" FEDORA_MAJOR="32"
> +    - FEDORA_KIND="releases" FEDORA_MAJOR="33"
>      - FEDORA_KIND="development" FEDORA_MAJOR="rawhide"
>
>  addons:
> --
> 2.26.2

Applied:
https://github.com/SELinuxProject/selinux-testsuite/commit/8c6713af9132f5303909b427dfade064fe40b55c
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index dcac54d..cba7462 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@  dist: bionic
 
 env:
   matrix:
-    - FEDORA_KIND="releases" FEDORA_MAJOR="32"
+    - FEDORA_KIND="releases" FEDORA_MAJOR="33"
     - FEDORA_KIND="development" FEDORA_MAJOR="rawhide"
 
 addons: