You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			INI
		
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			INI
		
	
version: 1
 | 
						|
cq_name: "infra"
 | 
						|
cq_status_url: "https://chromium-cq-status.appspot.com"
 | 
						|
hide_ref_in_committed_msg: true
 | 
						|
commit_burst_delay: 600
 | 
						|
max_commit_burst: 10
 | 
						|
in_production: false
 | 
						|
git_repo_url: "https://chromium.googlesource.com/infra/infra.git"
 | 
						|
target_ref: "refs/pending/heads/master"
 | 
						|
 | 
						|
gerrit {
 | 
						|
  cq_verified_label: "Commit-Queue-Verified"
 | 
						|
}
 | 
						|
 | 
						|
verifiers {
 | 
						|
  tree_status: {
 | 
						|
     tree_status_url: "https://infra-status.appspot.com"
 | 
						|
  }
 | 
						|
 | 
						|
  try_job {
 | 
						|
    buckets {
 | 
						|
      name: "tryserver.blink"
 | 
						|
      builders { name: "android_blink_compile_dbg" }
 | 
						|
      builders { name: "android_blink_compile_rel" }
 | 
						|
      builders { name: "win_blink_rel" }
 | 
						|
      builders {
 | 
						|
        name: "win_blink_rel_triggered"
 | 
						|
        triggered_by: "win_blink_rel"
 | 
						|
      }
 | 
						|
    }
 | 
						|
    buckets {
 | 
						|
      name: "tryserver.chromium.linux"
 | 
						|
      builders {
 | 
						|
        name: "android_arm64_dbg_recipe"
 | 
						|
      }
 | 
						|
      builders {
 | 
						|
        name: "linux_chromium_rel_ng"
 | 
						|
        experiment_percentage: 10
 | 
						|
      }
 | 
						|
    }
 | 
						|
    buckets {
 | 
						|
      name: "tryserver.chromium.mac"
 | 
						|
      builders {
 | 
						|
        name: "ios_dbg_simulator_ninja"
 | 
						|
        experiment_percentage: 100
 | 
						|
      }
 | 
						|
    }
 | 
						|
    try_job_retry_config {
 | 
						|
      try_job_retry_quota: 10
 | 
						|
      global_retry_quota: 11
 | 
						|
      failure_retry_weight: 12
 | 
						|
      transient_failure_retry_weight: 13
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |