blob: 9bcb12727a170cf295b33a990220a00b2126e666 [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
Arthur She5a127572023-07-20 07:21:33 -07007 script-path: tests/.jenkins/Jenkinsfile
8 properties:
9 - raw:
10 xml: |
11 <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
12 <libraries>
13 <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
14 <name>mbedtls-test</name>
15 <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
16 <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
17 <repoOwner>Mbed-TLS</repoOwner>
18 <repository>mbedtls-test</repository>
19 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
20 </scm>
21 </retriever>
22 <defaultVersion>master</defaultVersion>
23 <implicit>true</implicit>
24 <allowVersionOverride>true</allowVersionOverride>
25 <includeInChangesets>true</includeInChangesets>
26 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
27 </libraries>
28 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
29 scm:
30 - github:
31 api-uri: https://api.github.com
32 credentials-id: mbedtls-github-token
33 repo-owner: Mbed-TLS
34 repo: mbedtls
Arthur She5a127572023-07-20 07:21:33 -070035 branch-discovery: no-pr
36 discover-pr-forks-strategy: both
37 discover-pr-forks-trust: permission
38 discover-pr-origin: both
Bence Szépkútie0cc5632023-07-26 15:29:40 +020039 head-filter-regex: '(?!PR-7959-merge$)PR-\d+-merge'
Bence Szépkúti0888a7f2023-08-18 17:38:26 +020040 status-checks:
41 skip: true
42 skip-branch-source-notifications: true
Arthur She5a127572023-07-20 07:21:33 -070043 property-strategies:
44 all-branches:
45 - pipeline-branch-durability-override: performance-optimized
Bence Szépkúti30b83ab2023-10-02 14:37:37 +020046 - suppress-scm-triggering: true
Arthur She5a127572023-07-20 07:21:33 -070047 submodule:
48 disable: false
49 recursive: true
50 tracking: false
51 parent-credentials: false