This is an automated email from the ASF dual-hosted git repository.
dimberman pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-test by this push:
new cda4d23 make k8s tests pass
cda4d23 is described below
commit cda4d236c007e53e28d422339039a536969591b7
Author: Daniel Imberman <[email protected]>
AuthorDate: Thu Jun 25 14:25:50 2020 -0700
make k8s tests pass
---
kubernetes_tests/test_kubernetes_pod_operator.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/kubernetes_tests/test_kubernetes_pod_operator.py
b/kubernetes_tests/test_kubernetes_pod_operator.py
index ddd6dce..0a129b6 100644
--- a/kubernetes_tests/test_kubernetes_pod_operator.py
+++ b/kubernetes_tests/test_kubernetes_pod_operator.py
@@ -89,10 +89,6 @@ class TestKubernetesPodOperatorSystem(unittest.TestCase):
'name': 'base',
'ports': [],
'volumeMounts': [],
- 'resources': {'limits': {'cpu': None,
- 'memory': None,
- 'nvidia.com/gpu': None},
- 'requests': {'cpu': None, 'memory': None}},
}],
'hostNetwork': False,
'imagePullSecrets': [],