Skip to content

Commit a83f959

Browse files
remove nightly configuration
1 parent 4f7860e commit a83f959

File tree

3 files changed

+0
-48
lines changed

3 files changed

+0
-48
lines changed

.evergreen/config.in.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ command_type: system
1313
# That roughly accounts for variable system performance for various buildvariants
1414
exec_timeout_secs: 2100
1515

16-
patch_aliases:
17-
- alias: "nightly"
18-
variant_tags: ["nightly"]
19-
task_tags: [".*"]
20-
2116
# What to do when evergreen hits the timeout (`post:` tasks are run automatically)
2217
timeout:
2318
- command: subprocess.exec

.evergreen/config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
stepback: true
22
command_type: system
33
exec_timeout_secs: 2100
4-
patch_aliases:
5-
- alias: nightly
6-
variant_tags:
7-
- nightly
8-
task_tags:
9-
- .*
104
timeout:
115
- command: subprocess.exec
126
params:
@@ -5197,8 +5191,3 @@ buildvariants:
51975191
run_on: rhel80-large
51985192
tasks:
51995193
- test_atlas_task_group_search_indexes
5200-
- name: nightly
5201-
display_name: Nightly Build
5202-
run_on: rhel80-large
5203-
tasks:
5204-
- .nightly

.evergreen/generate_evergreen_tasks.js

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -579,31 +579,6 @@ BUILD_VARIANTS.push({
579579
tasks: ['test-atlas-data-lake']
580580
});
581581

582-
const NIGHTLY_TASKS = [
583-
{
584-
name: `run-custom-csfle-tests-with-libmongocrypt-latest`,
585-
tags: ['run-custom-dependency-tests', 'nightly'],
586-
commands: [
587-
updateExpansions({
588-
NODE_LTS_VERSION: LOWEST_LTS,
589-
NPM_VERSION: 9,
590-
VERSION: '8.0',
591-
TOPOLOGY: 'replica_set',
592-
}),
593-
{ func: 'install dependencies' },
594-
{ func: 'bootstrap mongo-orchestration' },
595-
{ func: 'bootstrap kms servers' },
596-
{
597-
func: 'install mongodb-client-encryption',
598-
vars: {
599-
'LIBMONGOCRYPT_VERSION': 'latest'
600-
}
601-
},
602-
{ func: 'run custom csfle tests' }
603-
]
604-
}
605-
];
606-
607582
const customDependencyTests = [];
608583

609584
for (const version of ['5.0', 'rapid', 'latest']) {
@@ -756,13 +731,6 @@ BUILD_VARIANTS.push({
756731
tasks: ['test_atlas_task_group_search_indexes']
757732
});
758733

759-
BUILD_VARIANTS.push({
760-
name: 'nightly',
761-
display_name: 'Nightly Build',
762-
run_on: DEFAULT_OS,
763-
tasks: ['.nightly']
764-
})
765-
766734
// TODO(NODE-4575): unskip zstd and snappy on node 16
767735
for (const variant of BUILD_VARIANTS.filter(
768736
variant => variant.expansions && [16, 18, 20].includes(variant.expansions.NODE_LTS_VERSION)

0 commit comments

Comments
 (0)