compute: support alphanumeric build names in fedoraImage diff suppress regex [advanced]#18375
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 6571259: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. |
Resolves acceptance test failure
TestAccComputeDisk_imageDiffSuppressPublicVendorsFamilyNames.The regular expression
fedoraImagepreviously only matched numeric digits ([0-9]+) for the 4th version component of Fedora CoreOS image names. Newer Fedora CoreOS images (e.g.fedora-coreos-43-20260411-20-dev0-gcp-aarch64) include alphanumeric build tags (e.g.dev0). This update allowsfedoraImageto match alphanumeric build tags.Fixes hashicorp/terraform-provider-google#28424