You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/07/23 10:41:37 UTC

[GitHub] [airflow] CatarinaSilva opened a new pull request #5643: Kubernetes gpu support

CatarinaSilva opened a new pull request #5643: Kubernetes gpu support
URL: https://github.com/apache/airflow/pull/5643
 
 
   # Jira
   
   - [x] My PR addresses the following [AIRFLOW-3617](https://issues.apache.org/jira/browse/AIRFLOW-3617/) issue and references it in the PR title. 
     - In case you are proposing a fundamental code change, you need to create an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)).
     - In case you are adding a dependency, check if the license complies with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   
   ### Description
   
   - [x] Here are some details about my PR:
   This PR does not break any behavior, but adds the possibility of passingn GPU limits (which are automatically copied to requests, as per official documentation - https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/ .
   
   ### Tests
   
   - [x] My PR changes the following unit tests:
     - TestKubernetesRequestFactory (`/airflow/tests/kubernetes/kubernetes_request_factory/test_kubernetes_request_factory.py`)
     - TestPodRequestFactory (`airflow/tests/kubernetes/kubernetes_request_factory/test_kubernetes_request_factory.py`)
   
   ### Commits
   - [x] My commits all reference Jira issues in their subject lines, and I have squashed multiple commits if they address the same issue. 
   
   ### Code Quality
   
   - [ ] Passes `flake8`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services