blob: 5b637b580b68092ab3fb94007cbc373808cf4acc [file] [log] [blame]
Darryl Green705bfcc2025-06-26 13:31:19 +01001- job:
2 name: mbed-tls-framework-restricted-ci-testing
3 description: 'Framework CI testing job'
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>
30 <defaultVersion>staging/pr-ci-testing</defaultVersion>
31 <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-restricted
43 branch-discovery: no-pr
44 discover-pr-forks-strategy: both
45 discover-pr-forks-trust: nobody
46 discover-pr-origin: both
47 head-filter-regex: 'PR-(1)-(head|merge)'
48 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 - suppress-scm-triggering:
55 suppression-strategy: suppress-nothing
56 branch-regex: '^$'
57 shallow-clone: true
58 do-not-fetch-tags: true
59 submodule:
60 disable: true
61 ssh-checkout:
62 credentials: mbedtls-github-ssh