blob: 3eff75aa8248e99e4cc1db2060f9527fcad716df [file] [log] [blame]
Arthur Sheabd51672023-07-20 09:09:59 -07001- job:
2 name: mbed-tls-pr-head
3 description: 'Job for testing mbed tls PR heads'
4 project-type: multibranch
Darryl Green0dbe6612025-06-20 09:04:53 +01005 disabled: false
Arthur Sheabd51672023-07-20 09:09:59 -07006 prune-dead-branches: true
Bence Szépkútib6c28682023-10-02 16:01:15 +02007 days-to-keep: 60
8 num-to-keep: 1000
Arthur Sheabd51672023-07-20 09:09:59 -07009 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">
Bence Szépkúti6deeb822024-09-12 14:23:53 +020019 <credentialsId>mbedtls-github-token</credentialsId>
Arthur Sheabd51672023-07-20 09:09:59 -070020 <repoOwner>Mbed-TLS</repoOwner>
21 <repository>mbedtls-test</repository>
22 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Bence Szépkúti6deeb822024-09-12 14:23:53 +020023 <traits>
Bence Szépkúti34783002025-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úti6deeb822024-09-12 14:23:53 +020032 <org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait>
33 <credentialsId>mbedtls-github-ssh</credentialsId>
34 </org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait>
35 </traits>
Arthur Sheabd51672023-07-20 09:09:59 -070036 </scm>
37 </retriever>
Darryl Greene6a6ce82025-06-19 13:52:34 +010038 <defaultVersion>dev/dgreen-arm/openci-testing</defaultVersion>
Arthur Sheabd51672023-07-20 09:09:59 -070039 <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: mbedtls
Arthur Sheabd51672023-07-20 09:09:59 -070051 branch-discovery: no-pr
52 discover-pr-forks-strategy: both
Bence Szépkúti18bb5482023-10-12 11:25:08 +020053 discover-pr-forks-trust: nobody
Arthur Sheabd51672023-07-20 09:09:59 -070054 discover-pr-origin: both
Bence Szépkútie0cc5632023-07-26 15:29:40 +020055 head-filter-regex: '(?!PR-7959-head$)PR-\d+-head|gh-readonly-queue/(?!dev/bensze01/merge-queue-test/).*'
Bence Szépkúti0888a7f2023-08-18 17:38:26 +020056 status-checks:
57 skip: true
58 skip-branch-source-notifications: true
Arthur Sheabd51672023-07-20 09:09:59 -070059 property-strategies:
60 all-branches:
61 - pipeline-branch-durability-override: performance-optimized
Fabrice Saya-Gasnieref841e72025-08-06 10:36:44 +020062 - suppress-scm-triggering:
63 suppression-strategy: suppress-branch-indexing
Fabrice Saya-Gasnierf6b7d002025-08-06 11:13:31 +020064 branch-regex: '.*'
Bence Szépkúti34783002025-06-11 15:29:00 +020065 shallow-clone: true
66 do-not-fetch-tags: true
67 honor-refspec: true
Arthur Sheabd51672023-07-20 09:09:59 -070068 submodule:
Darryl Green705bfcc2025-06-26 13:31:19 +010069 disable: true
Bence Szépkúti6deeb822024-09-12 14:23:53 +020070 ssh-checkout:
71 credentials: mbedtls-github-ssh