Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YUNIKORN-2] gang scheduling shim side implementation #219

Merged
merged 17 commits into from
Jan 20, 2021
Merged

Commits on Oct 27, 2020

  1. [YUNIKORN-421] Define app gang scheduling info in API package. (#200)

    This PR updates the app CRD types to include more info about gangs, such as
    node-selector and tolerations.
    yangwwei committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    6eba8fd View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. [YUNIKORN-448] Create a docker image to simulate app that requires ga…

    …ng scheduling (#201)
    
    This PR adds the docker files and scripts to build docker images for the simulated job,
    such a job requires to get a configurable number of instances before it is able to execute.
    These images will be used in e2e testing and performance evaluation scenarios.
    HuangTing-Yao committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    1dd3c28 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. [YUNIKORN-453] add taskGroup info to apps/tasks (#203)

    * [YUNIKORN-453] add taskGroup info to apps/tasks
    
    This PR addresses the following tasks:
      - Add taskGroups to apps/tasks
      - Add Placeholder and PlaceholderManager to manage placeholders
      - Add Reserving state in apps to handle taskGroups
      - Related UTs
    yangwwei committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e2ce948 View commit details
    Browse the repository at this point in the history
  2. [YUNIKORN-439] Parse taskGroup info from pod annotation (#204)

    Co-authored-by: Weiwei Yang <wyang@cloudera.com>
    HuangTing-Yao and yangwwei committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e78ce07 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    65b69de View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    f5fb65f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    44b4069 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. [YUNIKORN-469]Implement recycling service in PlaceholderManager that …

    …cleans up orphan placeholders (#208)
    HuangTing-Yao committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    4a99330 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    0c25c0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99776be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    132fdae View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    396d0b1 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    yangwwei committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5142930 View commit details
    Browse the repository at this point in the history
  3. fix dependency

    yangwwei committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    368300d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    ec73314 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    d0a5e7b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    12ecf11 View commit details
    Browse the repository at this point in the history