Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 899e9ef

Browse files
committed
Relase build only for ilasm round trip tests in CI
This eliminates spurious job display in Jenkins web which is unnecessary.
1 parent 9516128 commit 899e9ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

netci.groovy

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,6 +1349,10 @@ combinedScenarios.each { scenario ->
13491349
if (architecture != 'x64') {
13501350
return
13511351
}
1352+
// Release only
1353+
if (configuration != 'Release') {
1354+
return
1355+
}
13521356
break
13531357
case 'r2r':
13541358
// The r2r build isn't necessary except for Windows_NT. Non-Windows NT uses
@@ -1844,6 +1848,10 @@ combinedScenarios.each { scenario ->
18441848
// Nothing skipped
18451849
break
18461850
case 'ilrt':
1851+
// Release only
1852+
if (configuration != 'Release') {
1853+
return
1854+
}
18471855
break
18481856
case 'r2r':
18491857
//Skip configs that aren't Checked or Release (so just Debug, for now)

0 commit comments

Comments
 (0)