| --- |
| # jobs for 'fabric-tna' project |
| |
| - project: |
| name: fabric-tna |
| project: '{name}' |
| |
| github-organization: 'stratum' |
| |
| github_pr_auth_id: '{github-pr-auth-id-onf-bot}' |
| github_pr_org_list: |
| - 'stratum' |
| |
| jobs: |
| - 'fabric-tna-jobs': |
| stream: 'main' |
| |
| # Job matrix |
| profile: |
| - fabric |
| - fabric-int |
| - fabric-spgw |
| - fabric-spgw-int |
| arch: |
| - tna |
| - v1model |
| exclude: |
| - profile: fabric-int |
| arch: v1model |
| - profile: fabric-spgw |
| arch: v1model |
| - profile: fabric-spgw-int |
| arch: v1model |
| |
| - job-group: |
| name: 'fabric-tna-jobs' |
| jobs: |
| - 'pr-verify-{profile}-{arch}' |
| - 'postmerge-{profile}-{arch}' |
| - 'fabric-tna-linerate-tests' |