Arthur She | 5a12757 | 2023-07-20 07:21:33 -0700 | [diff] [blame] | 1 | - job: |
| 2 | name: mbed-tls-pr-merge |
| 3 | description: 'Job for testing PRs merged with the target branch head' |
| 4 | project-type: multibranch |
Darryl Green | 0dbe661 | 2025-06-20 09:04:53 +0100 | [diff] [blame] | 5 | disabled: false |
Arthur She | 5a12757 | 2023-07-20 07:21:33 -0700 | [diff] [blame] | 6 | prune-dead-branches: true |
Bence Szépkúti | b6c2868 | 2023-10-02 16:01:15 +0200 | [diff] [blame] | 7 | days-to-keep: 60 |
| 8 | num-to-keep: 1000 |
Arthur She | 5a12757 | 2023-07-20 07:21:33 -0700 | [diff] [blame] | 9 | script-path: tests/.jenkins/Jenkinsfile |
| 10 | properties: |
| 11 | - raw: |
| 12 | xml: | |
| 13 | <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9"> |
| 14 | <libraries> |
| 15 | <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 16 | <name>mbedtls-test</name> |
| 17 | <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever"> |
| 18 | <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1"> |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 19 | <credentialsId>mbedtls-github-token</credentialsId> |
Arthur She | 5a12757 | 2023-07-20 07:21:33 -0700 | [diff] [blame] | 20 | <repoOwner>Mbed-TLS</repoOwner> |
| 21 | <repository>mbedtls-test</repository> |
| 22 | <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl> |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 23 | <traits> |
| 24 | <org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait> |
| 25 | <credentialsId>mbedtls-github-ssh</credentialsId> |
| 26 | </org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait> |
| 27 | </traits> |
Arthur She | 5a12757 | 2023-07-20 07:21:33 -0700 | [diff] [blame] | 28 | </scm> |
| 29 | </retriever> |
Darryl Green | e6a6ce8 | 2025-06-19 13:52:34 +0100 | [diff] [blame] | 30 | <defaultVersion>dev/dgreen-arm/openci-testing</defaultVersion> |
Arthur She | 5a12757 | 2023-07-20 07:21:33 -0700 | [diff] [blame] | 31 | <implicit>true</implicit> |
| 32 | <allowVersionOverride>true</allowVersionOverride> |
| 33 | <includeInChangesets>true</includeInChangesets> |
| 34 | </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 35 | </libraries> |
| 36 | </org.jenkinsci.plugins.workflow.libs.FolderLibraries> |
| 37 | scm: |
| 38 | - github: |
| 39 | api-uri: https://api.github.com |
| 40 | credentials-id: mbedtls-github-token |
| 41 | repo-owner: Mbed-TLS |
| 42 | repo: mbedtls |
Arthur She | 5a12757 | 2023-07-20 07:21:33 -0700 | [diff] [blame] | 43 | branch-discovery: no-pr |
| 44 | discover-pr-forks-strategy: both |
Bence Szépkúti | 18bb548 | 2023-10-12 11:25:08 +0200 | [diff] [blame] | 45 | discover-pr-forks-trust: nobody |
Arthur She | 5a12757 | 2023-07-20 07:21:33 -0700 | [diff] [blame] | 46 | discover-pr-origin: both |
Bence Szépkúti | e0cc563 | 2023-07-26 15:29:40 +0200 | [diff] [blame] | 47 | head-filter-regex: '(?!PR-7959-merge$)PR-\d+-merge' |
Bence Szépkúti | 0888a7f | 2023-08-18 17:38:26 +0200 | [diff] [blame] | 48 | status-checks: |
| 49 | skip: true |
| 50 | skip-branch-source-notifications: true |
Arthur She | 5a12757 | 2023-07-20 07:21:33 -0700 | [diff] [blame] | 51 | property-strategies: |
| 52 | all-branches: |
| 53 | - pipeline-branch-durability-override: performance-optimized |
Arthur She | 5a12757 | 2023-07-20 07:21:33 -0700 | [diff] [blame] | 54 | submodule: |
Darryl Green | 705bfcc | 2025-06-26 13:31:19 +0100 | [diff] [blame] | 55 | disable: true |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 56 | ssh-checkout: |
| 57 | credentials: mbedtls-github-ssh |