Actions
action #2266
closedaction #1300: Feed openQA with ISOs, repositories and pre-built HDDs
manage ancillary files
Description
openqa should know about iso files, hard disk images and repos and know which jobs are using them (call them assets or resources?)
Updated by lnussel over 10 years ago
I'm thinking about introducing another table 'assets' that has a many to many relationship with jobs. Ie each iso, hdd, repo etc would be registered in the assets table. when creating a job the used assets are created as relations. That way we know which job uses which iso and vice versa (useful for cleanup)
Updated by lnussel over 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Updated by lnussel over 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 10 to 100
n:m mapping between jobs and assets implemented
Actions