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

Investigate flakiness in TestBuildVMConfiguration/Container_Count_affects_StubDriveCount #584

Open
ginglis13 opened this issue Mar 1, 2022 · 1 comment

Comments

@ginglis13
Copy link
Contributor

see these builds from #576 in which TestBuildVMConfiguration/Container_Count_affects_StubDriveCount failed with each failure having the same diff:

Diff:
            	            	--- Expected
            	            	+++ Actual
            	            	@@ -52,3 +52,3 @@
            	            	  MachineCfg: (models.MachineConfiguration) {
            	            	-  CPUTemplate: (models.CPUTemplate) (len=2) "C3",
            	            	+  CPUTemplate: (models.CPUTemplate) "",
            	            	   MemSizeMib: (*int64)(128),

Rerunning build succeeded.

@kzys
Copy link
Contributor

kzys commented Mar 8, 2022

It may be due to

func SupportCPUTemplate() (bool, error) {
?

https://github.com/actions/virtual-environments doesn't talk much about the underlying CPU vendor (Intel or AMD).

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

No branches or pull requests

2 participants