blob: 0f0312f3a64bb462021e35aaa5f2ff662ccca2f4 [file] [log] [blame]
Bence Szépkútib9df4e02024-10-16 07:47:14 +02001- job:
2 name: mbed-tls-framework-multibranch
3 description: 'Job for testing Framework PRs'
4 project-type: multibranch
Darryl Green0dbe6612025-06-20 09:04:53 +01005 disabled: false
Bence Szépkútib9df4e02024-10-16 07:47:14 +02006 prune-dead-branches: true
7 days-to-keep: 60
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 <credentialsId>mbedtls-github-token</credentialsId>
20 <repoOwner>Mbed-TLS</repoOwner>
21 <repository>mbedtls-test</repository>
22 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
23 <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>
28 </scm>
29 </retriever>
Darryl Greene6a6ce82025-06-19 13:52:34 +010030 <defaultVersion>dev/dgreen-arm/openci-testing</defaultVersion>
Bence Szépkútib9df4e02024-10-16 07:47:14 +020031 <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-framework
43 branch-discovery: no-pr
44 discover-pr-forks-strategy: both
45 discover-pr-forks-trust: nobody
46 discover-pr-origin: both
Bence Szépkúti2a568df2024-11-12 15:58:16 +010047 head-filter-regex: 'PR-\d+-head|gh-readonly-queue/.*'
Bence Szépkútib9df4e02024-10-16 07:47:14 +020048 status-checks:
49 skip: true
50 skip-branch-source-notifications: true
51 property-strategies:
52 all-branches:
53 - pipeline-branch-durability-override: performance-optimized
54 submodule:
Darryl Green705bfcc2025-06-26 13:31:19 +010055 disable: true
Bence Szépkútib9df4e02024-10-16 07:47:14 +020056 ssh-checkout:
57 credentials: mbedtls-github-ssh