blob: 28907672e50bdd8f42d8e45e1355eae082eb379d [file] [log] [blame]
Arthur She2d8cf4a2023-07-19 09:01:47 -07001- 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">
16 <repoOwner>Mbed-TLS</repoOwner>
17 <repository>mbedtls-test</repository>
18 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Arthur She2d8cf4a2023-07-19 09:01:47 -070019 </scm>
20 </retriever>
21 <defaultVersion>staging/pr-ci-testing</defaultVersion>
22 <implicit>true</implicit>
23 <allowVersionOverride>true</allowVersionOverride>
24 <includeInChangesets>true</includeInChangesets>
25 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
26 </libraries>
27 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
28 scm:
29 - github:
Arthur She2d8cf4a2023-07-19 09:01:47 -070030 credentials-id: mbedtls-github-token
31 repo-owner: Mbed-TLS
32 repo: mbedtls-restricted
Arthur She2d8cf4a2023-07-19 09:01:47 -070033 branch-discovery: no-pr
34 discover-pr-origin: both
Bence Szépkútia39c6af2024-04-29 16:46:55 +010035 head-filter-regex: 'PR-(758|759|806|850|906|916|919|1225|1227|1233)-.*'
Bence Szépkútic9758672023-08-17 14:05:38 +020036 status-checks:
37 skip: true
38 skip-branch-source-notifications: true
Arthur She2d8cf4a2023-07-19 09:01:47 -070039 property-strategies:
40 all-branches:
41 - pipeline-branch-durability-override: performance-optimized
Arthur She2d8cf4a2023-07-19 09:01:47 -070042 submodule:
43 disable: false
44 recursive: true
45 tracking: false
46 parent-credentials: false
47 ssh-checkout:
48 credentials: mbedtls-github-ssh
Arthur She3b7e3f82023-07-20 13:50:55 -070049 - github:
50 credentials-id: mbedtls-github-token
51 repo-owner: Mbed-TLS
52 repo: mbedtls
53 branch-discovery: all
54 discover-pr-origin: both
55 discover-pr-forks-strategy: both
56 discover-pr-forks-trust: permission
Bence Szépkútie0cc5632023-07-26 15:29:40 +020057 head-filter-regex: 'PR-7959-(head|merge)|gh-readonly-queue/dev/bensze01/merge-queue-test/.*'
Bence Szépkúti73f8e9d2023-08-18 17:05:19 +020058 status-checks:
59 skip: true
60 skip-branch-source-notifications: true
Arthur She3b7e3f82023-07-20 13:50:55 -070061 property-strategies:
62 all-branches:
63 - pipeline-branch-durability-override: performance-optimized
64 submodule:
65 disable: false
66 recursive: true
67 tracking: false
68 parent-credentials: false
69 ssh-checkout:
70 credentials: mbedtls-github-ssh