File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed 
benchmarks/lowq2_reconstruction Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ bench:lowq2_reconstruction:
1515    - snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB lowq2_reconstruction_local 
1616
1717check:lowq2_reconstruction :
18+   extends : .det_benchmark 
1819  needs : ["bench:lowq2_reconstruction"] 
1920  stage : benchmarks 
2021  script : | 
@@ -25,11 +26,7 @@ check:lowq2_reconstruction:
2526bench:lowq2_reconstruction_retrained :
2627  extends : .det_benchmark 
2728  stage : benchmarks 
28-   needs :
29-     - job : bench:lowq2_reconstruction 
30-       artifacts : true 
31-     - job : check:lowq2_reconstruction 
32-       artifacts : false 
29+   needs : [bench:lowq2_reconstruction,check:lowq2_reconstruction] 
3330  rules :
3431    - if : ' $BENCHMARKS_TAG =~ /nightly/' 
3532      when : on_failure 
@@ -40,6 +37,7 @@ bench:lowq2_reconstruction_retrained:
4037    - snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB lowq2_reconstruction_retrained 
4138
4239check:lowq2_reconstruction_retrained :
40+   extends : .det_benchmark 
4341  needs : ["bench:lowq2_reconstruction_retrained"] 
4442  stage : benchmarks 
4543  rules :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments