blob: 1203b5e8b1ae01e9774e4239c4a6a7934f2c09dd [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 She3b7e3f82023-07-20 13:50:55 -070039 branch-discovery: all
40 discover-pr-origin: both
Bence Szépkúti9111fcb2025-06-02 19:27:52 +020041 head-filter-regex: 'dev/dgreen-arm/ci-testing-development|PR-(758|759|806|850|906|916|919|1225|1227|1233|1357|1358)-.*'
Bence Szépkúti73f8e9d2023-08-18 17:05:19 +020042 status-checks:
43 skip: true
44 skip-branch-source-notifications: true
Arthur She3b7e3f82023-07-20 13:50:55 -070045 property-strategies:
46 all-branches:
47 - pipeline-branch-durability-override: performance-optimized
Bence Szépkúti9111fcb2025-06-02 19:27:52 +020048 - suppress-scm-triggering:
49 suppression-strategy: suppress-nothing
50 branch-regex: '^$'
51 shallow-clone: true
52 do-not-fetch-tags: true
Arthur She3b7e3f82023-07-20 13:50:55 -070053 submodule:
Bence Szépkúti9111fcb2025-06-02 19:27:52 +020054 disable: true
Arthur She3b7e3f82023-07-20 13:50:55 -070055 ssh-checkout:
56 credentials: mbedtls-github-ssh