blob: e63908658ac70b7808c7fe05393c12772b286fc9 [file] [log] [blame]
Arthur She5a127572023-07-20 07:21:33 -07001- job:
2 name: mbed-tls-pr-merge
3 description: 'Job for testing PRs merged with the target branch head'
4 project-type: multibranch
5 disabled: false
6 prune-dead-branches: true
7 days-to-keep: 60
8 num-to-keep: 1000
9 script-path: tests/.jenkins/Jenkinsfile
10 properties:
11 - raw:
12 xml: |
13 <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
14 <libraries>
15 <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
16 <name>mbedtls-test</name>
17 <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
18 <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
19 <repoOwner>Mbed-TLS</repoOwner>
20 <repository>mbedtls-test</repository>
21 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
22 </scm>
23 </retriever>
24 <defaultVersion>master</defaultVersion>
25 <implicit>true</implicit>
26 <allowVersionOverride>true</allowVersionOverride>
27 <includeInChangesets>true</includeInChangesets>
28 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
29 </libraries>
30 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
31 scm:
32 - github:
33 api-uri: https://api.github.com
34 credentials-id: mbedtls-github-token
35 repo-owner: Mbed-TLS
36 repo: mbedtls
37 repository-url: https://github.com/Mbed-TLS/mbedtls.git
38 branch-discovery: no-pr
39 discover-pr-forks-strategy: both
40 discover-pr-forks-trust: permission
41 discover-pr-origin: both
42 head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-merge)'
43 property-strategies:
44 all-branches:
45 - pipeline-branch-durability-override: performance-optimized
46 submodule:
47 disable: false
48 recursive: true
49 tracking: false
50 parent-credentials: false