Skip to content

Commit

Permalink
trying patch aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Jan 18, 2024
1 parent c6df8b2 commit 433722f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .evergreen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 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 @@ -13158,6 +13163,7 @@ buildvariants:
- name: linux_unit
display_name: "Ubuntu 18.04 x64 (Unit tests)"
run_on: ubuntu2004-small
tags: ["driver-nightly"]
tasks:
- name: compile_ts
- name: check
Expand Down
6 changes: 6 additions & 0 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# 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 Expand Up @@ -1201,6 +1206,7 @@ buildvariants:
- name: linux_unit
display_name: "Ubuntu 18.04 x64 (Unit tests)"
run_on: ubuntu2004-small
tags: ["nightly-driver"]
tasks:
- name: compile_ts
- name: check
Expand Down

0 comments on commit 433722f

Please sign in to comment.