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

Draft: Arc runner computeenv #16750

Draft
wants to merge 26 commits into
base: dev
Choose a base branch
from

Commits on Sep 1, 2023

  1. Update conditional-requirements.txt

    Adding pyarcrest conditional requirement for the ArcRESTJobRunner
    maikenp authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    3c2c67f View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    ArcRESTJobRunner
    maikenp authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    54770d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. explicitly document default of multiple

    bernt-matthias authored and Maiken Pedersen committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bffcef8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Merge remote-tracking branch 'upstream/dev' into dev

    Maiken Pedersen committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7b8f5b6 View commit details
    Browse the repository at this point in the history
  2. Adding new job runner - the ARC job runner

    Maiken Pedersen committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1dc557e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pyarcrest-dep' into arc_job_runner

    Maiken Pedersen committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    46a53a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Update conditional-requirements.txt

    Require version 0.2 which is compatible with the ARC job runner.
    maikenp authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    729c275 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Reusable abstractions for dealing with pyarcrest. Applying jmchilton@6…

    …cb9cc4 by jmchilton.
    Maiken Pedersen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3a29632 View commit details
    Browse the repository at this point in the history
  2. Refactor XML parsing out of middle of arc job runner. Applying patch …

    …from jmchilton jmchilton@96d3807
    Maiken Pedersen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    75c07fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63d5002 View commit details
    Browse the repository at this point in the history
  4. Fixed one job description omission related to executable. Removed une…

    …cessary job_actions method. Further improvements to the action on jobs will come.
    Maiken Pedersen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c30b651 View commit details
    Browse the repository at this point in the history
  5. linting

    Maiken Pedersen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2a07bbc View commit details
    Browse the repository at this point in the history
  6. More linting

    Maiken Pedersen committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7c8f1fd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Refactored to remove need for internal job id mapping.

    Maiken Pedersen committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b6acefb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Refactoring and simplification. Especially for the ARC job descriptio…

    …n part.
    Maiken Pedersen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    91a20f3 View commit details
    Browse the repository at this point in the history
  2. Fix last-minute change typo

    Maiken Pedersen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    88451b1 View commit details
    Browse the repository at this point in the history
  3. Forgot to also commit the changed arc_util.py

    Maiken Pedersen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dda0a0e View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary open mode parameters

    Maiken Pedersen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    894cc9a View commit details
    Browse the repository at this point in the history
  5. Remove comment - linting

    Maiken Pedersen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bd1d30f View commit details
    Browse the repository at this point in the history
  6. Hopefully fixed all linting errors now

    Maiken Pedersen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    678dd76 View commit details
    Browse the repository at this point in the history
  7. more linting of whitespace

    Maiken Pedersen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    83417f8 View commit details
    Browse the repository at this point in the history
  8. More linting and some bugfix related to external job id

    Maiken Pedersen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    75087af View commit details
    Browse the repository at this point in the history
  9. linting whitespace

    Maiken Pedersen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d1f2fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. The ARC runner augmented to work with the tool_script.sh as executabl…

    …e. And rewriting input-paths.
    Maiken Pedersen committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    140ef15 View commit details
    Browse the repository at this point in the history
  2. Linting done

    Maiken Pedersen committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    09ce2e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. This version of the ARC job runner relies on pyarcrest 0.3

    Maiken Pedersen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9acf29d View commit details
    Browse the repository at this point in the history