| Arthur She | dd3b36b | 2022-11-14 22:33:40 -0800 | [diff] [blame] | 1 | - job: |
| 2 | name: mbed-tls-restricted-pr-ci-testing |
| 3 | description: 'mbedtls CI testing 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 |
| 6 | prune-dead-branches: true |
| 7 | script-path: tests/.jenkins/Jenkinsfile |
| 8 | properties: |
| 9 | - raw: |
| 10 | xml: | |
| 11 | <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9"> |
| 12 | <libraries> |
| 13 | <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 14 | <name>mbedtls-test</name> |
| 15 | <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever"> |
| 16 | <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1"> |
| 17 | <repoOwner>Mbed-TLS</repoOwner> |
| 18 | <repository>mbedtls-test</repository> |
| 19 | <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl> |
| 20 | <traits> |
| 21 | <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait> |
| 22 | <strategyId>1</strategyId> |
| 23 | </org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait> |
| 24 | <org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait> |
| 25 | <strategyId>2</strategyId> |
| 26 | </org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait> |
| 27 | <org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait> |
| 28 | <strategyId>2</strategyId> |
| 29 | <trust class="org.jenkinsci.plugins.github_branch_source.ForkPullRequestDiscoveryTrait$TrustPermission"/> |
| 30 | </org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait> |
| 31 | </traits> |
| 32 | </scm> |
| 33 | </retriever> |
| 34 | <defaultVersion>staging/pr-ci-testing</defaultVersion> |
| 35 | <implicit>true</implicit> |
| 36 | <allowVersionOverride>true</allowVersionOverride> |
| 37 | <includeInChangesets>true</includeInChangesets> |
| 38 | </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 39 | </libraries> |
| 40 | </org.jenkinsci.plugins.workflow.libs.FolderLibraries> |
| 41 | scm: |
| 42 | - github: |
| Arthur She | dd3b36b | 2022-11-14 22:33:40 -0800 | [diff] [blame] | 43 | credentials-id: mbedtls-github-token |
| 44 | repo-owner: Mbed-TLS |
| 45 | repo: mbedtls-restricted |
| Arthur She | dd3b36b | 2022-11-14 22:33:40 -0800 | [diff] [blame] | 46 | branch-discovery: no-pr |
| 47 | discover-pr-origin: both |
| 48 | head-filter-regex: 'PR-(758|759|850|906|916|919)-.*' |
| 49 | property-strategies: |
| Bence Szépkúti | 8e4681e | 2023-03-20 18:22:48 +0100 | [diff] [blame] | 50 | all-branches: |
| Bence Szépkúti | d61e984 | 2023-03-22 16:31:24 +0100 | [diff] [blame] | 51 | - pipeline-branch-durability-override: performance-optimized |
| Bence Szépkúti | 8e4681e | 2023-03-20 18:22:48 +0100 | [diff] [blame] | 52 | - suppress-scm-triggering: true |
| Arthur She | dd3b36b | 2022-11-14 22:33:40 -0800 | [diff] [blame] | 53 | submodule: |
| 54 | disable: false |
| 55 | recursive: true |
| 56 | tracking: false |
| 57 | parent-credentials: false |
| 58 | ssh-checkout: |
| 59 | credentials: mbedtls-github-ssh |
| Bence Szépkúti | 94ee0b5 | 2023-07-20 17:41:08 +0200 | [diff] [blame^] | 60 | - github: |
| 61 | credentials-id: mbedtls-github-token |
| 62 | repo-owner: Mbed-TLS |
| 63 | repo: mbedtls |
| 64 | branch-discovery: all |
| 65 | discover-pr-origin: both |
| 66 | discover-pr-forks-strategy: both |
| 67 | discover-pr-forks-trust: permission |
| 68 | head-filter-regex: 'gh-readonly-queue/.*|PR-(7958|7959)-(head|merge)' |
| 69 | property-strategies: |
| 70 | all-branches: |
| 71 | - pipeline-branch-durability-override: performance-optimized |
| 72 | submodule: |
| 73 | disable: false |
| 74 | recursive: true |
| 75 | tracking: false |
| 76 | parent-credentials: false |
| 77 | ssh-checkout: |
| 78 | credentials: mbedtls-github-ssh |