Project

General

Profile

action #130940

Updated by okurz 17 days ago

## Motivation 
 Follow-up to #130934. After having openQA CI integration which reads github pull request description and triggers according openQA clone jobs github comments created or updated should be considered the same. 

 ## Acceptance criteria 
 * **AC1:** openQA CI integration in any existing test distribution github project automatically runs openQA tests based on links to existing openQA jobs in the github comments 
 * **AC2:** Ensure openQA documentation covers that also github comments are parsed and how to use that 
 * **AC3:** An update to the PR code does not retrigger any openQA jobs mentioned in comments 
 * **AC4:** Comments created/edited by anyone not in the group "tests-maintainer" are ignored 

 ## Suggestions 
 * Wait for #130934 
 * Read what was done originally in #63712 and the according pull request to openQA https://github.com/os-autoinst/openQA/pull/2618 and also #130934 
 * Check if openqa-clone-custom-git-refspec with special comments also covers github comments or only the initial description 
 * Extend the existing approach where necessary 
 * Ensure that the same process is triggered also on comment *updates* 
 * Only look at comments created/edited by members of the group "tests-maintainer" for security reasons

Back