# Advanced pipeline for running our full test suite on demand. trigger: # When changing these triggers, please ensure the documentation under # "Running tests in CI" is still correct. - azure-test-* - test-* jobs: # Any addition here should be reflected in the advanced and release pipelines. # It is advised to declare all jobs here as templates to improve maintainability. - template: templates/tests-suite.yml - template: templates/installer-tests.yml