diff --git a/builds/checkin/e2e-checkin.yaml b/builds/checkin/e2e-checkin.yaml index a2cc9e960aa..1d152a743e7 100644 --- a/builds/checkin/e2e-checkin.yaml +++ b/builds/checkin/e2e-checkin.yaml @@ -14,6 +14,7 @@ pr: - release/1.1-k8s-preview variables: + Codeql.Enabled: false DisableDockerDetector: true resources: diff --git a/builds/ci/dotnet.yaml b/builds/ci/dotnet.yaml index 49fc38619f6..b74db1ff2c3 100644 --- a/builds/ci/dotnet.yaml +++ b/builds/ci/dotnet.yaml @@ -6,6 +6,7 @@ trigger: - release/* pr: none variables: + Codeql.Enabled: false DisableDockerDetector: true build.configuration: Release test.filter: Category=Integration&Category!=Stress diff --git a/builds/e2e/connectivity.yaml b/builds/e2e/connectivity.yaml index 5b759fe4f4b..6a2f3cf8b63 100644 --- a/builds/e2e/connectivity.yaml +++ b/builds/e2e/connectivity.yaml @@ -25,6 +25,7 @@ schedules: always: true variables: + Codeql.Enabled: false DisableDockerDetector: true images.artifact.name.linux: 'core-linux' diff --git a/builds/e2e/e2e.yaml b/builds/e2e/e2e.yaml index a0c56e3279a..f330dae6923 100644 --- a/builds/e2e/e2e.yaml +++ b/builds/e2e/e2e.yaml @@ -12,6 +12,7 @@ resources: - release/* variables: + Codeql.Enabled: false DisableDockerDetector: true # A 'minimal' pipeline only runs one end-to-end test (TempSensor). This is useful for platforms or # environments that are very similar to other platforms/environments in our matrix, Ubuntu 20.04 diff --git a/builds/e2e/isa-95-smoke-test.yaml b/builds/e2e/isa-95-smoke-test.yaml index 9d1bd9cce8f..1be7cabf07a 100644 --- a/builds/e2e/isa-95-smoke-test.yaml +++ b/builds/e2e/isa-95-smoke-test.yaml @@ -18,6 +18,7 @@ schedules: always: true variables: + Codeql.Enabled: false DisableDockerDetector: true itProxy: http://10.16.8.4:3128 otProxy: http://10.16.5.4:3128 diff --git a/builds/e2e/longhaul.yaml b/builds/e2e/longhaul.yaml index e270eb26774..10aa1c48e10 100644 --- a/builds/e2e/longhaul.yaml +++ b/builds/e2e/longhaul.yaml @@ -9,6 +9,7 @@ schedules: always: true variables: + Codeql.Enabled: false DisableDockerDetector: true images.artifact.name.linux: 'core-linux' vsts.project: $(System.TeamProjectId) diff --git a/builds/e2e/nested-e2e.yaml b/builds/e2e/nested-e2e.yaml index af30d8b82e5..7de4885cd62 100644 --- a/builds/e2e/nested-e2e.yaml +++ b/builds/e2e/nested-e2e.yaml @@ -19,6 +19,7 @@ schedules: always: true variables: + Codeql.Enabled: false DisableDockerDetector: true # A 'minimal' pipeline only runs one end-to-end test (TempSensor). This is useful for platforms or # environments that are very similar to other platforms/environments in our matrix, Ubuntu 20.04 diff --git a/builds/e2e/nested-longhaul.yaml b/builds/e2e/nested-longhaul.yaml index 46eed982c7b..58b25a3df29 100644 --- a/builds/e2e/nested-longhaul.yaml +++ b/builds/e2e/nested-longhaul.yaml @@ -9,6 +9,7 @@ schedules: always: true variables: + Codeql.Enabled: false DisableDockerDetector: true resources: diff --git a/builds/misc/addons-publish.yaml b/builds/misc/addons-publish.yaml index 810fb5aeb8a..74d31772789 100644 --- a/builds/misc/addons-publish.yaml +++ b/builds/misc/addons-publish.yaml @@ -3,6 +3,7 @@ trigger: none pr: none variables: + Codeql.Enabled: false DisableDockerDetector: true jobs: diff --git a/builds/misc/addons-release.yaml b/builds/misc/addons-release.yaml index f37186e54ba..3ca26de9bdc 100644 --- a/builds/misc/addons-release.yaml +++ b/builds/misc/addons-release.yaml @@ -3,6 +3,7 @@ trigger: none pr: none variables: + Codeql.Enabled: false DisableDockerDetector: true NugetSecurityAnalysisWarningLevel: warn diff --git a/builds/misc/ci-build.yaml b/builds/misc/ci-build.yaml index d416500172f..cb5c5d45488 100644 --- a/builds/misc/ci-build.yaml +++ b/builds/misc/ci-build.yaml @@ -7,6 +7,7 @@ trigger: pr: none variables: + Codeql.Enabled: false DisableDockerDetector: true stages: diff --git a/builds/misc/images-publish.yaml b/builds/misc/images-publish.yaml index 87b8bb09e8c..327629f1aac 100644 --- a/builds/misc/images-publish.yaml +++ b/builds/misc/images-publish.yaml @@ -2,6 +2,7 @@ trigger: none pr: none variables: + Codeql.Enabled: false DisableDockerDetector: true resources: diff --git a/builds/misc/images-release.yaml b/builds/misc/images-release.yaml index 8c3b638b295..1937166d111 100644 --- a/builds/misc/images-release.yaml +++ b/builds/misc/images-release.yaml @@ -4,6 +4,7 @@ trigger: none pr: none variables: + Codeql.Enabled: false DisableDockerDetector: true diff --git a/builds/misc/packages-release.yaml b/builds/misc/packages-release.yaml index 77069532340..d5a1fc57734 100644 --- a/builds/misc/packages-release.yaml +++ b/builds/misc/packages-release.yaml @@ -3,6 +3,7 @@ trigger: none pr: none variables: + Codeql.Enabled: false DisableDockerDetector: true resources: diff --git a/builds/release/detect-image-updates.yaml b/builds/release/detect-image-updates.yaml index eadaa313f1b..4f63f90204d 100644 --- a/builds/release/detect-image-updates.yaml +++ b/builds/release/detect-image-updates.yaml @@ -19,8 +19,9 @@ resources: name: Azure/azure-iotedge variables: - NugetSecurityAnalysisWarningLevel: warn + Codeql.Enabled: false DisableDockerDetector: true + NugetSecurityAnalysisWarningLevel: warn pool: name: $(pool.linux.name) diff --git a/builds/release/refresh-core-images.yaml b/builds/release/refresh-core-images.yaml index 811fa8ffd01..e3876aaf2ad 100644 --- a/builds/release/refresh-core-images.yaml +++ b/builds/release/refresh-core-images.yaml @@ -16,6 +16,7 @@ resources: name: Azure/azure-iotedge variables: + Codeql.Enabled: false DisableDockerDetector: true stages: diff --git a/builds/service/service-deployment.yaml b/builds/service/service-deployment.yaml index 944a1e403b9..fc51309514c 100644 --- a/builds/service/service-deployment.yaml +++ b/builds/service/service-deployment.yaml @@ -11,6 +11,7 @@ schedules: always: true variables: + Codeql.Enabled: false DisableDockerDetector: true pool: