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