Arthur She | dd3b36b | 2022-11-14 22:33:40 -0800 | [diff] [blame] | 1 | - job: |
| 2 | name: mbed-tls-restricted-pr |
| 3 | description: 'mbedtls restricted PR job' |
Arthur She | 7f6bcef | 2023-06-26 09:45:03 -0700 | [diff] [blame] | 4 | disabled: true |
Arthur She | dd3b36b | 2022-11-14 22:33:40 -0800 | [diff] [blame] | 5 | project-type: multibranch |
Arthur She | c38431f | 2023-07-26 13:52:14 -0700 | [diff] [blame] | 6 | disabled: true |
Arthur She | dd3b36b | 2022-11-14 22:33:40 -0800 | [diff] [blame] | 7 | prune-dead-branches: true |
| 8 | days-to-keep: -1 |
| 9 | num-to-keep: -1 |
| 10 | script-path: tests/.jenkins/Jenkinsfile |
| 11 | properties: |
| 12 | - raw: |
| 13 | xml: | |
| 14 | <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9"> |
| 15 | <libraries> |
| 16 | <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 17 | <name>mbedtls-test</name> |
| 18 | <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever"> |
| 19 | <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1"> |
| 20 | <repoOwner>Mbed-TLS</repoOwner> |
| 21 | <repository>mbedtls-test</repository> |
| 22 | <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl> |
| 23 | </scm> |
| 24 | </retriever> |
| 25 | <defaultVersion>master</defaultVersion> |
| 26 | <implicit>true</implicit> |
| 27 | <allowVersionOverride>true</allowVersionOverride> |
| 28 | <includeInChangesets>true</includeInChangesets> |
| 29 | </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 30 | </libraries> |
| 31 | </org.jenkinsci.plugins.workflow.libs.FolderLibraries> |
| 32 | scm: |
| 33 | - github: |
| 34 | api-uri: https://api.github.com |
| 35 | credentials-id: mbedtls-github-token |
| 36 | repo-owner: Mbed-TLS |
| 37 | repo: mbedtls-restricted |
Arthur She | dd3b36b | 2022-11-14 22:33:40 -0800 | [diff] [blame] | 38 | branch-discovery: no-pr |
| 39 | discover-pr-forks-strategy: both |
| 40 | discover-pr-forks-trust: permission |
| 41 | discover-pr-origin: both |
| 42 | head-filter-regex: '(?!^PR-(758|759|850|906|916|919)-(merge|head)$)(PR-\d+-(merge|head))' |
Bence Szépkúti | d61e984 | 2023-03-22 16:31:24 +0100 | [diff] [blame] | 43 | property-strategies: |
| 44 | all-branches: |
| 45 | - pipeline-branch-durability-override: performance-optimized |
Arthur She | dd3b36b | 2022-11-14 22:33:40 -0800 | [diff] [blame] | 46 | submodule: |
| 47 | disable: false |
| 48 | recursive: true |
| 49 | tracking: false |
| 50 | parent-credentials: false |
| 51 | ssh-checkout: |
| 52 | credentials: mbedtls-github-ssh |