Merge "parameterise upgrade job with upgrade_from_release"
[infra/cicd.git] / jjb / geode-native-win / apache-geode-native-win-slave / apache-geode-native-win-slave-setup.yaml
index 896e8ddf295fb60b1a261bcdc7acffd1c455e906..38b835a062b8b921df381a71ca807ce9ee2cbec2 100644 (file)
@@ -21,7 +21,7 @@
     name: 'win-geode-native-SlaveSetup'
 
     node: geode-windows2019
-    disabled: false
+    disabled: true
     concurrent: true
 
     properties:
           default: '2.6.4'
           description: Version of NUnit .Net test framework for geode-native tests on Windows
       - string:
-          name: DOTNET_VERSION
+          name: DEV_DOTNET_VERSION
           default: '4.5.2'
           description: Version of .NET Framework development platform for geode-native on Windows
       - string:
-          name: DOGTAIL_DOTNET_VERSION
-          default: '3.5sp1'
-          description: Version of Dogtail .NET Framework development platform for geode-native on Windows
+          name: DOTNET_VERSION
+          default: '3.5'
+          description: Version of .NET Framework for geode-native on Windows. (Version 3 is required for Old CLI Integration Tests)
       - string:
           name: GEODE_SERVER_PATH
           default: 'C:\GeodeServer'