Skip to content

Commit

Permalink
Adding Vijayan as OpenSearch Benchmark Maintainer (#533)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hoang <hoangia@amazon.com>
Co-authored-by: Ian Hoang <hoangia@amazon.com>
  • Loading branch information
IanHoang and Ian Hoang authored May 15, 2024
1 parent 2b18a35 commit 668868e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @IanHoang @gkamat @beaioun @cgchinmay @rishabh6788
* @IanHoang @gkamat @beaioun @cgchinmay @rishabh6788 @VijayanB
15 changes: 8 additions & 7 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ This document contains a list of maintainers in this repo. See [opensearch-proje

## Current Maintainers

| Maintainer | GitHub ID | Affiliation |
| ----------------- | ----------------------------------------------------- | ----------- |
| Ian Hoang | [IanHoang](https://github.com/IanHoang) | Amazon |
| Govind Kamat | [gkamat](https://github.com/gkamat) | Amazon |
| Mingyang Shi | [beaioun](https://github.com/beaioun) | OSCI |
| Chinmay Gadgil | [cgchinmay](https://github.com/cgchinmay) | Amazon |
| Rishabh Singh | [rishabh6788](https://github.com/rishabh6788) | Amazon |
| Maintainer | GitHub ID | Affiliation |
| ----------------------- | ----------------------------------------------------- | ----------- |
| Ian Hoang | [IanHoang](https://github.com/IanHoang) | Amazon |
| Govind Kamat | [gkamat](https://github.com/gkamat) | Amazon |
| Mingyang Shi | [beaioun](https://github.com/beaioun) | OSCI |
| Chinmay Gadgil | [cgchinmay](https://github.com/cgchinmay) | Amazon |
| Rishabh Singh | [rishabh6788](https://github.com/rishabh6788) | Amazon |
| Vijayan Balasubramanian | [VijayanB](https://github.com/VijayanB) | Amazon |
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ def str_from_file(name):
first_unsupported_version = "{}.{}".format(supported_python_versions[-1][0], supported_python_versions[-1][1] + 1)

setup(name="opensearch-benchmark",
author="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh",
author_email="ianhoang16@gmail.com, govind_kamat@yahoo.com, mmyyshi@gmail.com, chinmay5j@gmail.com, rishabhksingh@gmail.com",
maintainer="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh",
maintainer_email="ianhoang16@gmail.com, govind_kamat@yahoo.com, mmyyshi@gmail.com, chinmay5j@gmail.com, rishabhksingh@gmail.com",
author="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh, Vijayan Balasubramanian",
author_email="ianhoang16@gmail.com, govind_kamat@yahoo.com, mmyyshi@gmail.com, chinmay5j@gmail.com, rishabhksingh@gmail.com, vijayan.balasubramanian@gmail.com",
maintainer="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh, Vijayan Balasubramanian",
maintainer_email="ianhoang16@gmail.com, govind_kamat@yahoo.com, mmyyshi@gmail.com, chinmay5j@gmail.com, rishabhksingh@gmail.com, vijayan.balasubramanian@gmail.com",
version=__versionstr__,
description="Macrobenchmarking framework for OpenSearch",
long_description=long_description,
Expand Down

0 comments on commit 668868e

Please sign in to comment.