Project

General

Profile

action #160889

Updated by dheidler about 2 months ago

## Motivation 

 During the team effort on fixing and retriggering multiple jobs, I found interesting that there are automations in the [scripts repo](https://github.com/os-autoinst/scripts/) but most of us were hesitatant to utilize. Are they intuitive enough? Can we improve there somehow? Was something missing from the script functionality? Side effects? Maybe we need to improve the documentation? 

 ## Acceptance Criteria 

 * **AC1**:  

 ## Suggestions 

 * Add concrete examples to scripts showing how they are used 
 * Add help texts to scripts 
 * Implement proper command-line arguments 
 * Implement frequently used features as openqa-cli commands, which come with help texts and consistent command-line arguments 
 * Add a general README that explains in which situation to use which script (and when not to use them) with example calls.

Back