Skip to content

Commit

Permalink
only use patch aliases in the ui
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Jan 18, 2024
1 parent 433722f commit 403116c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
7 changes: 1 addition & 6 deletions .evergreen.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Regenerate using `npm run update-evergreen-config`
# https://jira.mongodb.org/browse/EVG-20276
unset_function_vars: true

patch_aliases:
- alias: "nightly-driver"
variant_tags: ["nightly-driver"]
task: ".*"
exec_timeout_secs: 10800

post_error_fails_task: true
Expand Down Expand Up @@ -13163,7 +13158,7 @@ buildvariants:
- name: linux_unit
display_name: "Ubuntu 18.04 x64 (Unit tests)"
run_on: ubuntu2004-small
tags: ["driver-nightly"]
tags: ["nightly-driver"]
tasks:
- name: compile_ts
- name: check
Expand Down
5 changes: 0 additions & 5 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# https://jira.mongodb.org/browse/EVG-20276
unset_function_vars: true

patch_aliases:
- alias: "nightly-driver"
variant_tags: ["nightly-driver"]
task: ".*"

<%
const path = require('path');

Expand Down

0 comments on commit 403116c

Please sign in to comment.