blob: 9ff77f3c004272d09184d349e54c251ff1573136 [file] [log] [blame]
Bence Szépkútif157a992024-12-14 07:45:31 +01001- job:
2 name: mbed-tls-tf-psa-crypto-multibranch
3 description: 'Job for testing TF-PSA-Crypto PRs'
4 project-type: multibranch
5 disabled: false
6 prune-dead-branches: true
Bence Szépkúti6d319d52024-12-17 19:57:29 +01007 days-to-keep: 60
8 num-to-keep: 1000
Bence Szépkútif157a992024-12-14 07:45:31 +01009 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útif157a992024-12-14 07:45:31 +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
Bence Szépkúti87a46a02024-12-14 07:49:26 +010050 repo: TF-PSA-Crypto
Bence Szépkútif157a992024-12-14 07:45:31 +010051 branch-discovery: all
52 discover-pr-forks-strategy: both
Bence Szépkúti6d319d52024-12-17 19:57:29 +010053 discover-pr-forks-trust: nobody
Bence Szépkútif157a992024-12-14 07:45:31 +010054 discover-pr-origin: both
Bence Szépkúti6d319d52024-12-17 19:57:29 +010055 head-filter-regex: 'PR-\d+-(head|merge)|gh-readonly-queue/.*'
Bence Szépkútif157a992024-12-14 07:45:31 +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
Bence Szépkútif157a992024-12-14 07:45:31 +010065 submodule:
Bence Szépkúti5bbc8082025-06-11 17:17:29 +020066 disable: true
Bence Szépkútif157a992024-12-14 07:45:31 +010067 ssh-checkout:
68 credentials: mbedtls-github-ssh