Project

General

Profile

action #67888

Updated by okurz almost 4 years ago

## User story 
  There are two jobs: parent job and child job. When parent job fails, the child job is skipped, so there is no `vars.json` file in child job. 
  Then users trigger the child job by using `openqa-clone-custom-git-refspec` to check their test code, it fails because could not find the `vars.json`. 

 ## Acceptance criteria 
 * **AC1:** <**AC1:** `openqa-clone-custom-git-refspec` should trigger the child and parent job successfully.  

 > 

 ## Workaround 
 use <use `openqa-clone-job` to do that, it needs to specify CASEDIR CASEDIR>

Back