blob: 06fb67e467334c1181bee852f6fa2dfc6479a825 [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>
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>main</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
Bence Szépkúti87a46a02024-12-14 07:49:26 +010042 repo: TF-PSA-Crypto
Bence Szépkútif157a992024-12-14 07:45:31 +010043 branch-discovery: all
44 discover-pr-forks-strategy: both
Bence Szépkúti6d319d52024-12-17 19:57:29 +010045 discover-pr-forks-trust: nobody
Bence Szépkútif157a992024-12-14 07:45:31 +010046 discover-pr-origin: both
Bence Szépkúti6d319d52024-12-17 19:57:29 +010047 head-filter-regex: 'PR-\d+-(head|merge)|gh-readonly-queue/.*'
Bence Szépkútif157a992024-12-14 07:45:31 +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
54 submodule:
Bence Szépkúti5bbc8082025-06-11 17:17:29 +020055 disable: true
Bence Szépkútif157a992024-12-14 07:45:31 +010056 ssh-checkout:
57 credentials: mbedtls-github-ssh