Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 1 | - job: |
| 2 | name: mbed-tls-pr-head |
| 3 | description: 'Job for testing mbed tls PR heads' |
| 4 | project-type: multibranch |
Darryl Green | 0dbe661 | 2025-06-20 09:04:53 +0100 | [diff] [blame] | 5 | disabled: false |
Arthur She | abd5167 | 2023-07-20 09:09:59 -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 | abd5167 | 2023-07-20 09:09:59 -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 | abd5167 | 2023-07-20 09:09:59 -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> |
Bence Szépkúti | 3478300 | 2025-06-11 15:29:00 +0200 | [diff] [blame] | 24 | <jenkins.plugins.git.traits.CloneOptionTrait plugin="git@5.2.1"> |
| 25 | <extension class="hudson.plugins.git.extensions.impl.CloneOption"> |
| 26 | <shallow>true</shallow> |
| 27 | <noTags>true</noTags> |
| 28 | <reference/> |
| 29 | <honorRefspec>true</honorRefspec> |
| 30 | </extension> |
| 31 | </jenkins.plugins.git.traits.CloneOptionTrait> |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 32 | <org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait> |
| 33 | <credentialsId>mbedtls-github-ssh</credentialsId> |
| 34 | </org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait> |
| 35 | </traits> |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 36 | </scm> |
| 37 | </retriever> |
Darryl Green | e6a6ce8 | 2025-06-19 13:52:34 +0100 | [diff] [blame] | 38 | <defaultVersion>dev/dgreen-arm/openci-testing</defaultVersion> |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 39 | <implicit>true</implicit> |
| 40 | <allowVersionOverride>true</allowVersionOverride> |
| 41 | <includeInChangesets>true</includeInChangesets> |
| 42 | </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 43 | </libraries> |
| 44 | </org.jenkinsci.plugins.workflow.libs.FolderLibraries> |
| 45 | scm: |
| 46 | - github: |
| 47 | api-uri: https://api.github.com |
| 48 | credentials-id: mbedtls-github-token |
| 49 | repo-owner: Mbed-TLS |
| 50 | repo: mbedtls |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 51 | branch-discovery: no-pr |
| 52 | discover-pr-forks-strategy: both |
Bence Szépkúti | 18bb548 | 2023-10-12 11:25:08 +0200 | [diff] [blame] | 53 | discover-pr-forks-trust: nobody |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 54 | discover-pr-origin: both |
Bence Szépkúti | e0cc563 | 2023-07-26 15:29:40 +0200 | [diff] [blame] | 55 | head-filter-regex: '(?!PR-7959-head$)PR-\d+-head|gh-readonly-queue/(?!dev/bensze01/merge-queue-test/).*' |
Bence Szépkúti | 0888a7f | 2023-08-18 17:38:26 +0200 | [diff] [blame] | 56 | status-checks: |
| 57 | skip: true |
| 58 | skip-branch-source-notifications: true |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 59 | property-strategies: |
| 60 | all-branches: |
| 61 | - pipeline-branch-durability-override: performance-optimized |
Fabrice Saya-Gasnier | ef841e7 | 2025-08-06 10:36:44 +0200 | [diff] [blame] | 62 | - suppress-scm-triggering: |
| 63 | suppression-strategy: suppress-branch-indexing |
Fabrice Saya-Gasnier | f6b7d00 | 2025-08-06 11:13:31 +0200 | [diff] [blame] | 64 | branch-regex: '.*' |
Bence Szépkúti | 3478300 | 2025-06-11 15:29:00 +0200 | [diff] [blame] | 65 | shallow-clone: true |
| 66 | do-not-fetch-tags: true |
| 67 | honor-refspec: true |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 68 | submodule: |
Darryl Green | 705bfcc | 2025-06-26 13:31:19 +0100 | [diff] [blame] | 69 | disable: true |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 70 | ssh-checkout: |
| 71 | credentials: mbedtls-github-ssh |