add more tests
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
		
							parent
							
								
									5367fbe549
								
							
						
					
					
						commit
						b347eec6f2
					
				|  | @ -235,7 +235,7 @@ if [[ helm_major_version -eq 3 ]]; then | ||||||
|   info "Comparing yaml overwrite feature output ${yaml_overwrite_reverse} with ${feature_golden_dir}/overwritten.yaml" |   info "Comparing yaml overwrite feature output ${yaml_overwrite_reverse} with ${feature_golden_dir}/overwritten.yaml" | ||||||
|   for i in $(seq 10); do |   for i in $(seq 10); do | ||||||
|       info "Comparing build/yaml-overwrite #$i" |       info "Comparing build/yaml-overwrite #$i" | ||||||
|       ${helmfile} -f ${dir}/issue.657.yaml template > ${yaml_overwrite_reverse} || fail "\"helmfile template\" shouldn't fail" |       ${helmfile} -f ${dir}/issue.657.yaml template --skip-deps > ${yaml_overwrite_reverse} || fail "\"helmfile template\" shouldn't fail" | ||||||
|       ./yamldiff ${feature_golden_dir}/overwritten.yaml ${yaml_overwrite_reverse} || fail "\"helmfile template\" should be consistent" |       ./yamldiff ${feature_golden_dir}/overwritten.yaml ${yaml_overwrite_reverse} || fail "\"helmfile template\" should be consistent" | ||||||
|       echo code=$? |       echo code=$? | ||||||
|   done |   done | ||||||
|  |  | ||||||
|  | @ -1,5 +1,3 @@ | ||||||
| Building dependency release=httpbin, chart=httpbin |  | ||||||
| Templating release=httpbin, chart=httpbin |  | ||||||
| --- | --- | ||||||
| # Source: httpbin/templates/service.yaml | # Source: httpbin/templates/service.yaml | ||||||
| apiVersion: v1 | apiVersion: v1 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue