You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER_GUIDE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This package uses the [Gradle](https://docs.gradle.org/current/userguide/usergui
32
32
33
33
#### Building from the command line
34
34
35
-
1.`./gradlew build` builds and tests
35
+
1.`./gradlew build` builds and tests, `./gradlew build buildDeb buildRpm` build RPM and DEB.
36
36
2.`./gradlew :run` launches a single node cluster with ml-commons plugin installed
37
37
3.`./gradlew :integTest` launches a single node cluster with ml-commons plugin installed and runs all integration tests except security. Use `./gradlew integTest -PnumNodes=<number>` to launch multi-node cluster.
38
38
4.` ./gradlew :integTest --tests="<class path>.<test method>"` runs a single integration test class or method, for example `./gradlew integTest --tests="org.opensearch.ml.rest.RestMLTrainAndPredictIT.testTrainAndPredictKmeansWithEmptyParam"` or `./gradlew integTest --tests="org.opensearch.ml.rest.RestMLTrainAndPredictIT"`
0 commit comments