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 | 3b7e3f8 | 2023-07-20 13:50:55 -0700 | [diff] [blame] | 39 | branch-discovery: all |
| 40 | discover-pr-origin: both |
Darryl Green | 705bfcc | 2025-06-26 13:31:19 +0100 | [diff] [blame] | 41 | head-filter-regex: 'dev/dgreen-arm/ci-testing-development|PR-(758|759|806|850|906|916|919|1225|1227|1233|1357|1358)-.*' |
Bence Szépkúti | 73f8e9d | 2023-08-18 17:05:19 +0200 | [diff] [blame] | 42 | status-checks: |
| 43 | skip: true |
| 44 | skip-branch-source-notifications: true |
Arthur She | 3b7e3f8 | 2023-07-20 13:50:55 -0700 | [diff] [blame] | 45 | property-strategies: |
| 46 | all-branches: |
| 47 | - pipeline-branch-durability-override: performance-optimized |
Darryl Green | 705bfcc | 2025-06-26 13:31:19 +0100 | [diff] [blame] | 48 | - suppress-scm-triggering: |
| 49 | suppression-strategy: suppress-nothing |
| 50 | branch-regex: '^$' |
| 51 | shallow-clone: true |
| 52 | do-not-fetch-tags: true |
Arthur She | 3b7e3f8 | 2023-07-20 13:50:55 -0700 | [diff] [blame] | 53 | submodule: |
Darryl Green | 705bfcc | 2025-06-26 13:31:19 +0100 | [diff] [blame] | 54 | disable: true |
Arthur She | 3b7e3f8 | 2023-07-20 13:50:55 -0700 | [diff] [blame] | 55 | ssh-checkout: |
| 56 | credentials: mbedtls-github-ssh |