github.com/Azure/aad-pod-identity@v1.8.17/.pipelines/pr.yml (about) 1 trigger: none 2 3 pr: 4 branches: 5 include: 6 - master 7 paths: 8 exclude: 9 - docs/* 10 - website/* 11 - .github/* 12 - README.md 13 14 pool: staging-pool-amd64-mariner-2 15 16 jobs: 17 - template: templates/unit-test.yml 18 - template: templates/e2e-test.yml 19 parameters: 20 clusterConfigs: 21 - "aks"