Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 1 | - job: |
| 2 | name: mbed-tls-restricted-pr-ci-testing |
| 3 | description: 'mbedtls CI testing job' |
| 4 | project-type: multibranch |
| 5 | prune-dead-branches: true |
| 6 | script-path: tests/.jenkins/Jenkinsfile |
| 7 | properties: |
| 8 | - raw: |
| 9 | xml: | |
| 10 | <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9"> |
| 11 | <libraries> |
| 12 | <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 13 | <name>mbedtls-test</name> |
| 14 | <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever"> |
| 15 | <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1"> |
Bence Szépkúti | d923174 | 2024-09-12 14:22:51 +0200 | [diff] [blame^] | 16 | <credentialsId>mbedtls-github-token</credentialsId> |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 17 | <repoOwner>Mbed-TLS</repoOwner> |
| 18 | <repository>mbedtls-test</repository> |
| 19 | <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl> |
Bence Szépkúti | d923174 | 2024-09-12 14:22:51 +0200 | [diff] [blame^] | 20 | <traits> |
| 21 | <org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait> |
| 22 | <credentialsId>mbedtls-github-ssh</credentialsId> |
| 23 | </org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait> |
| 24 | </traits> |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 25 | </scm> |
| 26 | </retriever> |
| 27 | <defaultVersion>staging/pr-ci-testing</defaultVersion> |
| 28 | <implicit>true</implicit> |
| 29 | <allowVersionOverride>true</allowVersionOverride> |
| 30 | <includeInChangesets>true</includeInChangesets> |
| 31 | </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 32 | </libraries> |
| 33 | </org.jenkinsci.plugins.workflow.libs.FolderLibraries> |
| 34 | scm: |
| 35 | - github: |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 36 | credentials-id: mbedtls-github-token |
| 37 | repo-owner: Mbed-TLS |
| 38 | repo: mbedtls-restricted |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 39 | branch-discovery: no-pr |
| 40 | discover-pr-origin: both |
Bence Szépkúti | a39c6af | 2024-04-29 16:46:55 +0100 | [diff] [blame] | 41 | head-filter-regex: 'PR-(758|759|806|850|906|916|919|1225|1227|1233)-.*' |
Bence Szépkúti | c975867 | 2023-08-17 14:05:38 +0200 | [diff] [blame] | 42 | status-checks: |
| 43 | skip: true |
| 44 | skip-branch-source-notifications: true |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 45 | property-strategies: |
| 46 | all-branches: |
| 47 | - pipeline-branch-durability-override: performance-optimized |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 48 | submodule: |
| 49 | disable: false |
| 50 | recursive: true |
| 51 | tracking: false |
Bence Szépkúti | d923174 | 2024-09-12 14:22:51 +0200 | [diff] [blame^] | 52 | parent-credentials: true |
Arthur She | 2d8cf4a | 2023-07-19 09:01:47 -0700 | [diff] [blame] | 53 | ssh-checkout: |
| 54 | credentials: mbedtls-github-ssh |
Arthur She | 3b7e3f8 | 2023-07-20 13:50:55 -0700 | [diff] [blame] | 55 | - github: |
| 56 | credentials-id: mbedtls-github-token |
| 57 | repo-owner: Mbed-TLS |
| 58 | repo: mbedtls |
| 59 | branch-discovery: all |
| 60 | discover-pr-origin: both |
| 61 | discover-pr-forks-strategy: both |
Bence Szépkúti | 18bb548 | 2023-10-12 11:25:08 +0200 | [diff] [blame] | 62 | discover-pr-forks-trust: nobody |
Bence Szépkúti | e0cc563 | 2023-07-26 15:29:40 +0200 | [diff] [blame] | 63 | head-filter-regex: 'PR-7959-(head|merge)|gh-readonly-queue/dev/bensze01/merge-queue-test/.*' |
Bence Szépkúti | 73f8e9d | 2023-08-18 17:05:19 +0200 | [diff] [blame] | 64 | status-checks: |
| 65 | skip: true |
| 66 | skip-branch-source-notifications: true |
Arthur She | 3b7e3f8 | 2023-07-20 13:50:55 -0700 | [diff] [blame] | 67 | property-strategies: |
| 68 | all-branches: |
| 69 | - pipeline-branch-durability-override: performance-optimized |
| 70 | submodule: |
| 71 | disable: false |
| 72 | recursive: true |
| 73 | tracking: false |
Bence Szépkúti | d923174 | 2024-09-12 14:22:51 +0200 | [diff] [blame^] | 74 | parent-credentials: true |
Arthur She | 3b7e3f8 | 2023-07-20 13:50:55 -0700 | [diff] [blame] | 75 | ssh-checkout: |
| 76 | credentials: mbedtls-github-ssh |