Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Add support for named placeholders in custom task #375

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    2a7b89f View commit details
    Browse the repository at this point in the history
  2. Fix list pool detailed error bug

    - Resolves Azure#331
    alfpark committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    095edd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa08e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Remove Python2.7 from CI, docs and scripts

    - Related issue Azure#264
    alfpark committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    8ebf1bb View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Add CentOS 8 and Debian 10 support

    - Drop support for Debian 9
    alfpark committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    4e4edaf View commit details
    Browse the repository at this point in the history
  2. Fix merge task conditional output data

    - Resolves Azure#336
    alfpark committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    b36fb27 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Catch AllocationFailed errors

    - Append error reasons to output for detailed explanations of failures,
    if available
    alfpark committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    3026083 View commit details
    Browse the repository at this point in the history
  2. Update docs

    - Clarifications around user subscription Batch accounts
    - Add directions on accepting marketplace terms
    alfpark committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    744f9f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Fixup support for Debian 10

    alfpark committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    b03966f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Update account images command

    - Add Debian 10 and remove old versions
    - Ensure unrelated=False only shows container compatible images
    alfpark committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d71e3ed View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Update VM sizes

    - Replace NVv2 with NVv3
    - Move NCv3 out of transition SR-IOV IB
    - Add NCv2 into transition SR-IOV IB
    - Add NDv2 into SR-IOV IB
    - Squash NVIDIA GPU compute driver
    alfpark committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    bf88217 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Fix singularity multi-instance regression

    - Resolves Azure#342
    alfpark committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    2291051 View commit details
    Browse the repository at this point in the history
  2. Catch additional retry on docker image pull

    - Partially addresses Azure#341
    alfpark committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    2cfc07d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Update CI pipelines

    - Drop support for Python < 3.6, resolves Azure#264
    - Update Singularity to 3.7.3, resolves Azure#359
    - Update and fix shellcheck issues
    - Remove nodeps
    - Create separate Singularity image replication pipeline
    - Move code sign to CI
    - Remove Travis CI
    alfpark committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    1282779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e371ac5 View commit details
    Browse the repository at this point in the history
  3. Fix missing blobxfer on Windows on restart

    - Resolves Azure#358
    alfpark committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    c5439ab View commit details
    Browse the repository at this point in the history
  4. Fix OpenFOAM recipe with autoscratch

    - Resolves Azure#349
    alfpark committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a511766 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6a360f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Update nVidia drivers

    - Compute driver to 460.73.01 and CUDA 11.2
    - Grid driver to 450.32.03 and CUDA 11.2
    - Resolves Azure#357
    alfpark committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    87b22b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Pin blobfuse version

    - Manually overridable through nodeprep script edit
    - Resolves Azure#351
    alfpark committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    3b23665 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Update image builds

    - Update 3rd party notices
    alfpark committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    dc41a19 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Various updates

    - Add cbld and ID_LIKE support for install
    - Update Docker CE to 20.10.8
    - Update GlusterFS to 9
    - Update blobfuse to 1.4.1
    - Refactor python ref
    alfpark committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    0468bda View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Ubuntu 20.04 Support

    - Resolves Azure#363
    - Add CentOS 7.8 support
    - Remove CentOS 8 support
    - Add Datacenter-Core-20H2
    - Unblock -gs, -g2, -gensecond support
    - Update Nvidia Tesla driver to 470.57.02 and CUDA 11.4
    - Update Nvidia Grid driver to 470.63.01 and CUDA 11.4
    - Update LIS driver to 3.4.5
    alfpark committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    7b7a9a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Support new GPU SKUs

    - Move transitional SR-IOV RDMA instances to normal
    - Add Standard_Ncas_T4_v3 and Standard_NdasrA100_v4 support
    - Fix CentOS 7.8+ support along with LIS
    - Resolves Azure#370
    alfpark committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ab1dbe1 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    - blobxfer to 1.11.0
    - Various dependency updates
    alfpark committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ebf02c3 View commit details
    Browse the repository at this point in the history
  3. Add rust to AppVeyor

    alfpark committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    0f20c7f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Add support for named placeholders in custom task

    'custom' tasks can have named placeholders to be applied to the
    'command'
    Azure#374
    mohzah committed May 19, 2022
    Configuration menu
    Copy the full SHA
    659fd59 View commit details
    Browse the repository at this point in the history