Arthur She | 670551e | 2022-02-20 21:19:11 -0800 | [diff] [blame] | 1 | - job: |
| 2 | name: mbed-tls-restricted-pr-ci-testing |
| 3 | description: 'mbedtls CI testing job' |
| 4 | project-type: multibranch |
Arthur She | a8afc1a | 2023-07-26 13:47:50 -0700 | [diff] [blame^] | 5 | disabled: true |
Arthur She | 670551e | 2022-02-20 21:19:11 -0800 | [diff] [blame] | 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"> |
Arthur She | 33fe8c5 | 2022-03-31 17:31:12 -0700 | [diff] [blame] | 17 | <repoOwner>Mbed-TLS</repoOwner> |
Arthur She | 670551e | 2022-02-20 21:19:11 -0800 | [diff] [blame] | 18 | <repository>mbedtls-test</repository> |
Arthur She | 33fe8c5 | 2022-03-31 17:31:12 -0700 | [diff] [blame] | 19 | <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl> |
Arthur She | 670551e | 2022-02-20 21:19:11 -0800 | [diff] [blame] | 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> |
Bence Szépkúti | 4355d25 | 2022-09-09 16:38:16 +0200 | [diff] [blame] | 34 | <defaultVersion>staging/pr-ci-testing</defaultVersion> |
Arthur She | 670551e | 2022-02-20 21:19:11 -0800 | [diff] [blame] | 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 | 4db6bdd | 2022-03-07 14:11:45 -0800 | [diff] [blame] | 43 | credentials-id: mbedtls-github-token |
Bence Szépkúti | 57ef6bb | 2022-09-07 16:07:21 +0100 | [diff] [blame] | 44 | repo-owner: Mbed-TLS |
| 45 | repo: mbedtls-restricted |
Arthur She | 670551e | 2022-02-20 21:19:11 -0800 | [diff] [blame] | 46 | branch-discovery: no-pr |
| 47 | discover-pr-origin: both |
Bence Szépkúti | 57ef6bb | 2022-09-07 16:07:21 +0100 | [diff] [blame] | 48 | head-filter-regex: 'PR-(758|759|850|906|916|919)-.*' |
Arthur She | 670551e | 2022-02-20 21:19:11 -0800 | [diff] [blame] | 49 | property-strategies: |
Arthur She | dee96b7 | 2023-06-18 10:14:54 -0700 | [diff] [blame] | 50 | all-branches: |
| 51 | - pipeline-branch-durability-override: performance-optimized |
| 52 | - suppress-scm-triggering: true |
Arthur She | 670551e | 2022-02-20 21:19:11 -0800 | [diff] [blame] | 53 | submodule: |
| 54 | disable: false |
| 55 | recursive: true |
| 56 | tracking: false |
| 57 | parent-credentials: false |
| 58 | ssh-checkout: |
Arthur She | 4db6bdd | 2022-03-07 14:11:45 -0800 | [diff] [blame] | 59 | credentials: mbedtls-github-ssh |
Bence Szépkúti | ca305ba | 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 |