Skip to content

Latest commit

 

History

History

.azure_pipelines

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Pipelines

Note that the pipeline definitions in this folder are for azure pipelines, not github pipelines. There are differences between these systems.

  • ci-eval-pr.yaml is run for all PRs to TruLens. Success is needed for merging into main.
  • ci-eval.yaml for TruLens releases. This includes database migration tests as well as running notebooks. Success is needed for merging into releases/*. Also, any branch named releases/* needs to pass the pipeline tests before merging into main.

More information

  • Branch protection rules. These specify what pipelines must succeed before a PR can be merged. These are configured from the Branches settings panel.

  • Pipelines. Pipelines are described by the various .yaml files in this folder and pointed to by the Azure Pipelines definitions.

  • Triggers documentation describes how to setup triggers (when a pipeline needs to run).