Skip to content

Commit 13c232d

Browse files
committed
PYTHON-4897 Remove Assign PR Reviewer from PyMongo
1 parent 25de52a commit 13c232d

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
@@ -1954,23 +1954,6 @@ tasks:
19541954
- func: "attach benchmark test results"
19551955
- func: "send dashboard data"
19561956

1957-
- name: "assign-pr-reviewer"
1958-
tags: ["pr"]
1959-
allowed_requesters: ["patch", "github_pr"]
1960-
commands:
1961-
- command: shell.exec
1962-
type: test
1963-
params:
1964-
shell: "bash"
1965-
working_dir: src
1966-
script: |
1967-
. .evergreen/scripts/env.sh
1968-
set -x
1969-
export CONFIG=$PROJECT_DIRECTORY/.github/reviewers.txt
1970-
export SCRIPT="$DRIVERS_TOOLS/.evergreen/github_app/assign-reviewer.sh"
1971-
bash $SCRIPT -p $CONFIG -h ${github_commit} -o "mongodb" -n "mongo-python-driver"
1972-
echo '{"results": [{ "status": "PASS", "test_file": "Build", "log_raw": "Test completed" } ]}' > ${PROJECT_DIRECTORY}/test-results.json
1973-
19741957
- name: "check-import-time"
19751958
tags: ["pr"]
19761959
commands:
@@ -3997,12 +3980,6 @@ buildvariants:
39973980
tasks:
39983981
- name: test_aws_lambda_task_group
39993982

4000-
- name: rhel8-pr-assign-reviewer
4001-
display_name: Assign PR Reviewer
4002-
run_on: rhel87-small
4003-
tasks:
4004-
- name: "assign-pr-reviewer"
4005-
40063983
- name: rhel8-import-time
40073984
display_name: Import Time Check
40083985
run_on: rhel87-small

0 commit comments

Comments
 (0)