blob: fd9e527e478b78c48a0243156f1f659acb50f409 [file] [log] [blame]
Arthur She5bfd6322022-02-20 20:42:38 -08001- job:
2 name: mbed-tls-restricted-pr
3 description: 'mbedtls restricted PR job'
4 project-type: multibranch
Arthur Shea8afc1a2023-07-26 13:47:50 -07005 disabled: true
Arthur She5bfd6322022-02-20 20:42:38 -08006 prune-dead-branches: true
7 days-to-keep: -1
8 num-to-keep: -1
9 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">
Arthur She33fe8c52022-03-31 17:31:12 -070019 <repoOwner>Mbed-TLS</repoOwner>
Arthur She5bfd6322022-02-20 20:42:38 -080020 <repository>mbedtls-test</repository>
Arthur She33fe8c52022-03-31 17:31:12 -070021 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Arthur She5bfd6322022-02-20 20:42:38 -080022 </scm>
23 </retriever>
Arthur Sheaec7d862022-03-29 22:11:31 -070024 <defaultVersion>master</defaultVersion>
Arthur She5bfd6322022-02-20 20:42:38 -080025 <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
Arthur Sheaec7d862022-03-29 22:11:31 -070034 credentials-id: mbedtls-github-token
Bence Szépkúti57ef6bb2022-09-07 16:07:21 +010035 repo-owner: Mbed-TLS
36 repo: mbedtls-restricted
Arthur She5bfd6322022-02-20 20:42:38 -080037 branch-discovery: no-pr
38 discover-pr-forks-strategy: both
39 discover-pr-forks-trust: permission
40 discover-pr-origin: both
Bence Szépkúti57ef6bb2022-09-07 16:07:21 +010041 head-filter-regex: '(?!^PR-(758|759|850|906|916|919)-(merge|head)$)(PR-\d+-(merge|head))'
Arthur Shedee96b72023-06-18 10:14:54 -070042 property-strategies:
43 all-branches:
44 - pipeline-branch-durability-override: performance-optimized
Arthur She5bfd6322022-02-20 20:42:38 -080045 submodule:
46 disable: false
47 recursive: true
48 tracking: false
49 parent-credentials: false
50 ssh-checkout:
Arthur Sheaec7d862022-03-29 22:11:31 -070051 credentials: mbedtls-github-ssh