blob: c57225fae4f89ef4603f683a4f8c647f4e728a3d [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
Darryl Green0dbe6612025-06-20 09:04:53 +01005 disabled: false
Arthur She5a127572023-07-20 07:21:33 -07006 prune-dead-branches: true
Bence Szépkútib6c28682023-10-02 16:01:15 +02007 days-to-keep: 60
8 num-to-keep: 1000
Arthur She5a127572023-07-20 07:21:33 -07009 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">
Bence Szépkúti6deeb822024-09-12 14:23:53 +020019 <credentialsId>mbedtls-github-token</credentialsId>
Arthur She5a127572023-07-20 07:21:33 -070020 <repoOwner>Mbed-TLS</repoOwner>
21 <repository>mbedtls-test</repository>
22 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Bence Szépkúti6deeb822024-09-12 14:23:53 +020023 <traits>
24 <org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait>
25 <credentialsId>mbedtls-github-ssh</credentialsId>
26 </org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait>
27 </traits>
Arthur She5a127572023-07-20 07:21:33 -070028 </scm>
29 </retriever>
Darryl Greene6a6ce82025-06-19 13:52:34 +010030 <defaultVersion>dev/dgreen-arm/openci-testing</defaultVersion>
Arthur She5a127572023-07-20 07:21:33 -070031 <implicit>true</implicit>
32 <allowVersionOverride>true</allowVersionOverride>
33 <includeInChangesets>true</includeInChangesets>
34 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
35 </libraries>
36 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
37 scm:
38 - github:
39 api-uri: https://api.github.com
40 credentials-id: mbedtls-github-token
41 repo-owner: Mbed-TLS
42 repo: mbedtls
Arthur She5a127572023-07-20 07:21:33 -070043 branch-discovery: no-pr
44 discover-pr-forks-strategy: both
Bence Szépkúti18bb5482023-10-12 11:25:08 +020045 discover-pr-forks-trust: nobody
Arthur She5a127572023-07-20 07:21:33 -070046 discover-pr-origin: both
Bence Szépkútie0cc5632023-07-26 15:29:40 +020047 head-filter-regex: '(?!PR-7959-merge$)PR-\d+-merge'
Bence Szépkúti0888a7f2023-08-18 17:38:26 +020048 status-checks:
49 skip: true
50 skip-branch-source-notifications: true
Arthur She5a127572023-07-20 07:21:33 -070051 property-strategies:
52 all-branches:
53 - pipeline-branch-durability-override: performance-optimized
Arthur She5a127572023-07-20 07:21:33 -070054 submodule:
Darryl Green705bfcc2025-06-26 13:31:19 +010055 disable: true
Bence Szépkúti6deeb822024-09-12 14:23:53 +020056 ssh-checkout:
57 credentials: mbedtls-github-ssh