26 lines
		
	
	
		
			534 B
		
	
	
	
		
			INI
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			534 B
		
	
	
	
		
			INI
		
	
	
	
 | 
						|
# Format: //devtools/kokoro/config/proto/build.proto
 | 
						|
 | 
						|
# Build logs will be here
 | 
						|
action {
 | 
						|
  define_artifacts {
 | 
						|
    regex: "**/*sponge_log.xml"
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
# Download trampoline resources.
 | 
						|
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
 | 
						|
 | 
						|
# Download resources for system tests (service account key, etc.)
 | 
						|
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-ruby"
 | 
						|
 | 
						|
env_vars: {
 | 
						|
    key: "JOB_TYPE"
 | 
						|
    value: "continuous"
 | 
						|
}
 | 
						|
 | 
						|
env_vars: {
 | 
						|
    key: "REPO_DIR"
 | 
						|
    value: "github/google-api-ruby-client"
 | 
						|
}
 |