blob: 168cb51c021cbdbf06f7f64fded8e9934b2afb22 [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">
19 <repoOwner>Mbed-TLS</repoOwner>
20 <repository>mbedtls-test</repository>
21 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
22 </scm>
23 </retriever>
24 <defaultVersion>master</defaultVersion>
25 <implicit>true</implicit>
26 <allowVersionOverride>true</allowVersionOverride>
27 <includeInChangesets>true</includeInChangesets>
28 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
29 </libraries>
30 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
31 scm:
32 - github:
33 api-uri: https://api.github.com
34 credentials-id: mbedtls-github-token
35 repo-owner: Mbed-TLS
36 repo: mbedtls
Arthur Sheabd51672023-07-20 09:09:59 -070037 branch-discovery: no-pr
38 discover-pr-forks-strategy: both
39 discover-pr-forks-trust: permission
40 discover-pr-origin: both
Bence Szépkútie0cc5632023-07-26 15:29:40 +020041 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 +020042 status-checks:
43 skip: true
44 skip-branch-source-notifications: true
Arthur Sheabd51672023-07-20 09:09:59 -070045 property-strategies:
46 all-branches:
47 - pipeline-branch-durability-override: performance-optimized
Bence Szépkúti30b83ab2023-10-02 14:37:37 +020048 - suppress-scm-triggering: true
Arthur Sheabd51672023-07-20 09:09:59 -070049 submodule:
50 disable: false
51 recursive: true
52 tracking: false
53 parent-credentials: false