Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 1 | - job: |
| 2 | name: mbed-tls-restricted-pr-ci-testing |
| 3 | description: 'mbedtls CI testing job' |
| 4 | project-type: multibranch |
| 5 | prune-dead-branches: true |
| 6 | script-path: tests/.jenkins/Jenkinsfile |
| 7 | properties: |
| 8 | - raw: |
| 9 | xml: | |
| 10 | <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9"> |
| 11 | <libraries> |
| 12 | <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 13 | <name>mbedtls-test</name> |
| 14 | <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever"> |
| 15 | <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1"> |
| 16 | <repoOwner>Mbed-TLS</repoOwner> |
| 17 | <repository>mbedtls-test</repository> |
| 18 | <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl> |
| 19 | <traits> |
| 20 | <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait> |
| 21 | <strategyId>1</strategyId> |
| 22 | </org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait> |
| 23 | <org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait> |
| 24 | <strategyId>2</strategyId> |
| 25 | </org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait> |
| 26 | <org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait> |
| 27 | <strategyId>2</strategyId> |
| 28 | <trust class="org.jenkinsci.plugins.github_branch_source.ForkPullRequestDiscoveryTrait$TrustPermission"/> |
| 29 | </org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait> |
| 30 | </traits> |
| 31 | </scm> |
| 32 | </retriever> |
| 33 | <defaultVersion>staging/pr-ci-testing</defaultVersion> |
| 34 | <implicit>true</implicit> |
| 35 | <allowVersionOverride>true</allowVersionOverride> |
| 36 | <includeInChangesets>true</includeInChangesets> |
| 37 | </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 38 | </libraries> |
| 39 | </org.jenkinsci.plugins.workflow.libs.FolderLibraries> |
| 40 | scm: |
| 41 | - github: |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 42 | credentials-id: mbedtls-github-token |
| 43 | repo-owner: Mbed-TLS |
| 44 | repo: mbedtls-restricted |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 45 | branch-discovery: no-pr |
| 46 | discover-pr-origin: both |
Bence Szépkúti | 5865af2 | 2023-10-05 19:22:56 +0200 | [diff] [blame] | 47 | head-filter-regex: 'PR-(758|759|806|850|906|916|919)-.*' |
Bence Szépkúti | c975867 | 2023-08-17 14:05:38 +0200 | [diff] [blame] | 48 | status-checks: |
| 49 | skip: true |
| 50 | skip-branch-source-notifications: true |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 51 | property-strategies: |
| 52 | all-branches: |
| 53 | - pipeline-branch-durability-override: performance-optimized |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 54 | submodule: |
| 55 | disable: false |
| 56 | recursive: true |
| 57 | tracking: false |
| 58 | parent-credentials: false |
| 59 | ssh-checkout: |
| 60 | credentials: mbedtls-github-ssh |
Arthur She | 3b7e3f8 | 2023-07-20 13:50:55 -0700 | [diff] [blame] | 61 | - github: |
| 62 | credentials-id: mbedtls-github-token |
| 63 | repo-owner: Mbed-TLS |
| 64 | repo: mbedtls |
| 65 | branch-discovery: all |
| 66 | discover-pr-origin: both |
| 67 | discover-pr-forks-strategy: both |
| 68 | discover-pr-forks-trust: permission |
Bence Szépkúti | e0cc563 | 2023-07-26 15:29:40 +0200 | [diff] [blame] | 69 | head-filter-regex: 'PR-7959-(head|merge)|gh-readonly-queue/dev/bensze01/merge-queue-test/.*' |
Bence Szépkúti | 73f8e9d | 2023-08-18 17:05:19 +0200 | [diff] [blame] | 70 | status-checks: |
| 71 | skip: true |
| 72 | skip-branch-source-notifications: true |
Arthur She | 3b7e3f8 | 2023-07-20 13:50:55 -0700 | [diff] [blame] | 73 | property-strategies: |
| 74 | all-branches: |
| 75 | - pipeline-branch-durability-override: performance-optimized |
| 76 | submodule: |
| 77 | disable: false |
| 78 | recursive: true |
| 79 | tracking: false |
| 80 | parent-credentials: false |
| 81 | ssh-checkout: |
| 82 | credentials: mbedtls-github-ssh |