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

Cuebot reserve all cores #1313

Open
wants to merge 75 commits into
base: master
Choose a base branch
from

Commits on May 31, 2023

  1. fix: only skip cores when the number is strictly under the requiremen…

    …t. Let it pass when they match.
    KernAttila authored and Kern Attila Germain committed May 31, 2023
    Configuration menu
    Copy the full SHA
    48758fb View commit details
    Browse the repository at this point in the history
  2. fix: only skip memory when the amount is strictly under the requireme…

    …nt. Let it pass when it matches.
    KernAttila authored and Kern Attila Germain committed May 31, 2023
    Configuration menu
    Copy the full SHA
    8f80240 View commit details
    Browse the repository at this point in the history
  3. feat: handle negative cores request

    KernAttila authored and Kern Attila Germain committed May 31, 2023
    Configuration menu
    Copy the full SHA
    7a3917d View commit details
    Browse the repository at this point in the history
  4. fix: missing semicolon

    KernAttila authored and Kern Attila Germain committed May 31, 2023
    Configuration menu
    Copy the full SHA
    da57b2e View commit details
    Browse the repository at this point in the history
  5. fix: error unclosed string literal

    KernAttila authored and Kern Attila Germain committed May 31, 2023
    Configuration menu
    Copy the full SHA
    78fb71d View commit details
    Browse the repository at this point in the history
  6. feat: handle negative frame cores requirement in a public function, t…

    …o be used during dispatch
    KernAttila authored and Kern Attila Germain committed May 31, 2023
    Configuration menu
    Copy the full SHA
    fd4a040 View commit details
    Browse the repository at this point in the history
  7. fix: handle negative cores requirement during dispatch

    KernAttila authored and Kern Attila Germain committed May 31, 2023
    Configuration menu
    Copy the full SHA
    263b248 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    00f9111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9dcf4 View commit details
    Browse the repository at this point in the history
  3. feat: handle negative frame cores requirement in a public function, t…

    …o be used during dispatch (LocalHost)
    KernAttila committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    fd17206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    627274a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e8c48e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5a77fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef2b627 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    902d30a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f82485e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3d2c24 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a793b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7e10f64 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    145d14e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ca2918 View commit details
    Browse the repository at this point in the history
  15. fix: missing logger

    KernAttila committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7c3f61c View commit details
    Browse the repository at this point in the history
  16. doc: fix typo

    KernAttila committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3b94240 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9baba0b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    19521d9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2cd6945 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ca89e05 View commit details
    Browse the repository at this point in the history
  21. doc: remove all logs

    KernAttila committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b442fe7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    33c2952 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    866d738 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b96dbe1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7309701 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    21794dc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    06b7f8c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. fix: avoid double booking with negative requests

    KernAttila authored and Kern Attila Germain committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    adf5909 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    2067abf View commit details
    Browse the repository at this point in the history
  2. doc: add debug

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    a392a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dfd79b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de62e36 View commit details
    Browse the repository at this point in the history
  5. fix: return early

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    939bfe6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d64039b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4442530 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2aa631 View commit details
    Browse the repository at this point in the history
  9. dbg: do not assign minimum

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c4fc553 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7022cc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2634735 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f93754b View commit details
    Browse the repository at this point in the history
  13. fix: syntax

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1c79a55 View commit details
    Browse the repository at this point in the history
  14. fix: syntax

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    dd44a7a View commit details
    Browse the repository at this point in the history
  15. fix: syntax

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2081bf4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    00e2999 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7f3e24c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    29282bd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8a0f001 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    85bab38 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2ccd2e4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1f24058 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    359ed53 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cc4744b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1f0d7d9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5ff094a View commit details
    Browse the repository at this point in the history
  27. fix: typo

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    de80d1d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    191bdca View commit details
    Browse the repository at this point in the history
  29. fix: typo

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f17d7ae View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    06195b7 View commit details
    Browse the repository at this point in the history
  31. fix: no namespace

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    9b57fe9 View commit details
    Browse the repository at this point in the history
  32. fix: no namespace

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8ff11e3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    79b6d11 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    247327e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a97b4c0 View commit details
    Browse the repository at this point in the history
  36. feat: Added function and property canHandleNegativeCoresRequest

    doc: added some comments
    doc: Added some documentation
    doc: fix docstrings and parameters
    doc: added debug message
    doc: explain why we allow negative value
    doc: update debug message for rqd
    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    cc0f3a9 View commit details
    Browse the repository at this point in the history
  37. fix: line too long

    KernAttila committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    9eddb03 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1a93ca1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    962ce55 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Merge branch 'master' of https://github.com/Wolf-Pipeline/OpenCue int…

    …o cuebot-reserve-all-cores
    KernAttila committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    014b91b View commit details
    Browse the repository at this point in the history