|  | @@ -37,4 +37,9 @@ gsutil cp gs://grpc-testing-secrets/grpc_kokoro_performance_ssh_keys/id_rsa ~/.s
 | 
	
		
			
				|  |  |  echo -e 'Host grpc-kokoro-performance*\n\tStrictHostKeyChecking no' >> ~/.ssh/config
 | 
	
		
			
				|  |  |  chmod 600 ~/.ssh/id_rsa ~/.ssh/config
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +# Install Bazel through apt
 | 
	
		
			
				|  |  | +curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
 | 
	
		
			
				|  |  | +echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
 | 
	
		
			
				|  |  | +sudo apt update && sudo apt install -y bazel
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  git submodule update --init
 |