blob: 4c3a597020cd7e83d099d8c39aa22d4cf5921f45 [file] [log] [blame]
Arthur She5a127572023-07-20 07:21:33 -07001- job:
2 name: mbed-tls-pr-merge
3 description: 'Job for testing PRs merged with the target branch head'
4 project-type: multibranch
5 disabled: false
6 prune-dead-branches: true
Bence Szépkútib6c28682023-10-02 16:01:15 +02007 days-to-keep: 60
8 num-to-keep: 1000
Arthur She5a127572023-07-20 07:21:33 -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 She5a127572023-07-20 07:21:33 -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ú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ú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 She5a127572023-07-20 07:21:33 -070036 </scm>
37 </retriever>
Bence Szépkútidbf2b892024-09-06 19:12:46 +020038 <defaultVersion>main</defaultVersion>
Arthur She5a127572023-07-20 07:21:33 -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 She5a127572023-07-20 07:21:33 -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 She5a127572023-07-20 07:21:33 -070054 discover-pr-origin: both
Bence Szépkútie0cc5632023-07-26 15:29:40 +020055 head-filter-regex: '(?!PR-7959-merge$)PR-\d+-merge'
Bence Szépkúti0888a7f2023-08-18 17:38:26 +020056 status-checks:
57 skip: true
58 skip-branch-source-notifications: true
Arthur She5a127572023-07-20 07:21:33 -070059 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
Arthur She5a127572023-07-20 07:21:33 -070065 submodule:
Bence Szépkúti5bbc8082025-06-11 17:17:29 +020066 disable: true
Bence Szépkúti6deeb822024-09-12 14:23:53 +020067 ssh-checkout:
68 credentials: mbedtls-github-ssh