blob: ca833b640bcfecebeac48efda9036fe49e274cb7 [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
5 prune-dead-branches: true
6 script-path: tests/.jenkins/Jenkinsfile
7 properties:
8 - raw:
9 xml: |
10 <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
11 <libraries>
12 <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
13 <name>mbedtls-test</name>
14 <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
15 <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
Arthur She33fe8c52022-03-31 17:31:12 -070016 <repoOwner>Mbed-TLS</repoOwner>
Arthur She670551e2022-02-20 21:19:11 -080017 <repository>mbedtls-test</repository>
Arthur She33fe8c52022-03-31 17:31:12 -070018 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Arthur She670551e2022-02-20 21:19:11 -080019 <traits>
20 <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
21 <strategyId>1</strategyId>
22 </org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
23 <org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
24 <strategyId>2</strategyId>
25 </org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
26 <org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
27 <strategyId>2</strategyId>
28 <trust class="org.jenkinsci.plugins.github_branch_source.ForkPullRequestDiscoveryTrait$TrustPermission"/>
29 </org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
30 </traits>
31 </scm>
32 </retriever>
Bence Szépkúti4355d252022-09-09 16:38:16 +020033 <defaultVersion>staging/pr-ci-testing</defaultVersion>
Arthur She670551e2022-02-20 21:19:11 -080034 <implicit>true</implicit>
35 <allowVersionOverride>true</allowVersionOverride>
36 <includeInChangesets>true</includeInChangesets>
37 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
38 </libraries>
39 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
40 scm:
41 - github:
42 api-uri: https://api.github.com
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
46 repository-url: https://github.com/Mbed-TLS/mbedtls-restricted.git
Arthur She670551e2022-02-20 21:19:11 -080047 branch-discovery: no-pr
48 discover-pr-origin: both
Bence Szépkúti57ef6bb2022-09-07 16:07:21 +010049 head-filter-regex: 'PR-(758|759|850|906|916|919)-.*'
Arthur She670551e2022-02-20 21:19:11 -080050 property-strategies:
Bence Szépkúti8c51a482022-11-07 16:05:19 +010051 named-branches:
52 defaults:
53 - suppress-scm-triggering: true
54 exceptions:
55 # Temporarily enable automatic scm triggering of PR-906-merge,
56 # to test the BranchIndexingCause-specific branches modified by Mbed-TLS/mbedtls-test#71
57 - exception:
58 branch-name: 'PR-906-merge'
Arthur She670551e2022-02-20 21:19:11 -080059 submodule:
60 disable: false
61 recursive: true
62 tracking: false
63 parent-credentials: false
64 ssh-checkout:
Arthur She4db6bdd2022-03-07 14:11:45 -080065 credentials: mbedtls-github-ssh