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

🧪 integration-azure is broken #10035

Open
smira opened this issue Dec 25, 2024 · 4 comments
Open

🧪 integration-azure is broken #10035

smira opened this issue Dec 25, 2024 · 4 comments

Comments

@smira
Copy link
Member

smira commented Dec 25, 2024

Similar issue sometimes pops up in cloud-images

2024/12/25 07:40:20 azure: starting image version creation for amd64
2024/12/25 07:40:20 azure: image version exists for 1.10.0
2024/12/25 07:40:20 azure: removing old image version
2024/12/25 07:42:20 azure: creating amd64 image version
2024/12/25 07:50:21 failed: azure: error creating image version: azure: failed to pull the result for image version creation: GET https://management.azure.com/subscriptions/***/resourceGroups/SideroGallery/providers/Microsoft.Compute/galleries/SideroGalleryTest/images/talos-x64/versions/1.10.0
--------------------------------------------------------------------------------
RESPONSE 404: 404 Not Found
ERROR CODE: ResourceNotFound
--------------------------------------------------------------------------------
{
  "error": {
    "code": "ResourceNotFound",
    "message": "The Resource 'Microsoft.Compute/galleries/SideroGalleryTest/images/talos-x64/versions/1.10.0' under resource group 'SideroGallery' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"
  }
}
--------------------------------------------------------------------------------
exit status 1
@frezbo
Copy link
Member

frezbo commented Dec 25, 2024

not sure how to fix it or maybe add more delay to wait

@smira
Copy link
Member Author

smira commented Dec 25, 2024

Why wait? it fails every time?

@frezbo
Copy link
Member

frezbo commented Dec 25, 2024

Why wait? it fails every time?

yeh it almost consistently fails, azure apis always take a long time to say they are ready

@smira
Copy link
Member Author

smira commented Dec 25, 2024

ah, okay, in that case probably retry, but this would also fix cloud-images I guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants