We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94122fb commit ed00725Copy full SHA for ed00725
.evergreen/config.yml
@@ -3813,6 +3813,7 @@ buildvariants:
3813
batchtime: 20160
3814
tasks:
3815
- testtestoidc_task_group
3816
+ - testazureoidc_task_group
3817
- testgcpoidc_task_group
3818
- testk8soidc_task_group_eks
3819
- testk8soidc_task_group_gke
.evergreen/generate_evergreen_tasks.js
@@ -823,7 +823,7 @@ BUILD_VARIANTS.push({
823
batchtime: 20160,
824
tasks: [
825
'testtestoidc_task_group',
826
- // 'testazureoidc_task_group', TODO(NODE-6750): Unskip failed azure failed login
+ 'testazureoidc_task_group',
827
'testgcpoidc_task_group',
828
'testk8soidc_task_group_eks',
829
'testk8soidc_task_group_gke',
0 commit comments