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>
(cherry picked from commit 09ee93f)
Co-authored-by: Brian Flores <iflorbri@amazon.com>
@@ -100,7 +101,7 @@ This package uses the [Gradle](https://docs.gradle.org/current/userguide/usergui
100
101
11. `./gradlew adBwcCluster#fullRestartClusterTask -Dtests.security.manager=false` launches a cluster with three nodes of bwc version of OpenSearch with anomaly-detection and job-scheduler and tests backwards compatibility by performing a full restart on the cluster upgrading all the nodes with the current version of OpenSearch with anomaly-detection and job-scheduler.
101
102
12. `./gradlew bwcTestSuite -Dtests.security.manager=false` runs all the above bwc tests combined.
102
103
103
-
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.
104
+
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.
104
105
105
106
#### Debugging
106
107
@@ -122,6 +123,13 @@ To debug code running in an integ test (which exercises the server from a separa
122
123
123
124
The test runner JVM will start suspended and wait for a debugger to attach to `localhost:5005` before running the tests.
124
125
126
+
## GitHub CI/CD workflow Approval
127
+
Effective October 2, 2024, maintainer approval will be required to run GitHub CI/CD workflow actions when pushing a pull request (PR).
128
+
129
+
This change is being implemented as part of our enhanced security measures. We appreciate your patience and cooperation.
130
+
131
+
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