We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2998d5 commit 0789dffCopy full SHA for 0789dff
.evergreen/config.yml
@@ -3856,6 +3856,7 @@ buildvariants:
3856
batchtime: 20160
3857
tasks:
3858
- testtestoidc_task_group
3859
+ - testazureoidc_task_group
3860
- testgcpoidc_task_group
3861
- testk8soidc_task_group_eks
3862
- testk8soidc_task_group_gke
.evergreen/generate_evergreen_tasks.js
@@ -851,7 +851,7 @@ BUILD_VARIANTS.push({
851
batchtime: 20160,
852
tasks: [
853
'testtestoidc_task_group',
854
- // 'testazureoidc_task_group', TODO(NODE-6750): Unskip failed azure failed login
+ 'testazureoidc_task_group',
855
'testgcpoidc_task_group',
856
'testk8soidc_task_group_eks',
857
'testk8soidc_task_group_gke',
0 commit comments