Skip to content

Commit 493c331

Browse files
authored
PYTHON-4897 Remove Assign PR Reviewer from PyMongo (mongodb#1960)
1 parent 79ad2a1 commit 493c331

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,23 +1945,6 @@ tasks:
19451945
- func: "attach benchmark test results"
19461946
- func: "send dashboard data"
19471947

1948-
- name: "assign-pr-reviewer"
1949-
tags: ["pr"]
1950-
allowed_requesters: ["patch", "github_pr"]
1951-
commands:
1952-
- command: shell.exec
1953-
type: test
1954-
params:
1955-
shell: "bash"
1956-
working_dir: src
1957-
script: |
1958-
. .evergreen/scripts/env.sh
1959-
set -x
1960-
export CONFIG=$PROJECT_DIRECTORY/.github/reviewers.txt
1961-
export SCRIPT="$DRIVERS_TOOLS/.evergreen/github_app/assign-reviewer.sh"
1962-
bash $SCRIPT -p $CONFIG -h ${github_commit} -o "mongodb" -n "mongo-python-driver"
1963-
echo '{"results": [{ "status": "PASS", "test_file": "Build", "log_raw": "Test completed" } ]}' > ${PROJECT_DIRECTORY}/test-results.json
1964-
19651948
- name: "check-import-time"
19661949
tags: ["pr"]
19671950
commands:
@@ -4332,12 +4315,6 @@ buildvariants:
43324315
tasks:
43334316
- name: test_aws_lambda_task_group
43344317

4335-
- name: rhel8-pr-assign-reviewer
4336-
display_name: Assign PR Reviewer
4337-
run_on: rhel87-small
4338-
tasks:
4339-
- name: "assign-pr-reviewer"
4340-
43414318
- name: rhel8-import-time
43424319
display_name: Import Time Check
43434320
run_on: rhel87-small

0 commit comments

Comments
 (0)