blob: aec9e3309a55634826baf2fa8555f116b0a1f48d [file] [log] [blame]
Leonardo Sandoval8432bfe2021-12-07 17:51:20 -06001- job:
2 name: lsandov1-mbed-tls-pr-merge
3 description: 'Job for testing PRs merged with the target branch head'
Arthur She193e43b2025-06-02 09:43:03 -07004 disabled: true
Leonardo Sandoval8432bfe2021-12-07 17:51:20 -06005 project-type: multibranch
6 prune-dead-branches: true
7 days-to-keep: 5
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 <id>640a3c19-54ab-467e-8381-a2ef9f3896f4</id>
20 <apiUri>https://api.github.com</apiUri>
21 <credentialsId>mbedtls-test-github-token</credentialsId>
22 <repoOwner>lsandov1</repoOwner>
23 <repository>mbedtls-test</repository>
24 <repositoryUrl>https://github.com/lsandov1/mbedtls-test</repositoryUrl>
25 </scm>
26 </retriever>
27 <defaultVersion>mbedtls-open-ci</defaultVersion>
28 <implicit>true</implicit>
29 <allowVersionOverride>true</allowVersionOverride>
30 <includeInChangesets>true</includeInChangesets>
31 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
32 </libraries>
33 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
34 scm:
35 - github:
36 api-uri: https://api.github.com
37 credentials-id: mbedtls-github-token
38 repo-owner: lsandov1
39 repo: mbedtls
40 repository-url: https://github.com/lsandov1/mbedtls.git
41 branch-discovery: no-pr
42 discover-pr-forks-strategy: both
43 discover-pr-forks-trust: permission
44 discover-pr-origin: both
45 head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-merge)'
46 submodule:
47 disable: false
48 recursive: true
49 tracking: false
50 parent-credentials: false