Skip to content

Commit

Permalink
[CI] Disable the governance checks on the tests. (#20797)
Browse files Browse the repository at this point in the history
Disable the autoinjected governance checks in the tests templates since
they timeout on the mac.

ref: https://docs.opensource.microsoft.com/tools/cg/index.html
  • Loading branch information
mandel-macaque committed Jul 1, 2024
1 parent a3f61a9 commit 9a88882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/devops/automation/templates/tests/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ stages:
displayName: 'T:'
timeoutInMinutes: 180
variables:
# disable governance checks in the tests
skipComponentGovernanceDetection: true
# old and ugly env var use by jenkins, we do have parts of the code that use it, contains the PR number
PR_ID: $[ stageDependencies.configure_build.configure.outputs['labels.pr_number'] ]
# set the branch variable name, this is required by jenkins and we have a lot of scripts that depend on it
Expand Down

6 comments on commit 9a88882

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.