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

openSUSE / agama / 10736959157 / 3 – service
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 06 Sep 2024 10:43AM UTC
Files 442
Run time 8s
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

06 Sep 2024 10:40AM UTC coverage: 87.2%. First build
service – 10736959157.3

push

github

web-flow
feat(storage): config support to reuse file systems (#1575)

Allow using *reuseIfPossible* for a *filesystem* section in the storage
JSON config. The
[auto_storage](https://github.com/openSUSE/agama/blob/master/doc/auto_storage.md)
document proposes to have a *reuse* property, but *reuseIfPossible* was
used instead, see
https://github.com/openSUSE/agama/pull/1575#pullrequestreview-2282229940:

If *reuseIfPossible* is true, then Agama will try to reuse the file
system, if any. In that case, some other properties from the
*filesystem* section would be ignored.

Example:

~~~json
{
  "search": "/dev/vda1",
  "filesystem": {
    "reuseIfPossible": true,
    "path": "/logs",
    "type": "xfs",
    "mkfsOptions": ["rw"]
  }
}
~~~

The properties *type* and *mkfsOptions* would be considered by Agama
only if the file system is not finally reused.

13216 of 15156 relevant lines covered (87.2%)

31.18 hits per line

Source Files on job service - 10736959157.3
  • Tree
  • List 442
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10736959157
  • d6a691a0 on github
  • Prev Job for on master (#10723926129.)
  • Next Job for on master (#10736959168.3)
  • 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