tvalentyn commented on pull request #13857:
URL: https://github.com/apache/beam/pull/13857#issuecomment-801527492


   Seed job only runs on pull requests opened by committers. I ran it on my PR 
with these commits.
   
   here is my flow:
   
   ```
   function cdpr()                                                              
  
   {                                                                            
   
     set -x                                                                     
   
     cd ~/projects/beam/prs/beam           # need to git clone this repo ahead 
of time                          
     git checkout master -f                                                     
   
     git branch -D pr-$1                                                        
   
     git fetch origin master                                                    
   
     git fetch origin pull/$1/head:pr-$1                                        
   
     git checkout pr-$1                                                         
   
     set +x                                                                     
   
   }                                                                            
   
     
   cdpr 13857 
   git push tvalentyn `git branch --show-current`:run_seed_job --force
   ```
   Open https://github.com/apache/beam/pull/13626 and run seed job there


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to