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

Support for GlobusComputeExecutor #3607

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

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    adbe5a4 View commit details
    Browse the repository at this point in the history
  2. Github Action for GlobusComputeExecutor (#3619)

    * Support for testing GlobusComputeExecutor in a github action
    * Adding shared_fs and staging_required tags to tests
    * Adding GlobusComputeExecutor test config
    yadudoc committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c63202f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be4a66d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    709adfe View commit details
    Browse the repository at this point in the history
  5. Adding GCE to executor docs

    yadudoc committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9391e30 View commit details
    Browse the repository at this point in the history
  6. Fixes to avoid res_spec modification

    * GCE now makes a deepcopy of the resource_specification to avoid modifying the user supplied object.
    * stack of docstring changes
    yadudoc committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fd83621 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    203e9bd View commit details
    Browse the repository at this point in the history
  8. Endpoint_id is required

    Adding doc link
    yadudoc committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    50360da View commit details
    Browse the repository at this point in the history
  9. Remove return from shutdown

    yadudoc committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d7a6eed View commit details
    Browse the repository at this point in the history
  10. * Update GC Endpoint install to use GC main branch

    * Removed python version test matrix
    * Removed obsolete install of libpython5
    * Renamed `.pytest` to `pytest-parsl`
    yadudoc committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    53f97fd View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Minor fix

    yadudoc committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    13c3b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cd4b54 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    9cbc491 View commit details
    Browse the repository at this point in the history
  2. Minor variable renaming

    yadudoc committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    04b5c02 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Add step to stop endpoint at end of CI run.

    * Added an env var to specify Python version
    * Added a step to shutdown endpoint after tests
    yadudoc committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4b4ce34 View commit details
    Browse the repository at this point in the history