File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -4514,12 +4514,6 @@ buildvariants:
4514
4514
tasks :
4515
4515
- test_azurekms_task_group
4516
4516
- test-azurekms-fail-task
4517
- - name : ubuntu20-test-azure-oidc
4518
- display_name : Azure OIDC
4519
- run_on : ubuntu2004-small
4520
- batchtime : 20160
4521
- tasks :
4522
- - testazureoidc_task_group
4523
4517
- name : rhel8-test-atlas
4524
4518
display_name : Atlas Cluster Tests
4525
4519
run_on : rhel80-large
Original file line number Diff line number Diff line change @@ -700,13 +700,16 @@ BUILD_VARIANTS.push({
700
700
tasks : [ 'test_azurekms_task_group' , 'test-azurekms-fail-task' ]
701
701
} ) ;
702
702
703
- BUILD_VARIANTS . push ( {
704
- name : 'ubuntu20-test-azure-oidc' ,
705
- display_name : 'Azure OIDC' ,
706
- run_on : UBUNTU_20_OS ,
707
- batchtime : 20160 ,
708
- tasks : [ 'testazureoidc_task_group' ]
709
- } ) ;
703
+ // TODO(DRIVERS-2416/NODE-4929) - Azure credentials are expired, a new drivers ticket
704
+ // should be created but at the moment for our test failures we will reference the
705
+ // open DRIVERS ticket and completed NODE ticket.
706
+ // BUILD_VARIANTS.push({
707
+ // name: 'ubuntu20-test-azure-oidc',
708
+ // display_name: 'Azure OIDC',
709
+ // run_on: UBUNTU_20_OS,
710
+ // batchtime: 20160,
711
+ // tasks: ['testazureoidc_task_group']
712
+ // });
710
713
711
714
BUILD_VARIANTS . push ( {
712
715
name : 'rhel8-test-atlas' ,
You can’t perform that action at this time.
0 commit comments