File: prepare-pipelines.yml

package info (click to toggle)
python-azure 20230112%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 749,544 kB
  • sloc: python: 6,815,827; javascript: 287; makefile: 195; xml: 109; sh: 105
file content (10 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
trigger: none

extends:
  template: /eng/common/pipelines/templates/jobs/prepare-pipelines.yml
  parameters:
    Repository: $(Build.Repository.Name)
    Prefix: python
    CIConventionOptions: ''
    UPConventionOptions: '--variablegroups 58 76 56 93'
    TestsConventionOptions: '--variablegroups 64'