I would recommend send a patch if the issue is resolved so that the LAVA
team will review/check it.
Send Lava-users mailing list submissions to
lava-users@lists.lavasoftware.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.lavasoftware.org/mailman/listinfo/lava-users
or, via email, send a message with subject or body 'help' to
lava-users-request@lists.lavasoftware.org
You can reach the person managing the list at
lava-users-owner@lists.lavasoftware.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Lava-users digest..."
Today's Topics:
- Re: Constant failure_retry does not exist in the device
config 'constants' (Nagendra Singamsetti)
Message: 1
Date: Wed, 24 Nov 2021 18:02:59 +0530
From: Nagendra Singamsetti nag.singam91@gmail.com
To: lava-users@lists.lavasoftware.org
Subject: Re: [Lava-users] Constant failure_retry does not exist in the
device config 'constants'
Message-ID:
<CAFhg_Wtt3+AnYRLLO7nm2u8uiYKLFPHaS7_Q5LKvah=
0Z_vsSg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi All ,
The Issue got solved by updating the latest change in base.jinja2
device-type file.
# Set the failure retry to default or override it failure_retry: {{
failure_retry|default(1) }} # Override boot_retry boot_retry: {{
boot_retry }}{% endblock constants -%}
I am not sure why base.jinja2 is not updated during the 2021.10
lava-server upgrade process. If any one got the same issue please try
this change.
thanks
Regards
Nagendra S
On Wed, Nov 24, 2021 at 1:19 PM Nagendra Singamsetti <
nag.singam91@gmail.com>
wrote:
Hi All,
I got struck with strange issue with latest version 2021.10
- *error_msg*: Constant failure_retry does not exist in the device
config 'constants' section.
- *error_type*: Configuration
ConfigurationError: The LAVA instance is not configured correctly. Please
report this error to LAVA admins.
My setup is working fine with 2021.05. But after upgrading with the
latest
version 2021.10 none of the jobs are not working. Always it raises the
Exception called Configuration Error.
Looking forward to your kind response!!!
Regards
Nagendra S