blob: c074fa639d4222408eed76ca9e44acb9ebafdb6e [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
5 disabled: false
6 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>
Bence Szépkúti2a568df2024-11-12 15:58:16 +010030 <defaultVersion>main</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:
Bence Szépkúti5bbc8082025-06-11 17:17:29 +020055 disable: true
Bence Szépkútib9df4e02024-10-16 07:47:14 +020056 ssh-checkout:
57 credentials: mbedtls-github-ssh