Skip to content

Commit 3d37143

Browse files
authored
[3.0] prcheck yml - disable use1esentry (#16319)
1 parent a3b69cf commit 3d37143

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.pipelines/fasttrack/FasttrackMergeNotifier.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ extends:
1515
template: v2/OneBranch.NonOfficial.CrossPlat.yml@templates
1616
parameters:
1717
featureFlags:
18+
use1esentry: false # this disables 1es entrypoint which is a workaround for issues from IcM https://portal.microsofticm.com/imp/v5/incidents/details/743308145/summary
1819
LinuxHostVersion:
1920
Network: R1
2021
runOnHost: true

.pipelines/prchecks/DevPRCheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ extends:
2626
template: v2/OneBranch.NonOfficial.CrossPlat.yml@templates
2727
parameters:
2828
featureFlags:
29+
use1esentry: false # this disables 1es entrypoint which is a workaround for issues from IcM https://portal.microsofticm.com/imp/v5/incidents/details/743308145/summary
2930
LinuxHostVersion:
3031
Network: R1
3132
globalSdl:

.pipelines/prchecks/FastTrackPRCheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ extends:
2626
template: v2/OneBranch.NonOfficial.CrossPlat.yml@templates
2727
parameters:
2828
featureFlags:
29+
use1esentry: false # this disables 1es entrypoint which is a workaround for issues from IcM https://portal.microsofticm.com/imp/v5/incidents/details/743308145/summary
2930
LinuxHostVersion:
3031
Network: R1
3132
globalSdl:

0 commit comments

Comments
 (0)