Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codeowners to MRC #235

Merged
1 commit merged into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Default Approval rule if one of the later sections does not apply
* @nv-morpheus/srf-codeowners
* @nv-morpheus/mrc-codeowners

# Approval from Python codeowners is required for these files
/python/ @nv-morpheus/srf-codeowners-python
/python/ @nv-morpheus/mrc-codeowners-python

# Approval from C++ codeowners is required for these files
/benchmarks/ @nv-morpheus/srf-codeowners-cpp
/cmake/ @nv-morpheus/srf-codeowners-cpp
/include/ @nv-morpheus/srf-codeowners-cpp
/protos/ @nv-morpheus/srf-codeowners-cpp
/src/ @nv-morpheus/srf-codeowners-cpp
/tests/ @nv-morpheus/srf-codeowners-cpp
/benchmarks/ @nv-morpheus/mrc-codeowners-cpp
/cmake/ @nv-morpheus/mrc-codeowners-cpp
/include/ @nv-morpheus/mrc-codeowners-cpp
/protos/ @nv-morpheus/mrc-codeowners-cpp
/src/ @nv-morpheus/mrc-codeowners-cpp
/tests/ @nv-morpheus/mrc-codeowners-cpp
4 changes: 2 additions & 2 deletions ci/scripts/github/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ PR_NUM="${GITHUB_REF_NAME##*/}"


# S3 vars
export S3_URL="s3://rapids-downloads/ci/srf"
export DISPLAY_URL="https://downloads.rapids.ai/ci/srf"
export S3_URL="s3://rapids-downloads/ci/mrc"
export DISPLAY_URL="https://downloads.rapids.ai/ci/mrc"
export ARTIFACT_ENDPOINT="/pull-request/${PR_NUM}/${GIT_COMMIT}/${NVARCH}/${BUILD_CC}"
export ARTIFACT_URL="${S3_URL}${ARTIFACT_ENDPOINT}"
export DISPLAY_ARTIFACT_URL="${DISPLAY_URL}${ARTIFACT_ENDPOINT}"
Expand Down