We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c87ab commit fae8ac8Copy full SHA for fae8ac8
2 files changed
.evergreen/config.yml
@@ -3611,6 +3611,7 @@ buildvariants:
3611
run_on: debian11-small
3612
batchtime: 20160
3613
tasks:
3614
+ - test_azurekms_task_group
3615
- test-azurekms-fail-task
3616
- name: ubuntu20-test-all-oidc
3617
display_name: MONGODB-OIDC Auth Tests
.evergreen/generate_evergreen_tasks.js
@@ -810,9 +810,7 @@ BUILD_VARIANTS.push({
810
display_name: 'Azure KMS Test',
811
run_on: DEBIAN_OS,
812
batchtime: 20160,
813
- // TODO(NODE-7080): Fix setup of Azure tests in CI
814
- // tasks: ['test_azurekms_task_group', 'test-azurekms-fail-task']
815
- tasks: ['test-azurekms-fail-task']
+ tasks: ['test_azurekms_task_group', 'test-azurekms-fail-task']
816
});
817
818
BUILD_VARIANTS.push({
0 commit comments