You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/pipelines/templates/stages/1es-redirect.yml
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,16 @@ extends:
52
52
name: azsdk-pool
53
53
image: windows-2022
54
54
os: windows
55
-
eslint:
56
-
enabled: false
57
-
justificationForDisabling: "ESLint injected task has failures because it uses an old version of mkdirp. We should not fail for tools not controlled by the repo. See: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3556850"
58
55
codeql:
59
56
compiled:
60
57
enabled: false
61
-
justificationForDisabling: "CodeQL times our pipelines out by running for 2+ hours before being force canceled."
58
+
justificationForDisabling: "To reduce redundant CG runs across all our pipeline jobs we are disabling and only running in our main build job."
59
+
componentgovernance:
60
+
enabled: false
61
+
justificationForDisabling: "To reduce redundant CG runs across all our pipeline jobs we are disabling and only running in our main build job."
62
+
eslint:
63
+
enabled: false
64
+
justificationForDisabling: "ESLint is not interesting for this repo as it is mostly Rust code and any JS/TS in the repo is updated outside of this repo."
0 commit comments