Prepare for release, 2.7.0. (#799)

* Prepare for release, 2.7.0.

Signed-off-by: dblock <[email protected]>

* Remove references to Jenkins.

Signed-off-by: dblock <[email protected]>

* Update compatibility matrix.

Signed-off-by: dblock <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
This commit is contained in:
Daniel (dB.) Doubrovkine
2024-08-20 08:33:35 -07:00
committed by GitHub
parent 6382c1570c
commit dbc11371db
9 changed files with 12 additions and 25 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ def run_all(argv: Any = None) -> None:
"test_opensearchpy/test_async/test_server_secured/",
]
# Jenkins/Github actions, only run server tests
# GitHub Actions, only run server tests
if environ.get("TEST_TYPE") == "server":
test_dir = abspath(dirname(__file__))
if secured: