-
Notifications
You must be signed in to change notification settings - Fork 630
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
Azure Batch configurable startTask #4841
Azure Batch configurable startTask #4841
Commits on Mar 22, 2024
-
Fix Azure Batch containerConfiguration which needs Docker type set pe…
…rmanently Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for da3a436 - Browse repository at this point
Copy the full SHA da3a436View commit details -
Azure Batch: Configurable startTask per pool
Additions: - Make Azure Batch pool startTask configurable. - Can be used to modifiy the existing worker node. Use cases: - Install more recent version of AzCopy - Install monitoring software like Azure Insights - Use NVME SSDs for storage - Flash Dragen firmware to FPGA chips Pool specific so you can differentiate between different hardware requirements. Closes nextflow-io#4259 Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 413ea8d - Browse repository at this point
Copy the full SHA 413ea8dView commit details -
Bump azure plugin version in docs
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d714263 - Browse repository at this point
Copy the full SHA d714263View commit details -
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 59d0b31 - Browse repository at this point
Copy the full SHA 59d0b31View commit details -
Move startTasks docs below registry and vnet because it seems less us…
…eful than them Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a99e616 - Browse repository at this point
Copy the full SHA a99e616View commit details -
Configuration menu - View commit details
-
Copy full SHA for baaac49 - Browse repository at this point
Copy the full SHA baaac49View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0bf9f7 - Browse repository at this point
Copy the full SHA e0bf9f7View commit details
Commits on Mar 27, 2024
-
Merge branch 'master' into azure_batch_configurable_start_task
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 16476f8 - Browse repository at this point
Copy the full SHA 16476f8View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad4f2a1 - Browse repository at this point
Copy the full SHA ad4f2a1View commit details
Commits on Apr 3, 2024
-
Fix test when missing google secret
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for be15693 - Browse repository at this point
Copy the full SHA be15693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae8eae - Browse repository at this point
Copy the full SHA 8ae8eaeView commit details -
Merge branch 'master' into azure_batch_configurable_start_task
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 119c3ca - Browse repository at this point
Copy the full SHA 119c3caView commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b42d983 - Browse repository at this point
Copy the full SHA b42d983View commit details -
Combine azcopy and custom start task based on options
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33969d3 - Browse repository at this point
Copy the full SHA 33969d3View commit details -
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0abaf47 - Browse repository at this point
Copy the full SHA 0abaf47View commit details -
Prevent startTask being added to Azure Batch pool if not configured
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c2af6a - Browse repository at this point
Copy the full SHA 7c2af6aView commit details -
Add tests for Azure Batch createStartTask method
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd416e4 - Browse repository at this point
Copy the full SHA cd416e4View commit details
Commits on Apr 8, 2024
-
Remove startTaskResourceFile object from test
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c145e45 - Browse repository at this point
Copy the full SHA c145e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c29cf - Browse repository at this point
Copy the full SHA e5c29cfView commit details
Commits on Apr 9, 2024
-
Added ability to run Azure Batch node startTask as privileged (root) …
…user. Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 128e612 - Browse repository at this point
Copy the full SHA 128e612View commit details -
Escalate startTaskPrivileged to pool admin instead of task admin
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98ce78d - Browse repository at this point
Copy the full SHA 98ce78dView commit details
Commits on Apr 11, 2024
-
Add startTask config item to Azure
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5497860 - Browse repository at this point
Copy the full SHA 5497860View commit details -
Some changes but still not working
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 54d07f4 - Browse repository at this point
Copy the full SHA 54d07f4View commit details -
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c61e10e - Browse repository at this point
Copy the full SHA c61e10eView commit details -
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b53386c - Browse repository at this point
Copy the full SHA b53386cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ce455 - Browse repository at this point
Copy the full SHA b5ce455View commit details -
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 21d780c - Browse repository at this point
Copy the full SHA 21d780cView commit details -
Docs for Azure startTask options
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb24ef2 - Browse repository at this point
Copy the full SHA cb24ef2View commit details
Commits on Apr 12, 2024
-
Update plugins/nf-azure/src/main/nextflow/cloud/azure/config/AzPoolOp…
…ts.groovy Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com> Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b2d406 - Browse repository at this point
Copy the full SHA 5b2d406View commit details -
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8cc1e5 - Browse repository at this point
Copy the full SHA c8cc1e5View commit details