File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments