blob: 00b0359cc8247049725791d7953aef61a72ee4e8 [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 Shecbdda732022-12-01 11:08:54 -08005 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:
43 api-uri: https://api.github.com
Arthur She4db6bdd2022-03-07 14:11:45 -080044 credentials-id: mbedtls-github-token
Bence Szépkúti57ef6bb2022-09-07 16:07:21 +010045 repo-owner: Mbed-TLS
46 repo: mbedtls-restricted
47 repository-url: https://github.com/Mbed-TLS/mbedtls-restricted.git
Arthur She670551e2022-02-20 21:19:11 -080048 branch-discovery: no-pr
49 discover-pr-origin: both
Bence Szépkúti57ef6bb2022-09-07 16:07:21 +010050 head-filter-regex: 'PR-(758|759|850|906|916|919)-.*'
Arthur She670551e2022-02-20 21:19:11 -080051 property-strategies:
Bence Szépkúti8c51a482022-11-07 16:05:19 +010052 named-branches:
53 defaults:
54 - suppress-scm-triggering: true
55 exceptions:
Bence Szépkútia8380802022-11-08 15:44:45 +010056 # Temporarily enable automatic scm triggering of PR-850-merge and PR-906-merge,
Bence Szépkúti8c51a482022-11-07 16:05:19 +010057 # to test the BranchIndexingCause-specific branches modified by Mbed-TLS/mbedtls-test#71
58 - exception:
Bence Szépkútia8380802022-11-08 15:44:45 +010059 branch-name: 'PR-850-merge,PR-906-merge'
Bence Szépkútif1d5d222022-11-08 12:02:30 +010060 properties:
61 - suppress-scm-triggering: false
Arthur She670551e2022-02-20 21:19:11 -080062 submodule:
63 disable: false
64 recursive: true
65 tracking: false
66 parent-credentials: false
67 ssh-checkout:
Arthur She4db6bdd2022-03-07 14:11:45 -080068 credentials: mbedtls-github-ssh