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
* Updates dev guide to inform the workflow approval step
Signed-off-by: Brian Flores <iflorbri@amazon.com>
* Adjusted reason for workflow approval
Signed-off-by: Brian Flores <iflorbri@amazon.com>
---------
Signed-off-by: Brian Flores <iflorbri@amazon.com>
@@ -96,7 +97,7 @@ This package uses the [Gradle](https://docs.gradle.org/current/userguide/usergui
96
97
7. `./gradlew integTest -Dtests.rest.cluster=localhost:9200 -Dtests.cluster=localhost:9200 -Dtests.clustername="docker-cluster" -Dhttps=true -Duser=admin -Dpassword=admin` launches integration tests against a local cluster and run tests with security. Detail steps: (1)download OpenSearch tarball to local and install by running `opensearch-tar-install.sh`; (2)build ML plugin zip with your change and install ML plugin zip; (3)restart local test cluster; (4) run this gradle command to test.
97
98
8. `./gradlew spotlessApply` formats code. And/or import formatting rules in `.eclipseformat.xml` with IDE.
98
99
99
-
When launching a cluster using one of the above commands logs are placed in `/build/cluster/run node0/opensearch-<version>/logs`. Though the logs are teed to the console, in practices it's best to check the actual log file.
100
+
When launching a cluster using one of the above commands logs are placed in `/build/cluster/run node0/opensearch-<version>/logs`. Though the logs are tied to the console, in practices it's best to check the actual log file.
100
101
101
102
#### Debugging
102
103
@@ -118,6 +119,13 @@ To debug code running in an integ test (which exercises the server from a separa
118
119
119
120
The test runner JVM will start suspended and wait for a debugger to attach to `localhost:5005` before running the tests.
120
121
122
+
## GitHub CI/CD workflow Approval
123
+
Effective October 2, 2024, maintainer approval will be required to run GitHub CI/CD workflow actions when pushing a pull request (PR).
124
+
125
+
This change is being implemented as part of our enhanced security measures. We appreciate your patience and cooperation.
126
+
127
+
For a list of current maintainers, please refer to [MAINTAINERS.md](https://github.com/opensearch-project/ml-commons/blob/main/MAINTAINERS.md).
0 commit comments