Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
return
# Create a build group for all tests
- group = self.backend.builds.groups.create(owner=self.owner, tested_build=self)
+ group = self.backend.builds.create_group(owner=self.owner, tested_build=self)
# Create a test build only for the latest version of each package
for name in builds:
)
# Create a new build group
- group = self.backend.builds.groups.create()
+ group = self.backend.builds.create_group()
# Insert into the database
commit = await self.db.insert(