Skip to content

Commit f8be8f8

Browse files
authored
add prow config for spark k8s operator integration testing (#1235)
Signed-off-by: Oleg Avdeev <oleg.v.avdeev@gmail.com>
1 parent 92800d9 commit f8be8f8

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

.prow/config.yaml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,32 @@ presubmits:
230230
spec:
231231
containers:
232232
- image: gcr.io/kf-feast/feast-ci:latest
233-
command: [ "infra/scripts/codebuild_runner.py", "--location-from-prow" ]
233+
command: [ "infra/scripts/codebuild_runner.py", "--location-from-prow", "--project-name", "feast-ci-project" ]
234+
resources:
235+
requests:
236+
cpu: "2"
237+
memory: "2048Mi"
238+
env:
239+
- name: AWS_ACCESS_KEY_ID
240+
valueFrom:
241+
secretKeyRef:
242+
name: feast-aws-creds
243+
key: AWS_ACCESS_KEY_ID
244+
- name: AWS_SECRET_ACCESS_KEY
245+
valueFrom:
246+
secretKeyRef:
247+
name: feast-aws-creds
248+
key: AWS_SECRET_ACCESS_KEY
249+
- name: AWS_DEFAULT_REGION
250+
value: us-west-2
251+
- name: test-end-to-end-sparkop
252+
decorate: true
253+
always_run: true
254+
max_concurrency: 1
255+
spec:
256+
containers:
257+
- image: gcr.io/kf-feast/feast-ci:latest
258+
command: [ "infra/scripts/codebuild_runner.py", "--location-from-prow", "--project-name", "feast-ci-sparkop-project" ]
234259
resources:
235260
requests:
236261
cpu: "2"

0 commit comments

Comments
 (0)