mirror of https://github.com/containers/podman.git
				
				
				
			Merge pull request #18422 from edsantiago/ginkgo_try_json
e2e tests: try writing & preserving ginkgo json artifacts
This commit is contained in:
		
						commit
						31a5573cd1
					
				|  | @ -585,6 +585,9 @@ local_integration_test_task: &local_integration_test_task | ||||||
|         ginkgo_node_logs_artifacts: |         ginkgo_node_logs_artifacts: | ||||||
|             path: ./test/e2e/ginkgo-node-*.log |             path: ./test/e2e/ginkgo-node-*.log | ||||||
|             type: text/plain |             type: text/plain | ||||||
|  |         ginkgo_json_artifacts: | ||||||
|  |             path: ./ginkgo-e2e.json | ||||||
|  |             type: application/json | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # Nearly identical to `local_integration_test` except all operations | # Nearly identical to `local_integration_test` except all operations | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										2
									
								
								Makefile
								
								
								
								
							|  | @ -558,7 +558,7 @@ test: localunit localintegration remoteintegration localsystem remotesystem  ## | ||||||
| .PHONY: ginkgo-run | .PHONY: ginkgo-run | ||||||
| ginkgo-run: .install.ginkgo | ginkgo-run: .install.ginkgo | ||||||
| 	$(GINKGO) version | 	$(GINKGO) version | ||||||
| 	$(GINKGO) -vv $(TESTFLAGS) --tags "$(TAGS) remote" $(GINKGOTIMEOUT) --flake-attempts 3 --trace --no-color $(if $(findstring y,$(GINKGO_PARALLEL)),-p,) $(GINKGOWHAT) $(HACK) | 	$(GINKGO) -vv $(TESTFLAGS) --tags "$(TAGS) remote" $(GINKGOTIMEOUT) --flake-attempts 3 --trace --no-color --json-report ginkgo-e2e.json $(if $(findstring y,$(GINKGO_PARALLEL)),-p,) $(GINKGOWHAT) $(HACK) | ||||||
| 
 | 
 | ||||||
| .PHONY: ginkgo | .PHONY: ginkgo | ||||||
| ginkgo: | ginkgo: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue