Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 1 | - job: |
| 2 | name: mbed-tls-pr-head |
| 3 | description: 'Job for testing mbed tls PR heads' |
| 4 | project-type: multibranch |
Arthur She | 9b3d4fc | 2023-06-27 13:48:22 -0700 | [diff] [blame] | 5 | disabled: true |
Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 6 | prune-dead-branches: true |
Arthur She | d2a1638 | 2022-01-19 10:24:08 -0800 | [diff] [blame] | 7 | days-to-keep: 60 |
Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 8 | num-to-keep: 1000 |
| 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"> |
Arthur She | 33fe8c5 | 2022-03-31 17:31:12 -0700 | [diff] [blame] | 19 | <repoOwner>Mbed-TLS</repoOwner> |
Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 20 | <repository>mbedtls-test</repository> |
Arthur She | 33fe8c5 | 2022-03-31 17:31:12 -0700 | [diff] [blame] | 21 | <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl> |
Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 22 | </scm> |
| 23 | </retriever> |
Arthur She | f71eb63 | 2022-03-08 21:36:02 -0800 | [diff] [blame] | 24 | <defaultVersion>master</defaultVersion> |
Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 25 | <implicit>true</implicit> |
| 26 | <allowVersionOverride>true</allowVersionOverride> |
| 27 | <includeInChangesets>true</includeInChangesets> |
| 28 | </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 29 | </libraries> |
| 30 | </org.jenkinsci.plugins.workflow.libs.FolderLibraries> |
| 31 | scm: |
| 32 | - github: |
| 33 | api-uri: https://api.github.com |
| 34 | credentials-id: mbedtls-github-token |
Bence Szépkúti | a99f7f4 | 2022-04-01 17:13:49 +0200 | [diff] [blame] | 35 | repo-owner: Mbed-TLS |
Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 36 | repo: mbedtls |
Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 37 | branch-discovery: no-pr |
| 38 | discover-pr-forks-strategy: both |
| 39 | discover-pr-forks-trust: permission |
| 40 | discover-pr-origin: both |
Bence Szépkúti | ca305ba | 2023-07-20 17:41:08 +0200 | [diff] [blame] | 41 | head-filter-regex: '(?!^PR-(7958|7959)-(head)$)(PR-\d+-head)' |
Arthur She | dee96b7 | 2023-06-18 10:14:54 -0700 | [diff] [blame] | 42 | property-strategies: |
| 43 | all-branches: |
| 44 | - pipeline-branch-durability-override: performance-optimized |
Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 45 | submodule: |
| 46 | disable: false |
| 47 | recursive: true |
| 48 | tracking: false |
| 49 | parent-credentials: false |