-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
🐛 bugSomething isn't workingSomething isn't working🤔 refinement neededThis needs more detailsThis needs more details
Description
Build jobs where buildkit is not enabled is failing in C3
(https://equinor.slack.com/archives/CBKM6N2JY/p1767016746294709)
WARNING: Packing source code into tar to upload...
WARNING: Excluding '.gitignore' based on default ignore rules
WARNING: Excluding '.git' based on default ignore rules
WARNING: Uploading archived source code from '/tmp/cli_source_archive_f3ca0d0ae8e04d60815bd4ce59350ca5.tar.gz'...
WARNING: Sending context (1.538 MiB) to registry: radixc3...
WARNING: Queued a run with ID: dt3
WARNING: Waiting for an agent...
2025/12/29 14:12:03 Downloading source code...
2025/12/29 14:12:03 Finished downloading source code
failed to unmarshal task before running: failed to resolve secrets: failed to get ACR refresh token, exchange API response code: 403 Forbidden
Run ID: dt3 failed after 4s. Error: failed during run, err: exit status 1
ERROR: Run failed
Stream closed
I found that C3 has no agent pools, and creating one fails:
az acr agentpool create \
--registry radixc3 --subscription S940-Omnia-Radix-Production \
--name c3-zone-pool \
--tier S1 --os Linux --count 2
# Argument 'os_type' has been deprecated and will be removed in a future release.
# Command group 'acr agentpool' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
# (LocationNotAvailableForResourceType) The provided location 'swedencentral' is not available for resource type 'Microsoft.ContainerRegistry/registries/agentPools'. List of available regions for the resource type is 'eastus,westeurope,westus2,southcentralus,australiaeast,canadacentral,centralus,eastasia,eastus2,northeurope,francecentral,switzerlandnorth,jioindiawest,jioindiacentral'.
# Code: LocationNotAvailableForResourceType
# Message: The provided location 'swedencentral' is not available for resource type 'Microsoft.ContainerRegistry/registries/agentPools'. List of available regions for the resource type is 'eastus,westeurope,westus2,southcentralus,australiaeast,canadacentral,centralus,eastasia,eastus2,northeurope,francecentral,switzerlandnorth,jioindiawest,jioindiacentral'.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐛 bugSomething isn't workingSomething isn't working🤔 refinement neededThis needs more detailsThis needs more details