File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -2039,6 +2039,19 @@ tasks:
2039
2039
export HEAD_SHA=${github_commit}
2040
2040
bash .evergreen/run-import-time-test.sh
2041
2041
2042
+ - name : " backport-pr"
2043
+ allowed_requesters : ["commit"]
2044
+ commands :
2045
+ - command : subprocess.exec
2046
+ type : test
2047
+ params :
2048
+ binary : bash
2049
+ args :
2050
+ - ${DRIVERS_TOOLS}/.evergreen/github_app/backport-pr.sh
2051
+ - mongodb
2052
+ - mongo-python-driver
2053
+ - ${github_commit}
2054
+
2042
2055
axes :
2043
2056
# Choice of distro
2044
2057
- id : platform
@@ -3014,6 +3027,13 @@ buildvariants:
3014
3027
tasks :
3015
3028
- name : " check-import-time"
3016
3029
3030
+ - name : backport-pr
3031
+ display_name : " Backport PR"
3032
+ run_on :
3033
+ - rhel8.7-small
3034
+ tasks :
3035
+ - name : " backport-pr"
3036
+
3017
3037
- name : " perf-tests"
3018
3038
display_name : " Performance Benchmark Tests"
3019
3039
batchtime : 10080 # 7 days
You can’t perform that action at this time.
0 commit comments