blob: 3c4acf2517f500a9b881809b232320493f237326 [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
5 prune-dead-branches: true
Arthur Shed2a16382022-01-19 10:24:08 -08006 days-to-keep: 60
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -06007 num-to-keep: 1000
8 script-path: tests/.jenkins/Jenkinsfile
9 properties:
10 - raw:
11 xml: |
12 <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
13 <libraries>
14 <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
15 <name>mbedtls-test</name>
16 <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
17 <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
Arthur She33fe8c52022-03-31 17:31:12 -070018 <repoOwner>Mbed-TLS</repoOwner>
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060019 <repository>mbedtls-test</repository>
Arthur She33fe8c52022-03-31 17:31:12 -070020 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060021 </scm>
22 </retriever>
Arthur Shef71eb632022-03-08 21:36:02 -080023 <defaultVersion>master</defaultVersion>
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060024 <implicit>true</implicit>
25 <allowVersionOverride>true</allowVersionOverride>
26 <includeInChangesets>true</includeInChangesets>
27 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
28 </libraries>
29 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
30 scm:
31 - github:
32 api-uri: https://api.github.com
33 credentials-id: mbedtls-github-token
Bence Szépkútia99f7f42022-04-01 17:13:49 +020034 repo-owner: Mbed-TLS
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060035 repo: mbedtls
Arthur She33fe8c52022-03-31 17:31:12 -070036 repository-url: https://github.com/Mbed-TLS/mbedtls.git
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060037 branch-discovery: no-pr
38 discover-pr-forks-strategy: both
39 discover-pr-forks-trust: permission
40 discover-pr-origin: both
41 head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-merge)'
Arthur Shedee96b72023-06-18 10:14:54 -070042 property-strategies:
43 all-branches:
44 - pipeline-branch-durability-override: performance-optimized
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -060045 submodule:
46 disable: false
47 recursive: true
48 tracking: false
49 parent-credentials: false