blob: 8de2cab8c8acfd92a5d11a105d253397c838ead0 [file] [log] [blame]
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -06001- job:
2 name: mbed-tls-pr-merge
3 description: 'Job for testing PRs merged with the target branch head'
4 project-type: multibranch
Arthur Shecbdda732022-12-01 11:08:54 -08005 disabled: true
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -06006 prune-dead-branches: true
Arthur Shed2a16382022-01-19 10:24:08 -08007 days-to-keep: 60
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -06008 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">
Arthur She33fe8c52022-03-31 17:31:12 -070019 <repoOwner>Mbed-TLS</repoOwner>
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060020 <repository>mbedtls-test</repository>
Arthur She33fe8c52022-03-31 17:31:12 -070021 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060022 </scm>
23 </retriever>
Arthur Shef71eb632022-03-08 21:36:02 -080024 <defaultVersion>master</defaultVersion>
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060025 <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
Bence Szépkútia99f7f42022-04-01 17:13:49 +020035 repo-owner: Mbed-TLS
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060036 repo: mbedtls
Arthur She33fe8c52022-03-31 17:31:12 -070037 repository-url: https://github.com/Mbed-TLS/mbedtls.git
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060038 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 submodule:
44 disable: false
45 recursive: true
46 tracking: false
47 parent-credentials: false