Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
369 stars 166 forks source link

unblock daily skipping vsserver tests #3835

Closed vhvb1989 closed 2 weeks ago

vhvb1989 commented 2 weeks ago

CI is failing due to an infra limitation: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3752643&view=logs&j=3748a3ab-7269-5e9a-9cea-5ecb3b6f562c&t=9e8b103a-03c4-5ee7-7f93-050556e766a3&l=209

   aspire_test.go:399: 1m12.607s [t-out]   Failed LiveDeployRefresh [1 m 10 s]
    aspire_test.go:399: 1m12.607s [t-out]   Error Message:
    aspire_test.go:399: 1m12.607s [t-out]    StreamJsonRpc.RemoteInvocationException : deployment failed: failing invoking action 'provision', error deploying infrastructure: deploying to subscription:
    aspire_test.go:399: 1m12.607s [t-out] 
    aspire_test.go:399: 1m12.607s [t-out] Deployment Error Details:
    aspire_test.go:399: 1m12.607s [t-out] InvalidTemplateDeployment: The template deployment 'resources' is not valid according to the validation procedure. The tracking id is '637f25fb-15d2-4570-a4fc-803aa6b41b9d'. See inner errors for details.
    aspire_test.go:399: 1m12.607s [t-out] ValidationForResourceFailed: Validation failed for a resource. Check 'Error.Details[0]' for more information.
    aspire_test.go:399: 1m12.607s [t-out] MaxNumberOfRegionalEnvironmentsInSubExceeded: The subscription '***' cannot have more than 15 Container App Environments in East US 2. For more information, visit: https://go.microsoft.com/fwlink/?linkid=2208872
    aspire_test.go:399: 1m12.607s [t-out] 

This PR skips the test so we can have a daily build created.

it can be re-enabled after deleting some resources from East US 2, or moving the location to some other location

vhvb1989 commented 2 weeks ago

/azd check-enforcer override

vhvb1989 commented 2 weeks ago

/azp check-enforcer override

azure-pipelines[bot] commented 2 weeks ago
Command 'check-enforcer' is not supported by Azure Pipelines.

Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
    • Example: "run" or "run pipeline_name, pipeline_name, pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.
vhvb1989 commented 2 weeks ago

/check-enforcer override