E2E test working directory is e2e
This commit is contained in:
		
							parent
							
								
									a9cfaf386a
								
							
						
					
					
						commit
						602f26c0ce
					
				| 
						 | 
					@ -1,7 +1,10 @@
 | 
				
			||||||
 | 
					# An image to perform the actual test. Do not forget to copy all necessary test
 | 
				
			||||||
 | 
					# files here.
 | 
				
			||||||
FROM ubuntu:18.04
 | 
					FROM ubuntu:18.04
 | 
				
			||||||
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
 | 
					LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY manifests ./manifests
 | 
					COPY manifests ./manifests
 | 
				
			||||||
 | 
					COPY exec.sh ./exec.sh
 | 
				
			||||||
COPY requirements.txt tests ./
 | 
					COPY requirements.txt tests ./
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt-get update \
 | 
					RUN apt-get update \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
						 | 
					@ -0,0 +1,14 @@
 | 
				
			||||||
 | 
					apiVersion: v1
 | 
				
			||||||
 | 
					data:
 | 
				
			||||||
 | 
					  # infrastructure role definition in the new format
 | 
				
			||||||
 | 
					  # robot_zmon_acid_monitoring_new
 | 
				
			||||||
 | 
					  user: cm9ib3Rfem1vbl9hY2lkX21vbml0b3JpbmdfbmV3
 | 
				
			||||||
 | 
					  # robot_zmon_new
 | 
				
			||||||
 | 
					  role: cm9ib3Rfem1vbl9uZXc=
 | 
				
			||||||
 | 
					  # foobar_new
 | 
				
			||||||
 | 
					  password: Zm9vYmFyX25ldw==
 | 
				
			||||||
 | 
					kind: Secret
 | 
				
			||||||
 | 
					metadata:
 | 
				
			||||||
 | 
					  name: postgresql-infrastructure-roles-new
 | 
				
			||||||
 | 
					  namespace: default
 | 
				
			||||||
 | 
					type: Opaque
 | 
				
			||||||
		Loading…
	
		Reference in New Issue