blob: 23f25a36bc2abe51843ebd4ac3b617d74f97f52d [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
Arthur She98e733c2023-07-20 15:58:30 -07005 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>
24 <org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait>
25 <credentialsId>mbedtls-github-ssh</credentialsId>
26 </org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait>
27 </traits>
Arthur Sheabd51672023-07-20 09:09:59 -070028 </scm>
29 </retriever>
Bence Szépkútidbf2b892024-09-06 19:12:46 +020030 <defaultVersion>main</defaultVersion>
Arthur Sheabd51672023-07-20 09:09:59 -070031 <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
42 repo: mbedtls
Arthur Sheabd51672023-07-20 09:09:59 -070043 branch-discovery: no-pr
44 discover-pr-forks-strategy: both
Bence Szépkúti18bb5482023-10-12 11:25:08 +020045 discover-pr-forks-trust: nobody
Arthur Sheabd51672023-07-20 09:09:59 -070046 discover-pr-origin: both
Bence Szépkútie0cc5632023-07-26 15:29:40 +020047 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 +020048 status-checks:
49 skip: true
50 skip-branch-source-notifications: true
Arthur Sheabd51672023-07-20 09:09:59 -070051 property-strategies:
52 all-branches:
53 - pipeline-branch-durability-override: performance-optimized
Arthur Sheabd51672023-07-20 09:09:59 -070054 submodule:
55 disable: false
56 recursive: true
57 tracking: false
Bence Szépkúti6deeb822024-09-12 14:23:53 +020058 parent-credentials: true
59 ssh-checkout:
60 credentials: mbedtls-github-ssh