Skip to content

ci: Add environment variable to detect Azure Pipelines - #32181

Open
QuLogic wants to merge 1 commit into
matplotlib:mainfrom
QuLogic:azure-is-ci
Open

ci: Add environment variable to detect Azure Pipelines#32181
QuLogic wants to merge 1 commit into
matplotlib:mainfrom
QuLogic:azure-is-ci

Conversation

@QuLogic

@QuLogic QuLogic commented Aug 7, 2026

Copy link
Copy Markdown
Member

PR summary

There is no mention of the generic CI or CONTINUOUS_INTEGRATION on Azure's docs [1], so use the one that is there: TF_BUILD.

[1] https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables

AI Disclosure

None

PR quality check

  • Use an expressive title, e.g. "Fix title font property precedence"
  • New and changed code is tested
  • [n/a] Plotting related features are demonstrated in an example
  • [n/a] New features and API changes have release notes
  • [n/a] Documentation complies with general and docstring guidelines

There is no mention of the generic `CI` or `CONTINUOUS_INTEGRATION` on
Azure's docs [1], so use the one that is there: `TF_BUILD`.

[1] https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables
@QuLogic QuLogic added this to the v3.11.2 milestone Aug 7, 2026
@QuLogic

QuLogic commented Aug 7, 2026

Copy link
Copy Markdown
Member Author

Note that not having this environment variable means that we previously did not extend the timeouts on Azure in the way we were expecting, so hopefully this will help with the flaky tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants