blob: 4ab0652726e818674aa3d1761276dc3cd3d85745 [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
Arthur Shec38431f2023-07-26 13:52:14 -07006 disabled: true
Arthur Shedd3b36b2022-11-14 22:33:40 -08007 prune-dead-branches: true
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 <traits>
22 <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
23 <strategyId>1</strategyId>
24 </org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
25 <org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
26 <strategyId>2</strategyId>
27 </org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
28 <org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
29 <strategyId>2</strategyId>
30 <trust class="org.jenkinsci.plugins.github_branch_source.ForkPullRequestDiscoveryTrait$TrustPermission"/>
31 </org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
32 </traits>
33 </scm>
34 </retriever>
35 <defaultVersion>staging/pr-ci-testing</defaultVersion>
36 <implicit>true</implicit>
37 <allowVersionOverride>true</allowVersionOverride>
38 <includeInChangesets>true</includeInChangesets>
39 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
40 </libraries>
41 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
42 scm:
43 - github:
Arthur Shedd3b36b2022-11-14 22:33:40 -080044 credentials-id: mbedtls-github-token
45 repo-owner: Mbed-TLS
46 repo: mbedtls-restricted
Arthur Shedd3b36b2022-11-14 22:33:40 -080047 branch-discovery: no-pr
48 discover-pr-origin: both
49 head-filter-regex: 'PR-(758|759|850|906|916|919)-.*'
50 property-strategies:
Bence Szépkúti8e4681e2023-03-20 18:22:48 +010051 all-branches:
Bence Szépkútid61e9842023-03-22 16:31:24 +010052 - pipeline-branch-durability-override: performance-optimized
Bence Szépkúti8e4681e2023-03-20 18:22:48 +010053 - suppress-scm-triggering: true
Arthur Shedd3b36b2022-11-14 22:33:40 -080054 submodule:
55 disable: false
56 recursive: true
57 tracking: false
58 parent-credentials: false
59 ssh-checkout:
60 credentials: mbedtls-github-ssh
Bence Szépkúti94ee0b52023-07-20 17:41:08 +020061 - github:
62 credentials-id: mbedtls-github-token
63 repo-owner: Mbed-TLS
64 repo: mbedtls
65 branch-discovery: all
66 discover-pr-origin: both
67 discover-pr-forks-strategy: both
68 discover-pr-forks-trust: permission
69 head-filter-regex: 'gh-readonly-queue/.*|PR-(7958|7959)-(head|merge)'
70 property-strategies:
71 all-branches:
72 - pipeline-branch-durability-override: performance-optimized
73 submodule:
74 disable: false
75 recursive: true
76 tracking: false
77 parent-credentials: false
78 ssh-checkout:
79 credentials: mbedtls-github-ssh