Skip to content

Commit 32b2189

Browse files
committed
add logging
1 parent 85679ce commit 32b2189

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

e2e/config/vhd.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ var (
184184
OS: OSWindows,
185185
Arch: "amd64",
186186
Distro: datamodel.AKSWindows2025,
187-
Latest: true,
188187
Gallery: windowsGallery,
189188
}
190189

@@ -193,7 +192,6 @@ var (
193192
OS: OSWindows,
194193
Arch: "amd64",
195194
Distro: datamodel.AKSWindows2025Gen2,
196-
Latest: true,
197195
Gallery: windowsGallery,
198196
}
199197
)
@@ -230,7 +228,7 @@ func (i *Image) VHDResourceID(ctx context.Context, t *testing.T) (VHDResourceID,
230228
}
231229
if i.vhdErr != nil {
232230
i.vhdErr = fmt.Errorf("img: %s, tag %s=%s, err %w", i.Name, Config.SIGVersionTagName, Config.SIGVersionTagValue, i.vhdErr)
233-
t.Logf("failed to find the latest image version for %s", i.vhdErr)
231+
t.Logf("failed to find the image sub=%s rg=%s gallary=%s version for with id %s", i.Gallery.SubscriptionID, i.Gallery.ResourceGroupName, i.Gallery.Name, i.vhdErr)
234232
}
235233
})
236234
return i.vhd, i.vhdErr

0 commit comments

Comments
 (0)