blob: ed0cde410e044b6bde89397e70257353878b8658 [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>
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>
Bence Szépkúti35c5b732025-03-14 14:47:01 +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>staging/pr-ci-testing</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: TF-PSA-Crypto-restricted
51 branch-discovery: all
52 discover-pr-forks-strategy: both
53 discover-pr-forks-trust: nobody
54 discover-pr-origin: both
Bence Szépkúti9111fcb2025-06-02 19:27:52 +020055 head-filter-regex: 'PR-(7|12|13|14)-(head|merge)'
Bence Szépkúti35c5b732025-03-14 14:47:01 +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úti9111fcb2025-06-02 19:27:52 +020062 - suppress-scm-triggering:
63 suppression-strategy: suppress-nothing
64 branch-regex: '^$'
65 shallow-clone: true
66 do-not-fetch-tags: true
Bence Szépkúti47208632025-06-11 15:29:00 +020067 honor-refspec: true
Bence Szépkúti35c5b732025-03-14 14:47:01 +010068 submodule:
Bence Szépkúti9111fcb2025-06-02 19:27:52 +020069 disable: true
Bence Szépkúti35c5b732025-03-14 14:47:01 +010070 ssh-checkout:
71 credentials: mbedtls-github-ssh