Skip to content
Merged
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
20 changes: 20 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2039,6 +2039,19 @@ tasks:
export HEAD_SHA=${github_commit}
bash .evergreen/run-import-time-test.sh

- name: "backport-pr"
allowed_requesters: ["commit"]
commands:
- command: subprocess.exec
type: test
params:
binary: bash
args:
- ${DRIVERS_TOOLS}/.evergreen/github_app/backport-pr.sh
- mongodb
- mongo-python-driver
- ${github_commit}

axes:
# Choice of distro
- id: platform
Expand Down Expand Up @@ -3014,6 +3027,13 @@ buildvariants:
tasks:
- name: "check-import-time"

- name: backport-pr
display_name: "Backport PR"
run_on:
- rhel8.7-small
tasks:
- name: "backport-pr"

- name: "perf-tests"
display_name: "Performance Benchmark Tests"
batchtime: 10080 # 7 days
Expand Down
Loading