diff mbox series

[userspace,2/2] scripts/ci: use F34 image instead of F33

Message ID 20210512102529.122753-3-omosnace@redhat.com (mailing list archive)
State Accepted
Headers show
Series Bump testsuite CI image to F34 | expand

Commit Message

Ondrej Mosnacek May 12, 2021, 10:25 a.m. UTC
Now that F34 has been released, it's time to update the CI Vagrantfile
to use the new Fedora version. This also fixes the failure in the
recently added vsock_socket test that depends on a bugfix, which made it
to the F34 image's kernel, but is not in the F33 image's.

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

Comments

Petr Lautrbach May 12, 2021, 4:18 p.m. UTC | #1
Ondrej Mosnacek <omosnace@redhat.com> writes:

> Now that F34 has been released, it's time to update the CI Vagrantfile
> to use the new Fedora version. This also fixes the failure in the
> recently added vsock_socket test that depends on a bugfix, which made it
> to the F34 image's kernel, but is not in the F33 image's.
>
> Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>

Acked-by: Petr Lautrbach <plautrba@redhat.com>


> ---
>  scripts/ci/Vagrantfile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/ci/Vagrantfile b/scripts/ci/Vagrantfile
> index d7c7bb39..20c523a0 100644
> --- a/scripts/ci/Vagrantfile
> +++ b/scripts/ci/Vagrantfile
> @@ -34,7 +34,7 @@ SCRIPT
>  # backwards compatibility). Please don't change it unless you know what
>  # you're doing.
>  Vagrant.configure("2") do |config|
> -  config.vm.box = "fedora/33-cloud-base"
> +  config.vm.box = "fedora/34-cloud-base"
>    config.vm.synced_folder "../..", "/root/selinux"
>  
>    config.vm.provider "virtualbox" do |v|
> -- 
> 2.31.1
Petr Lautrbach May 18, 2021, 8:05 a.m. UTC | #2
Petr Lautrbach <plautrba@redhat.com> writes:

> Ondrej Mosnacek <omosnace@redhat.com> writes:
>
>> Now that F34 has been released, it's time to update the CI Vagrantfile
>> to use the new Fedora version. This also fixes the failure in the
>> recently added vsock_socket test that depends on a bugfix, which made it
>> to the F34 image's kernel, but is not in the F33 image's.
>>
>> Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
>
> Acked-by: Petr Lautrbach <plautrba@redhat.com>

Merged

>
>> ---
>>  scripts/ci/Vagrantfile | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/scripts/ci/Vagrantfile b/scripts/ci/Vagrantfile
>> index d7c7bb39..20c523a0 100644
>> --- a/scripts/ci/Vagrantfile
>> +++ b/scripts/ci/Vagrantfile
>> @@ -34,7 +34,7 @@ SCRIPT
>>  # backwards compatibility). Please don't change it unless you know what
>>  # you're doing.
>>  Vagrant.configure("2") do |config|
>> -  config.vm.box = "fedora/33-cloud-base"
>> +  config.vm.box = "fedora/34-cloud-base"
>>    config.vm.synced_folder "../..", "/root/selinux"
>>  
>>    config.vm.provider "virtualbox" do |v|
>> -- 
>> 2.31.1
diff mbox series

Patch

diff --git a/scripts/ci/Vagrantfile b/scripts/ci/Vagrantfile
index d7c7bb39..20c523a0 100644
--- a/scripts/ci/Vagrantfile
+++ b/scripts/ci/Vagrantfile
@@ -34,7 +34,7 @@  SCRIPT
 # backwards compatibility). Please don't change it unless you know what
 # you're doing.
 Vagrant.configure("2") do |config|
-  config.vm.box = "fedora/33-cloud-base"
+  config.vm.box = "fedora/34-cloud-base"
   config.vm.synced_folder "../..", "/root/selinux"
 
   config.vm.provider "virtualbox" do |v|