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

Add support for specifying worker version #717

Merged
merged 15 commits into from
Sep 10, 2024

Commits on Sep 9, 2024

  1. Add attribute for worker version to ngen request.

    Adding worker_version to ExternalAbstractNgenRequest to be able to
    specify a requested version of a job worker.
    robertbartel committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    85f3a30 View commit details
    Browse the repository at this point in the history
  2. Update Launcher for requested worker version.

    Updating Launcher determine_image_for_job to use supplied worker_version
    value from originating request for ngen-type request objects, rather
    than always defaulting to "latest."
    robertbartel committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    11c0616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fe6959 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3862e33 View commit details
    Browse the repository at this point in the history
  5. Move scheduler to depend on latest comms.

    Move scheduler package internal dependency on communication to 0.22.0.
    robertbartel committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ad4a556 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    615cd94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b4cae7 View commit details
    Browse the repository at this point in the history
  8. Update client internal dep to latest comms.

    Updating client package internal dependency on communication to 0.22.0.
    robertbartel committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    889219c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6e0e19 View commit details
    Browse the repository at this point in the history
  10. Update requestservice internal dep on comms.

    Updating requestservice internal dependency on communication to 0.22.0.
    robertbartel committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d7e112a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ffb57f View commit details
    Browse the repository at this point in the history
  12. Update schedulerservice internal deps to latest.

    Updating schedulerservice dependencies on communication to 0.22.0 and
    scheduler to 0.14.0.
    robertbartel committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9b16c58 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b8689f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Move worker_version to base AbstractNgenRequest.

    Instead of just external subclass.
    robertbartel committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d8d3c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38882ed View commit details
    Browse the repository at this point in the history