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

Add Fusion/wave support in Azure compute environments #337

Closed
drpatelh opened this issue Sep 21, 2023 · 0 comments · Fixed by #340
Closed

Add Fusion/wave support in Azure compute environments #337

drpatelh opened this issue Sep 21, 2023 · 0 comments · Fixed by #340
Labels
enhancement New feature or request

Comments

@drpatelh
Copy link
Member

Pretty much the same issue as #311 but for Azure.

We have buttons in the UI now to toggle Fusion + Wave on but when you run the following commands for a Fusion enabled CE you don't see entries for waveEnabled or fusion2Enabled

$ tw compute-envs export --workspace=seqeralabs/showcase --name=seqera_azure_virginia                              

{
  "workDir" : "az://azure-benchmarking",
  "region" : "eastus",
  "forge" : {
    "vmType" : "Standard_E16d_v5",
    "vmCount" : 1,
    "autoScale" : true,
    "disposeOnDeletion" : true,
    "containerRegIds" : [ "4tcmOiDXXyYG40EIL4MIZq" ]
  },
  "deleteJobsOnCompletion" : "always",
  "deletePoolsOnCompletion" : false,
  "environment" : [ ],
  "discriminator" : "azure-batch"
}
$ tw compute-envs view --workspace=seqeralabs/showcase --name=seqera_azure_virginia

  Compute environment at [seqeralabs / showcase] workspace:

    ---------------+-------------------------------
     ID            | 6UH2zaz7gTuNAzErZ7L5r5        
     Name          | seqera_azure_virginia   
     Platform      | azure-batch                   
     Last updated  | Thu, 21 Sep 2023 08:33:10 GMT 
     Last activity | Thu, 21 Sep 2023 08:34:45 GMT 
     Created       | Thu, 21 Sep 2023 08:33:08 GMT 
     Status        | AVAILABLE                     
     Labels        | owner=adam                    

  Configuration:

     {
       "workDir" : "az://azure-benchmarking",
       "region" : "eastus",
       "forge" : {
         "vmType" : "Standard_E16d_v5",
         "vmCount" : 1,
         "autoScale" : true,
         "disposeOnDeletion" : true,
         "containerRegIds" : [ "4tcmOiDXX0yYG40EIL4MIZq" ]
       },
       "deleteJobsOnCompletion" : "always",
       "deletePoolsOnCompletion" : false,
       "environment" : [ ],
       "discriminator" : "azure-batch"
     }
@drpatelh drpatelh added the enhancement New feature or request label Sep 21, 2023
@JaimeSeqLabs JaimeSeqLabs linked a pull request Sep 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant