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