blob: 875996b712e93aa92a456fc9df4d8c620534f9e1 [file] [log] [blame]
Bence Szépkúti35c5b732025-03-14 14:47:01 +01001- job:
2 name: mbed-tls-tf-psa-crypto-restricted-ci-testing
3 description: 'Job for testing TF-PSA-Crypto-restricted PRs'
4 project-type: multibranch
5 disabled: false
6 prune-dead-branches: true
7 days-to-keep: 60
8 num-to-keep: 20
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: TF-PSA-Crypto-restricted
43 branch-discovery: all
44 discover-pr-forks-strategy: both
45 discover-pr-forks-trust: nobody
46 discover-pr-origin: both
Bence Szépkúti9111fcb2025-06-02 19:27:52 +020047 head-filter-regex: 'PR-(7|12|13|14)-(head|merge)'
Bence Szépkúti35c5b732025-03-14 14:47:01 +010048 status-checks:
49 skip: true
50 skip-branch-source-notifications: true
51 property-strategies:
52 all-branches:
53 - pipeline-branch-durability-override: performance-optimized
Bence Szépkúti9111fcb2025-06-02 19:27:52 +020054 - suppress-scm-triggering:
55 suppression-strategy: suppress-nothing
56 branch-regex: '^$'
57 shallow-clone: true
58 do-not-fetch-tags: true
Bence Szépkúti35c5b732025-03-14 14:47:01 +010059 submodule:
Bence Szépkúti9111fcb2025-06-02 19:27:52 +020060 disable: true
Bence Szépkúti35c5b732025-03-14 14:47:01 +010061 ssh-checkout:
62 credentials: mbedtls-github-ssh