blob: 2a7a122586c221091f3da87477cb6502453d1a10 [file] [log] [blame]
Gilles Peskine2a30d3e2025-03-05 19:25:27 +01001- job:
2 name: mbed-tls-framework-restricted-multibranch
3 description: 'Job for testing restricted 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>
Bence Szépkúti47208632025-06-11 15:29:00 +020024 <jenkins.plugins.git.traits.CloneOptionTrait plugin="git@5.2.1">
25 <extension class="hudson.plugins.git.extensions.impl.CloneOption">
26 <shallow>true</shallow>
27 <noTags>true</noTags>
28 <reference/>
29 <honorRefspec>true</honorRefspec>
30 </extension>
31 </jenkins.plugins.git.traits.CloneOptionTrait>
Gilles Peskine2a30d3e2025-03-05 19:25:27 +010032 <org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait>
33 <credentialsId>mbedtls-github-ssh</credentialsId>
34 </org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait>
35 </traits>
36 </scm>
37 </retriever>
38 <defaultVersion>main</defaultVersion>
39 <implicit>true</implicit>
40 <allowVersionOverride>true</allowVersionOverride>
41 <includeInChangesets>true</includeInChangesets>
42 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
43 </libraries>
44 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
45 scm:
46 - github:
47 api-uri: https://api.github.com
48 credentials-id: mbedtls-github-token
49 repo-owner: Mbed-TLS
50 repo: mbedtls-framework-restricted
51 branch-discovery: no-pr
52 discover-pr-forks-strategy: both
53 discover-pr-forks-trust: nobody
54 discover-pr-origin: both
Bence Szépkúti97d563c2025-04-28 17:11:47 +020055 head-filter-regex: '(?!^PR-1-(head|merge)$)PR-\d+-head|gh-readonly-queue/.*'
Gilles Peskine2a30d3e2025-03-05 19:25:27 +010056 status-checks:
57 skip: true
58 skip-branch-source-notifications: true
59 property-strategies:
60 all-branches:
61 - pipeline-branch-durability-override: performance-optimized
Bence Szépkúti47208632025-06-11 15:29:00 +020062 shallow-clone: true
63 do-not-fetch-tags: true
64 honor-refspec: true
Gilles Peskine2a30d3e2025-03-05 19:25:27 +010065 submodule:
Bence Szépkúti5bbc8082025-06-11 17:17:29 +020066 disable: true
Gilles Peskine2a30d3e2025-03-05 19:25:27 +010067 ssh-checkout:
68 credentials: mbedtls-github-ssh