• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agama-project / agama / 16806093896 / 3 – service
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2025 01:48PM UTC
Files 389
Run time 10s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Aug 2025 01:36PM UTC coverage: 88.457%. First build
service – 16806093896.3

push

github

web-flow
fix(sotware): avoid auto retry questions (#2644)

## Problem

Questions have 2 modes (or policies, or strategies): interactive
(*user*) and non-interactive (*auto*):

* *interactive* mode: the question is automatically answered using the
provided answer (config file) or the question has to be explicitly
answered by clients.
* *non-interactive* mode: the question is automatically answered either
using the provided answer (config file) or using the default answer
(defined by the client at the time of asking the question).

Problem: some questions use *retry* as default answer, which ends up in
an infinite loop (there is no max number of attempts).

https://bugzilla.suse.com/show_bug.cgi?id=1247436

## Solution

It was decided to go with a simple solution in order to provide as
minimal changes as possible for GMC. In the future we will improve the
strategies for anwering questions.

For the time being, the default answer was simply removed from questions
using "retry" as default. This means that in *non-interactive* mode
those questions will stay (they are not auto-anwered).

If you want to avoid that questions and proceed with the installation,
then an answer has to be provided in the config file:

~~~json
"questions": {
  "policy": "auto",
    "answers": [
{ "class": "software.package_error.provide_error", "answer": "continue"
}
    ]
}
~~~

11250 of 12718 relevant lines covered (88.46%)

60.58 hits per line

Source Files on job service - 16806093896.3
  • Tree
  • List 389
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16806093896
  • 043506f9 on github
  • Prev Job for on master (#16805692514.)
  • Next Job for on master (#16830746020.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc