blob: c1c6d85d66387a445d8e099eeffc71ec47924325 [file] [log] [blame]
Arthur Shedd3b36b2022-11-14 22:33:40 -08001- job:
2 name: mbed-tls-restricted-pr-ci-testing
3 description: 'mbedtls CI testing job'
Arthur She7f6bcef2023-06-26 09:45:03 -07004 disabled: true
Arthur Shedd3b36b2022-11-14 22:33:40 -08005 project-type: multibranch
6 prune-dead-branches: true
7 script-path: tests/.jenkins/Jenkinsfile
8 properties:
9 - raw:
10 xml: |
11 <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
12 <libraries>
13 <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
14 <name>mbedtls-test</name>
15 <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
16 <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
17 <repoOwner>Mbed-TLS</repoOwner>
18 <repository>mbedtls-test</repository>
19 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
20 <traits>
21 <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
22 <strategyId>1</strategyId>
23 </org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
24 <org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
25 <strategyId>2</strategyId>
26 </org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
27 <org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
28 <strategyId>2</strategyId>
29 <trust class="org.jenkinsci.plugins.github_branch_source.ForkPullRequestDiscoveryTrait$TrustPermission"/>
30 </org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
31 </traits>
32 </scm>
33 </retriever>
34 <defaultVersion>staging/pr-ci-testing</defaultVersion>
35 <implicit>true</implicit>
36 <allowVersionOverride>true</allowVersionOverride>
37 <includeInChangesets>true</includeInChangesets>
38 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
39 </libraries>
40 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
41 scm:
42 - github:
Arthur Shedd3b36b2022-11-14 22:33:40 -080043 credentials-id: mbedtls-github-token
44 repo-owner: Mbed-TLS
45 repo: mbedtls-restricted
Arthur Shedd3b36b2022-11-14 22:33:40 -080046 branch-discovery: no-pr
47 discover-pr-origin: both
48 head-filter-regex: 'PR-(758|759|850|906|916|919)-.*'
49 property-strategies:
Bence Szépkúti8e4681e2023-03-20 18:22:48 +010050 all-branches:
Bence Szépkútid61e9842023-03-22 16:31:24 +010051 - pipeline-branch-durability-override: performance-optimized
Bence Szépkúti8e4681e2023-03-20 18:22:48 +010052 - suppress-scm-triggering: true
Arthur Shedd3b36b2022-11-14 22:33:40 -080053 submodule:
54 disable: false
55 recursive: true
56 tracking: false
57 parent-credentials: false
58 ssh-checkout:
59 credentials: mbedtls-github-ssh
Bence Szépkúti94ee0b52023-07-20 17:41:08 +020060 - github:
61 credentials-id: mbedtls-github-token
62 repo-owner: Mbed-TLS
63 repo: mbedtls
64 branch-discovery: all
65 discover-pr-origin: both
66 discover-pr-forks-strategy: both
67 discover-pr-forks-trust: permission
68 head-filter-regex: 'gh-readonly-queue/.*|PR-(7958|7959)-(head|merge)'
69 property-strategies:
70 all-branches:
71 - pipeline-branch-durability-override: performance-optimized
72 submodule:
73 disable: false
74 recursive: true
75 tracking: false
76 parent-credentials: false
77 ssh-checkout:
78 credentials: mbedtls-github-ssh