This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 121
Add support for named placeholders in custom task #375
Open
mohzah
wants to merge
27
commits into
Azure:develop
Choose a base branch
from
mohzah:feature/374-named-placeholder-for-taskfactory-command
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add support for named placeholders in custom task #375
mohzah
wants to merge
27
commits into
Azure:develop
from
mohzah:feature/374-named-placeholder-for-taskfactory-command
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Resolves Azure#331
- Related issue Azure#264
- Drop support for Debian 9
- Append error reasons to output for detailed explanations of failures, if available
- Clarifications around user subscription Batch accounts - Add directions on accepting marketplace terms
- Add Debian 10 and remove old versions - Ensure unrelated=False only shows container compatible images
- 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
- Partially addresses Azure#341
- Resolves Azure#349
- Compute driver to 460.73.01 and CUDA 11.2 - Grid driver to 450.32.03 and CUDA 11.2 - Resolves Azure#357
- Manually overridable through nodeprep script edit - Resolves Azure#351
- Update 3rd party notices
- 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
- 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
- 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
- blobxfer to 1.11.0 - Various dependency updates
'custom' tasks can have named placeholders to be applied to the 'command' Azure#374
@alfpark Can you please take a look? |
dca6081
to
2f23dfa
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
'custom' tasks can have named placeholders to be applied to the 'command'
Issue: #374
Pull Request Checklist
master
if it includes no features (open againstdevelop
otherwise)Description
Please describe the pull request.