blob: bbcfc9d47f9139ada6fa46a005c9ebc3f3efa0a8 [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">
Bence Szépkútid9231742024-09-12 14:22:51 +020016 <credentialsId>mbedtls-github-token</credentialsId>
Arthur She2d8cf4a2023-07-19 09:01:47 -070017 <repoOwner>Mbed-TLS</repoOwner>
18 <repository>mbedtls-test</repository>
19 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Bence Szépkútid9231742024-09-12 14:22:51 +020020 <traits>
21 <org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait>
22 <credentialsId>mbedtls-github-ssh</credentialsId>
23 </org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait>
24 </traits>
Arthur She2d8cf4a2023-07-19 09:01:47 -070025 </scm>
26 </retriever>
27 <defaultVersion>staging/pr-ci-testing</defaultVersion>
28 <implicit>true</implicit>
29 <allowVersionOverride>true</allowVersionOverride>
30 <includeInChangesets>true</includeInChangesets>
31 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
32 </libraries>
33 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
34 scm:
35 - github:
Arthur She2d8cf4a2023-07-19 09:01:47 -070036 credentials-id: mbedtls-github-token
37 repo-owner: Mbed-TLS
38 repo: mbedtls-restricted
Arthur She2d8cf4a2023-07-19 09:01:47 -070039 branch-discovery: no-pr
40 discover-pr-origin: both
Bence Szépkútia39c6af2024-04-29 16:46:55 +010041 head-filter-regex: 'PR-(758|759|806|850|906|916|919|1225|1227|1233)-.*'
Bence Szépkútic9758672023-08-17 14:05:38 +020042 status-checks:
43 skip: true
44 skip-branch-source-notifications: true
Arthur She2d8cf4a2023-07-19 09:01:47 -070045 property-strategies:
46 all-branches:
47 - pipeline-branch-durability-override: performance-optimized
Arthur She2d8cf4a2023-07-19 09:01:47 -070048 submodule:
49 disable: false
50 recursive: true
51 tracking: false
Bence Szépkútid9231742024-09-12 14:22:51 +020052 parent-credentials: true
Arthur She2d8cf4a2023-07-19 09:01:47 -070053 ssh-checkout:
54 credentials: mbedtls-github-ssh
Arthur She3b7e3f82023-07-20 13:50:55 -070055 - github:
56 credentials-id: mbedtls-github-token
57 repo-owner: Mbed-TLS
58 repo: mbedtls
59 branch-discovery: all
60 discover-pr-origin: both
61 discover-pr-forks-strategy: both
Bence Szépkúti18bb5482023-10-12 11:25:08 +020062 discover-pr-forks-trust: nobody
Bence Szépkútie0cc5632023-07-26 15:29:40 +020063 head-filter-regex: 'PR-7959-(head|merge)|gh-readonly-queue/dev/bensze01/merge-queue-test/.*'
Bence Szépkúti73f8e9d2023-08-18 17:05:19 +020064 status-checks:
65 skip: true
66 skip-branch-source-notifications: true
Arthur She3b7e3f82023-07-20 13:50:55 -070067 property-strategies:
68 all-branches:
69 - pipeline-branch-durability-override: performance-optimized
70 submodule:
71 disable: false
72 recursive: true
73 tracking: false
Bence Szépkútid9231742024-09-12 14:22:51 +020074 parent-credentials: true
Arthur She3b7e3f82023-07-20 13:50:55 -070075 ssh-checkout:
76 credentials: mbedtls-github-ssh