Skip generating CI job for WinArm32 Checked
authorGaurav Khanna <gkhanna@microsoft.com>
Sun, 16 Oct 2016 22:07:20 +0000 (15:07 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Sun, 16 Oct 2016 22:07:20 +0000 (15:07 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/7f487944b23b1e3034465dd08986cd4106c68b0d

src/coreclr/netci.groovy

index 381e3c8..7f5dcc3 100755 (executable)
@@ -1483,6 +1483,14 @@ combinedScenarios.each { scenario ->
                         os = 'Windows_NT'
                     }
 
+                    // WinArm32 is only built for Debug and Release
+                    if (os == 'Windows_NT' && architecture == 'arm')
+                    {
+                        if (configuration == 'Checked')
+                        {
+                            return
+                        }
+                    }
                     // If the OS is LinuxARMEmulator and arch is arm, set the isLinuxEmulatorBuild
                     // flag to true and reset the os to Ubuntu
                     // The isLinuxEmulatorBuild flag will be used at a later time to execute the right