blob: 125459600c9c7d15991efea2db266d66c903ffde [file] [log] [blame]
Arthur She670551e2022-02-20 21:19:11 -08001- job:
2 name: mbed-tls-restricted-pr-ci-testing
3 description: 'mbedtls CI testing job'
4 project-type: multibranch
Arthur Shea8afc1a2023-07-26 13:47:50 -07005 disabled: true
Arthur She670551e2022-02-20 21:19:11 -08006 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">
Arthur She33fe8c52022-03-31 17:31:12 -070017 <repoOwner>Mbed-TLS</repoOwner>
Arthur She670551e2022-02-20 21:19:11 -080018 <repository>mbedtls-test</repository>
Arthur She33fe8c52022-03-31 17:31:12 -070019 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Arthur She670551e2022-02-20 21:19:11 -080020 <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>
Bence Szépkúti4355d252022-09-09 16:38:16 +020034 <defaultVersion>staging/pr-ci-testing</defaultVersion>
Arthur She670551e2022-02-20 21:19:11 -080035 <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 She4db6bdd2022-03-07 14:11:45 -080043 credentials-id: mbedtls-github-token
Bence Szépkúti57ef6bb2022-09-07 16:07:21 +010044 repo-owner: Mbed-TLS
45 repo: mbedtls-restricted
Arthur She670551e2022-02-20 21:19:11 -080046 branch-discovery: no-pr
47 discover-pr-origin: both
Bence Szépkúti57ef6bb2022-09-07 16:07:21 +010048 head-filter-regex: 'PR-(758|759|850|906|916|919)-.*'
Arthur She670551e2022-02-20 21:19:11 -080049 property-strategies:
Arthur Shedee96b72023-06-18 10:14:54 -070050 all-branches:
51 - pipeline-branch-durability-override: performance-optimized
52 - suppress-scm-triggering: true
Arthur She670551e2022-02-20 21:19:11 -080053 submodule:
54 disable: false
55 recursive: true
56 tracking: false
57 parent-credentials: false
58 ssh-checkout:
Arthur She4db6bdd2022-03-07 14:11:45 -080059 credentials: mbedtls-github-ssh
Bence Szépkútica305ba2023-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