resources: repositories: - repository: pipelines_repo type: github endpoint: ROCm name: ROCm/ROCm variables: - group: common - template: /.azuredevops/variables-global.yml@pipelines_repo trigger: batch: true branches: include: - develop - mainline paths: exclude: - .github - docs - '.*.yaml' - '.*.yml' - '*.md' - LICENSE pr: autoCancel: true branches: include: - develop - mainline paths: exclude: - .github - docs - '.*.yaml' - '.*.yml' - '*.md' - LICENSE drafts: false jobs: - template: ${{ variables.CI_COMPONENT_PATH }}/TransferBench.yml@pipelines_repo