Skip to content

Commit a35c18f

Browse files
erin2722MongoDB Bot
authored andcommitted
SERVER-95702 Run gRPC variants every day instead of every week (#27971)
GitOrigin-RevId: 39374e3
1 parent d2daa5f commit a35c18f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/evergreen_yml_components/variants/rhel/test_dev_master_branch_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ buildvariants:
236236
- <<: *generic_linux_compile_params
237237
name: &linux-x86-dynamic-grpc linux-x86-dynamic-grpc
238238
display_name: "~ Linux x86 Shared Library Enterprise with GRPC"
239-
cron: "0 0 * * 0" # Once a week on Sunday
239+
cron: "0 4 * * *" # From the ${project_nightly_cron} parameter.
240240
stepback: false
241241
expansions:
242242
<<: *generic_linux_compile_expansions

etc/evergreen_yml_components/variants/sanitizer/test_dev_master_branch_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ buildvariants:
649649
- name: &linux-debug-aubsan-compile-grpc linux-debug-aubsan-compile-grpc
650650
display_name: "~ Linux x86 Shared Library {A,UB}SAN Enterprise Compile with GRPC"
651651
tags: ["experimental"]
652-
cron: "0 0 * * 0" # Once a week on Sunday
652+
cron: "0 4 * * *" # From the ${project_nightly_cron} parameter.
653653
run_on:
654654
- rhel8.8-large
655655
expansions:

0 commit comments

Comments
 (0)