Skip to content

Commit e4da59d

Browse files
authored
Disable tests that should be manual or that exist in GitHub Actions (#583)
1 parent 41e1cf0 commit e4da59d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.prow/config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ presubmits:
6363
gojek/feast:
6464
- name: test-core-and-ingestion
6565
decorate: true
66-
always_run: true
6766
spec:
6867
containers:
6968
- image: maven:3.6-jdk-11
@@ -91,7 +90,6 @@ presubmits:
9190

9291
- name: test-serving
9392
decorate: true
94-
always_run: true
9593
spec:
9694
containers:
9795
- image: maven:3.6-jdk-11
@@ -111,7 +109,6 @@ presubmits:
111109

112110
- name: test-java-sdk
113111
decorate: true
114-
always_run: true
115112
spec:
116113
containers:
117114
- image: maven:3.6-jdk-11
@@ -131,23 +128,20 @@ presubmits:
131128

132129
- name: test-python-sdk
133130
decorate: true
134-
always_run: true
135131
spec:
136132
containers:
137133
- image: python:3.7
138134
command: ["infra/scripts/test-python-sdk.sh"]
139135

140136
- name: test-golang-sdk
141137
decorate: true
142-
always_run: true
143138
spec:
144139
containers:
145140
- image: golang:1.13
146141
command: ["infra/scripts/test-golang-sdk.sh"]
147142

148143
- name: test-end-to-end
149144
decorate: true
150-
always_run: true
151145
spec:
152146
containers:
153147
- image: maven:3.6-jdk-11
@@ -175,7 +169,6 @@ presubmits:
175169

176170
- name: test-end-to-end-batch
177171
decorate: true
178-
always_run: true
179172
spec:
180173
volumes:
181174
- name: service-account

0 commit comments

Comments
 (0)