mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 04:39:10 +00:00 
			
		
		
		
	fix(ci): reduce parallelism (#12441)
Co-authored-by: Chakravarthy Racharla <chakru.racharla@acryl.io>
This commit is contained in:
		
							parent
							
								
									282395dc4a
								
							
						
					
					
						commit
						b4e23c5f82
					
				
							
								
								
									
										4
									
								
								.github/workflows/docker-unified.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker-unified.yml
									
									
									
									
										vendored
									
									
								
							@ -1018,8 +1018,8 @@ jobs:
 | 
				
			|||||||
        # python_batch_count is used to split pytests in the smoke-test (batches of actual test functions)
 | 
					        # python_batch_count is used to split pytests in the smoke-test (batches of actual test functions)
 | 
				
			||||||
        # cypress_batch_count is used to split the collection of cypress test specs into batches.
 | 
					        # cypress_batch_count is used to split the collection of cypress test specs into batches.
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          echo "cypress_batch_count=11" >> "$GITHUB_OUTPUT"
 | 
					          echo "cypress_batch_count=5" >> "$GITHUB_OUTPUT"
 | 
				
			||||||
          echo "python_batch_count=5" >> "$GITHUB_OUTPUT"
 | 
					          echo "python_batch_count=3" >> "$GITHUB_OUTPUT"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - id: set-matrix
 | 
					      - id: set-matrix
 | 
				
			||||||
        # For m batches for python and n batches for cypress, we need a test matrix of python x m + cypress x n.
 | 
					        # For m batches for python and n batches for cypress, we need a test matrix of python x m + cypress x n.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user