blob: 80e8042384c72e423abedfc3db8d81c1732cdac6 [file] [log] [blame]
Arthur Sheabd51672023-07-20 09:09:59 -07001- job:
2 name: mbed-tls-restricted-pr
3 description: 'mbedtls restricted PR job'
4 project-type: multibranch
5 prune-dead-branches: true
6 days-to-keep: -1
7 num-to-keep: -1
8 script-path: tests/.jenkins/Jenkinsfile
9 properties:
10 - raw:
11 xml: |
12 <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
13 <libraries>
14 <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
15 <name>mbedtls-test</name>
16 <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
17 <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
18 <repoOwner>Mbed-TLS</repoOwner>
19 <repository>mbedtls-test</repository>
20 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
21 </scm>
22 </retriever>
23 <defaultVersion>master</defaultVersion>
24 <implicit>true</implicit>
25 <allowVersionOverride>true</allowVersionOverride>
26 <includeInChangesets>true</includeInChangesets>
27 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
28 </libraries>
29 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
30 scm:
31 - github:
32 api-uri: https://api.github.com
33 credentials-id: mbedtls-github-token
34 repo-owner: Mbed-TLS
35 repo: mbedtls-restricted
Arthur Sheabd51672023-07-20 09:09:59 -070036 branch-discovery: no-pr
37 discover-pr-forks-strategy: both
38 discover-pr-forks-trust: permission
39 discover-pr-origin: both
Bence Szépkútic0673fc2023-10-05 19:38:44 +020040 head-filter-regex: '(?!^PR-(758|759|806|850|906|916|919)-(merge|head)$)(PR-\d+-(merge|head))'
Bence Szépkúti0888a7f2023-08-18 17:38:26 +020041 status-checks:
42 skip: true
43 skip-branch-source-notifications: true
Arthur Sheabd51672023-07-20 09:09:59 -070044 property-strategies:
45 all-branches:
46 - pipeline-branch-durability-override: performance-optimized
47 submodule:
48 disable: false
49 recursive: true
50 tracking: false
51 parent-credentials: false
52 ssh-checkout:
53 credentials: mbedtls-github-ssh