|  | @@ -1121,6 +1121,22 @@ steps:
 | 
	
		
			
				|  |  |          env:
 | 
	
		
			
				|  |  |            BWC_VERSION: 7.17.18
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +      - label: "{{matrix.image}} / 7.17.19 / packaging-tests-upgrade"
 | 
	
		
			
				|  |  | +        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.19
 | 
	
		
			
				|  |  | +        timeout_in_minutes: 300
 | 
	
		
			
				|  |  | +        matrix:
 | 
	
		
			
				|  |  | +          setup:
 | 
	
		
			
				|  |  | +            image:
 | 
	
		
			
				|  |  | +              - rocky-8
 | 
	
		
			
				|  |  | +              - ubuntu-2004
 | 
	
		
			
				|  |  | +        agents:
 | 
	
		
			
				|  |  | +          provider: gcp
 | 
	
		
			
				|  |  | +          image: family/elasticsearch-{{matrix.image}}
 | 
	
		
			
				|  |  | +          machineType: custom-16-32768
 | 
	
		
			
				|  |  | +          buildDirectory: /dev/shm/bk
 | 
	
		
			
				|  |  | +        env:
 | 
	
		
			
				|  |  | +          BWC_VERSION: 7.17.19
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |        - label: "{{matrix.image}} / 8.0.0 / packaging-tests-upgrade"
 | 
	
		
			
				|  |  |          command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.0
 | 
	
		
			
				|  |  |          timeout_in_minutes: 300
 |