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

Azure updates #537

Merged
merged 2 commits into from
Jul 4, 2024
Merged

Azure updates #537

merged 2 commits into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. kola: azure: Restrict network access to vnet

    If user specifies the vnet kola is running from we can disable access to the
    storage account from outside the running vnet. A related option is
    --azure-use-private-ips which can be used for accesses to the test vms if kola
    is in the same vnet or a peered vnet.
    
    Signed-off-by: Jeremi Piotrowski <[email protected]>
    jepio committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d4ae722 View commit details
    Browse the repository at this point in the history
  2. platform/api/azure: Don't wait for rg/vm deletion

    Waiting for deletion slows down overall test execution and we have automation
    that regularly cleans up orpaphaned resources.
    
    Signed-off-by: Jeremi Piotrowski <[email protected]>
    jepio committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    093b028 View commit details
    Browse the repository at this point in the history